pradeep1991singh/react-native-secure-key-store

Hardware Backing

OR13 opened this issue · 0 comments

OR13 commented

I'm looking for a react native module for wrapping the hardware backed features of iOS and Android.

Basically, I want to write a RN PoC that uses secure enclave and keystore to generate nonextractable keys and sign some data.

My understanding of this library is that it is only for extractable key management. Is that correct?

Can you point me in the right direction for what I am looking for?

I was able to get everything working. Thanks for this awesome library.