问题
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:
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. ;)
来源:https://stackoverflow.com/questions/975618/how-to-create-aes-encryption-and-decryption-program-in-symbian