views:

464

answers:

1

I want to create AES encryption and decryption program in symbian which must be compatible with AES encryption in java

Means if I encrypt the data in Symbian I must be able to decrypt the same in java and vice versa

Thanks Sunil

+1  A: 

They have a implementation of AES (encrypt and decrypt) as part of their main crypto library. Look for CAESEncryptor and CAESDecryptor. If the Java and Symbian aren't compatible, there's a bug in one. Good luck finding which. ;)

Matthew Flaschen
How to encrypt the data in symbian which can be decrypted using java and viceversa
Sunil
I am badly stock at this point
Sunil
Sunil, what exactly is your question? Use the Symbian and Java classes with the same options, and that should work.
Matthew Flaschen