react-native-keychain icon indicating copy to clipboard operation
react-native-keychain copied to clipboard

Option to use Secure Enclave on iOS

Open cvarley100 opened this issue 6 years ago • 4 comments

There is no option to make use of Secure Enclave on iOS.

Would it be possible to add this feature?

cvarley100 avatar Feb 26 '18 13:02 cvarley100

Yup, PR welcome!

oblador avatar Feb 27 '18 13:02 oblador

Do we have any success here please? 🧐

DavitVosk avatar May 18 '21 15:05 DavitVosk

@cvarley100 @oblador @DavitVosk my understanding from this comment is that the Secure Enclave is already used by default.

gabimoncha avatar Jun 24 '21 21:06 gabimoncha

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.

givehug avatar Jul 16 '21 18:07 givehug