You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
you have to replace some variables in your NSData+AES.m in module ios like this kCCKeySizeAES128 --> kCCKeySizeAES256 kCCAlgorithmAES128 --> kCCAlgorithmAES
and the variable below keyPtr --> 32
and with these changes you will have same encryption and decryption result on both ios and android
No description provided.
The text was updated successfully, but these errors were encountered: