PDA

View Full Version : URGENT : please help me .. QCA error " AES128-CBC not supported!\n " how use it



agoestafin
19th October 2010, 03:56
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 ......

gboelter
19th October 2010, 05:04
It looks like this is just a plugins path thing. You can run "qcatool2
plugins" to see what your Qt plugin paths are to see where QCA is searching.
(if you think the plugin should be found, pass --debug to inspect deeper as to
why it doesn't get loaded).

If you just run "make install" from the qca-ossl directory, that should put
libqca-ossl.so in the global Qt plugins path.