amitaymolko / react-native-rsa-native

A native implementation of RSA key generation and encryption/decryption.
MIT License
233 stars 113 forks source link

RSA decryption doesn't works with newest react native version 0.68 #135

Open chrisalat opened 2 years ago

chrisalat commented 2 years ago

Hi together,

as first, thank you for this cool library, which makes encryption very easy. Since the last update of react-native to version 0.68 the decryption doesn't works any longer.

I don't changed my code and what I can see the encryption works well, but if I want to decrypt the data it returns me an undefined without any error message. I tested the decryption directly after encryption and receive the same bug.

Enviroment: IOS Versions:

Thank you for your help.

douglasjunior commented 2 years ago

Any updates?