node-secure-enclave
node-secure-enclave copied to clipboard
Secure Enclave module for node.js and Electron
Results
1
node-secure-enclave issues
Sort by
recently updated
recently updated
newest added
I installed the package with `npm i secure-enclave` in my Electron App. When I tried to create the key pair for the first time using `await SecureEnclave.createKeyPair({ key: 'com.your-team.app.this-key' })`....