Hyphen
  • Hyphen
  • Concepts
    • Auth Methods
    • Hyphen Multi-Sig Account
      • Device Key
      • Recovery Key
      • Server Key
    • Paymaster
    • Hybrid Custody
  • Mechanism Paper
  • iOS SDK
    • Quick Start
    • Authenticating Users
    • Using Hyphen UI Kit
      • Account Management Screen
    • Sample Project
  • Android SDK
    • Quick Start
    • Authenticating Users
    • Handling 2FA / Transaction Request
    • Using Hyphen UI Kit
    • Sending Transactions
  • Flutter SDK
    • Quick Start
    • Authenticating Users
    • Using Hyphen UI Kit
    • Sending Transactions
    • Example App
  • Hybrid Custody
    • Into the Hybrid Custody
  • Without Using SDK
    • Authenticating Users
    • Handling 2FA Push
  • REST API
    • API Reference
      • Account
      • Auth
      • Device
      • Key
      • Sign
    • Swagger
Powered by GitBook
On this page

Was this helpful?

  1. Concepts
  2. Hyphen Multi-Sig Account

Device Key

Storing private keys securely in HSM (Hardware Security Module)

The device key is stored safely in the mobile device’s special secure hardware chip: HSM (Hardware Security Module). Examples of HSMs are Apple's Secure Enclave (Apple T2 chip) and Android Keystore.

The key is isolated from the mobile OS using a specialized hardware chip to protect it from any security threats, and an app can only request to sign/verify a transaction- meaning that the keys stored in HSM cannot be taken out of the hardware. Therefore, It can be seen as utilizing users’ mobile devices as a cold wallet.

PreviousHyphen Multi-Sig AccountNextRecovery Key

Last updated 1 year ago

Was this helpful?