react-native-silicon
v0.0.0-wip
Published
Hardware-backed cryptography for React Native (WIP)
Readme
react-native-silicon 🔐
Hardware-backed cryptography module for React Native. Currently under active development by Aleph-Null Ltd.
react-native-silicon provides a comprehensive, modern API for hardware-backed cryptography in React Native.
Development Status
This project is currently a Work in Progress.
Key Objectives
- Direct hardware integration with the Secure Enclave (iOS) and StrongBox/TEE (Android).
- Silent signing capabilities to avoid unnecessary biometric interruptions for background tasks.
- First-class support for DPoP and OAuth 2.1 compliance.
- Hardware attestation to verify key integrity on the backend.
- Minimalist, modern API design using the Expo Modules architecture.
Installation
Install the package using your preferred package manager:
npm install react-native-silicon
# or
yarn add react-native-silicon
# or
pnpm add react-native-siliconLicense
MIT License. Copyright (c) 2026 Aleph-null Ltd. See LICENSE for more information.
