Secure. Simple. Powerful.
SSP Key is your two-factor authentication (2FA) solution for the SSP Wallet. It securely holds the secondary private key required to construct 2-of-2 multisignature addresses and sign transactions. With its own independent seed phrase, SSP Key operates on true blockchain protocol standards, providing fully enforced multisignature, multi-asset accounts.
This powerful tool brings the simplicity and security of multisignature technology to average users, making it easier than ever to manage multisignature addresses across multiple assets. SSP Key empowers users with the highest level of protection while maintaining a user-friendly interface, ensuring anyone can benefit from robust, blockchain-based security without complexity.
SSP Key is an essential part of the SSP Wallet ecosystem, enabling a 2-of-2 multisignature system for unmatched security:
- SSP Wallet manages one private key.
- SSP Key (on your mobile device) holds the second private key.
Both keys are required to authorize transactions, ensuring that your funds remain secure even if one device is compromised.
- Secure Storage: User passwords, tokens and sensitive data are stored with
react-native-keychain
and further in MMKV with AES encryption provided by CryptoJS. - Unique Device Encryption: Encryption is done by combining random string generated by
crypto.getRandomValues(new Uint8Array(64))
with user input (password or PIN), ensuring device-specific encryption. - Randomized Security: Salts and initialization vectors (IVs) are randomly generated to enhance encryption robustness.
- Performance Focused: Avoids underperforming libraries like Cryptr, ensuring optimal functionality in React Native environments.
- Built with:
- React 18 and React Native 0.76
- TypeScript for modern, type-safe development.
- Compatible with:
- iOS 15.1+ and Android 7+
- Requires Node.js 20+ for development.
-
Clone the Repository
git clone https://github.com/RunOnFlux/ssp-key.git cd ssp-key
-
Install Dependencies
Ensure Node.js (20 or higher) is installed, then run:yarn install
-
Start the Development Server
Launch the project with:yarn start
-
Link with SSP Wallet
Follow the integration guide in the SSP Documentation.
- Node.js: Version 20 or higher
- React Native: Version 0.76
- Mobile OS:
- iOS: Minimum version 15.1
- Android: Minimum version 7
- SSP Wallet Ecosystem: Learn how SSP Key integrates with SSP Wallet in the SSP Documentation.
- SSP Wallet Assets: Integrated Blockchains, Assets and Tokens in SSP SSP Assets.
- Disclaimer: Review the SSP Key Disclaimer.
- Code of Conduct: See our Code of Conduct.
- Contributions: Check out the Contributing Guidelines.
For further details, visit the SSP Wallet README.
Help make SSP Key accessible globally:
- Translate SSP Key: translatekey.sspwallet.io
- Translate SSP Wallet: translate.sspwallet.io
We thank our amazing community for their contributions, which make SSP Key a reliable and secure tool for managing cryptocurrency.
By using SSP Key, you agree to the terms in the Disclaimer. Handle your keys responsibly, and always follow best practices for securing cryptocurrency.
Our security is a top priority. All critical components of the SSP ecosystem have undergone rigorous security audits by Halborn, ensuring the highest standards of protection.
- SSP Wallet, SSP Key, and SSP Relay were thoroughly audited, with the final report completed in March 2025.
- Shnorr Multisig Account Abstraction Smart Contracts and SDK underwent a comprehensive audit, finalized in February 2025.
📄 SSP Wallet, SSP Key, SSP Relay Audit
- Halborn Audit Report – SSP Wallet, Key, Relay (GitHub)
- Halborn Public Report – SSP Wallet, Key, Relay (Halborn)
📄 Smart Contracts Audit
- Halborn Audit Report – Smart Contracts (GitHub)
- Halborn Public Report – Smart Contracts (Halborn)
📄 SDK Audit
- Halborn Audit Report – SDK (GitHub)
- Halborn Public Report – SDK (Halborn)