amitaymolko / react-native-rsa-native

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

Incompatible Format #128

Open davitdarsalia opened 2 years ago

davitdarsalia commented 2 years ago

Generated public and private keys are returned in PKCS1 format. The overall security standard is PKCS8. Consider adding functionality to convert PKCS1 -> PKCS8. No analogs are found yet.