如何在symbian中创建AES加密和解密程序

时间:2022-06-19 18:33:15

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

我想在symbian中创建AES加密和解密程序,它必须与java中的AES加密兼容

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

意味着如果我用Symbian加密数据我必须能够在java中解密相同的数据,反之亦然

Thanks Sunil

1 个解决方案

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

他们将AES(加密和解密)的实现作为其主加密库的一部分。寻找CAESEncryptor和CAESDecryptor。如果Java和Symbian不兼容,那么就会出现一个错误。祝你好运找到哪个。 ;)

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

他们将AES(加密和解密)的实现作为其主加密库的一部分。寻找CAESEncryptor和CAESDecryptor。如果Java和Symbian不兼容,那么就会出现一个错误。祝你好运找到哪个。 ;)