-
Notifications
You must be signed in to change notification settings - Fork 191
Encryption result is different on Android and IOS #19
Comments
Hi, I am getting same issue with library as it is not generating same result as iOS.What needs to do to get similar result as iOS. |
Hi, I can look into it. |
in IOS I am using below function :
} |
Hello,
I am using this library in my android project and its counter part https://github.com/Gurpartap/aescrypt in ios project. I am encrypting same text with same encryption key, but it is giving me different results on ios and android.
I am using this key : 25c35734b1ef623ca2a7f730cf2fea8b790739ba
String to encrypt is : Password
Encrypted String IOS : W3LyAxKq2+QdDBfKUGVgTg==
Encrypted String Android : zdgSimKva1jblici7F8DGw==
The text was updated successfully, but these errors were encountered: