react-native-simple-crypto icon indicating copy to clipboard operation
react-native-simple-crypto copied to clipboard

Calling RSA functions with faulty inputs crashes the app

Open pke opened this issue 3 years ago • 4 comments

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.

pke avatar Feb 26 '21 16:02 pke