You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the current description of the library:
"A native implementation of RSA key generation and encryption/decryption, sign/verify. Keychain implementation Implementation is in PKCS1"
This however is wrong because although
PKCS #1 is being generated for android, the key being generated for iOS devices is PKCS#8.
Now, rather than changing the readme, you should update your code to generate PKCS #8 key for android devices as it is the industry standard and easy to verify from backend (JAVA, Node.js, etc...)
The text was updated successfully, but these errors were encountered:
This is the current description of the library:
"A native implementation of RSA key generation and encryption/decryption, sign/verify. Keychain implementation Implementation is in PKCS1"
This however is wrong because although
PKCS #1 is being generated for android, the key being generated for iOS devices is PKCS#8.
Now, rather than changing the readme, you should update your code to generate PKCS #8 key for android devices as it is the industry standard and easy to verify from backend (JAVA, Node.js, etc...)
The text was updated successfully, but these errors were encountered: