How to create AES encryption and decryption program in symbian

一曲冷凌霜 提交于 2020-01-16 13:17:40

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!