-
Notifications
You must be signed in to change notification settings - Fork 25
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
Calling RSA functions with faulty inputs crashes the app #31
Comments
Yea that makes sense, do you have some example data I can test with? Just some throw away private key? |
Thanks for your swift response! |
While we are at it:
Crashes the app. The following is what I see on the console, but of course console tries to print in UTF-8 encoding.
So in which representation should |
I think it is different for iOS / Android. |
Would it be possible to catch errors on the native side to not crash the app when exceptions happen on native side?
When handing in invalid data to the RSA functions, like a private key to
RSA.encrypt
, the app crashes instantly.The text was updated successfully, but these errors were encountered: