amitaymolko / react-native-rsa-native

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

Support OAEP padding #122

Open secure12 opened 2 years ago

secure12 commented 2 years ago

PKCS1 padding is vulnerable to Bleichenbacher padding oracle attack. Both iOS and Android support PKCS1 OAEP with Sha1, which is the preferred padding in OpenSSL and the default padding in Node.js crypto library.

mkhoussid commented 3 months ago

Any news on this?