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
I've been using this package to encrypt and decrypt data perfectly on iOS. but when I attempt to encrypt on an android device, I encounter this issue: Error: android.security.keystore2.AndroidKeyStoreECPrivateKey cannot be cast to javax.crypto.SecretKey
here are the details of the project i'm trying to work in:
Hi, @arifaydogmus
I've been using this package to encrypt and decrypt data perfectly on iOS. but when I attempt to encrypt on an android device, I encounter this issue:
Error: android.security.keystore2.AndroidKeyStoreECPrivateKey cannot be cast to javax.crypto.SecretKey
here are the details of the project i'm trying to work in:
react: 17.0.2
react-native: 0.66
minSdkVersion = 23
compileSdkVersion = 31
targetSdkVersion = 31
The text was updated successfully, but these errors were encountered: