CRSAPKCS1v15Encryptor class not found when compiling Symbian C ++ application

I wrote the code in symbian C ++ but ran into one problem

CRSAPKCS1v15Encryptor class was not found for aes algo

and for rsa algo in symbian

cryptosymmetric.h cryptopadding.h file not found

is there any plug-in and any other alternative for the same functionality

+1


a source to share


2 answers


Make sure you have the SDK installed that provides header files and the CRSAPKCS1v15Encryptor class. Perhaps you need to tell your compiler the path to find these files. Also have a look at examples and comments here .



+1


a source


Information and a direct link to the API package are available at: http://wiki.forum.nokia.com/index.php/AES_Encryption-Rijndael_Block_Cipher_to_Symbian_OS



Don't you know that all Symbian programming questions have answers at http://www.forum.nokia.com ?

0


a source







All Articles