-
-
Notifications
You must be signed in to change notification settings - Fork 407
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No certificate found under alias error #58
Comments
Hi @Rekubot |
None in the crash reports, and I haven't been able to reproduce the issue myself. |
I have the same problem in pixel3a(Android 9.0). |
This bug bubbled for me today. Cleaning app data fixed it |
I'm also having the same issue. Android 9.0 Pixel2.
Any further development regarding this? |
We are also noticing this issue on our app.. For example on a Pixel 4a, Android 11. |
Logs:
|
This error can be thrown when the encryption or decryption key is not correct. Probably it became corrupted. I don't have a fix for this because it can have numerous causes. Also, there have been changes made to this package. Please try again with the latest version and if this issue is still occurring please comment. |
Caused by java.lang.Exception: No certificate found under alias: com.*.*.FlutterSecureStoragePluginKey at com.*.*.encryption.RSACipher18Implementation.getPublicKey + 91(RSACipher18Implementation.java:91) at com.*.*.encryption.RSACipher18Implementation.wrap + 38(RSACipher18Implementation.java:38) at com.*.*.encryption.StorageCipher18Implementation.<init> + 56(StorageCipher18Implementation.java:56)
Hi, I've pulled this library into our native app ahead of launching our Flutter app and seen crash reports on a variety of Samsung Galaxy devices. Any idea what could be causing this issue?
The text was updated successfully, but these errors were encountered: