|
![]() |
StreamSec AES 256 Example |
Michael Thomason 2018-02-01 23:47:11 Guest: IP 163.246.155.239 |
Is there a demo available showing how to perform AES256 with TRijndael? I'm assuming TRijndael is the AES component of StreamSec?
Thanks! |
Henrick Wibell Hellström 2018-02-02 03:20:37 Registered user |
In ST 4.0, you should use the implementation in unit stAES.pas. To use AES with a 256 bit key, simply pass in a 32 byte key at Setup, instead of a 16 byte key.
|