Hi,
Is there a way to decrypt a Streamsec AES (CBC) encrypted string using SynaAES

    var AES :TSynaAes;
    aes := TSynaAes.Create(mykey);
    //aes.SetIV(mykey); ??
    sr := aes.DecryptCBC(st);

this obviously does not work

Mvg,
Marc Antheunis
_______________________________________________
synalist-public mailing list
synalist-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synalist-public

Reply via email to