amitaymolko / react-native-rsa-native

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

RSAKeychain - do key pairs get shared across devices with same iCloud account? #142

Open bumpingChris opened 2 years ago

bumpingChris commented 2 years ago

After generating a key in one iOS device and opening the app in another iOS device with same iCloud account, the second device does not see the previously generated keys.

How can we make this sync happen so that generateKeys will return same public key?