hi,
please help me , i have a problem
i try use QCA / cipher /encrypt/decrypt from http://delta.affinix.com/qca/
and why always error ?
message error ==> " AES128-CBC not supported!\n "
and i have tried change with others example : "tripledes","blowfish","ases192-cbc" and ect.
but always error.
sample Code :
// ------------- AES128 testing
if(!QCA::isSupported("aes128-cbc-pkcs7"))
printf("AES128-CBC not supported!\n");
//--------------
please help me . thats a big problem for me ......
Bookmarks