react-native-keychain
react-native-keychain copied to clipboard
Option to use Secure Enclave on iOS
There is no option to make use of Secure Enclave on iOS.
Would it be possible to add this feature?
Yup, PR welcome!
Do we have any success here please? 🧐
@cvarley100 @oblador @DavitVosk my understanding from this comment is that the Secure Enclave is already used by default.
Would be great to have an option to use it for elliptic curve cryptography operations, eg SecKeyGeneratePair generate key-pair where private key never leaves hardware, and only sign/verify operations are allowed.
It is one of the must have feature to secure sensitive network transactions such as money transfers.