Enclave Bridge is a macOS application (SwiftUI, Apple Silicon only) that acts as a secure bridge between Node
Enclave Bridge is a macOS application (SwiftUI, Apple Silicon only) that acts as a secure bridge between Node.js applications and the Apple Silicon Secure Enclave. It exposes Secure Enclave cryptographic operations (key generation, signing, decryption) to Node.js via a Unix file socket, using ECIES encryption (secp256k1) compatible with the https://www.npmjs.com/package/@digitaldefiance/node-ecies-lib protocol and designed specifically for use with https://www.npmjs.com/package/@digitaldefiance/enclave-bridge-client which is included in the open source repository for this product at https://github.com/Digital-Defiance/enclave-bridge.