|
| StreamSec AES 256 Example | |
| Michael Thomason 2/1/2018 11:47:11 PM 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 2/2/2018 3:20:37 AM 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.
|