tags:

views:

270

answers:

2

I have written code in symbian c++ but i faced 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 plugin required and any other alternative for same functionality

+1  A: 

Make sure you have some SDK installed that provides the header files and the CRSAPKCS1v15Encryptor class. Perhaps you'll need to tell your compiler the path to search for these files. Also a look at the examples and comments here might help you.

schnaader
A: 

Info and direct link to the API package is 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 their answers at http://www.forum.nokia.com ?

People can look for answers where they choose. Kindly do something about your manner, before the moderators need to take action.
Marc Gravell