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
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
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. ;)