Safle
  • SafleID
    • About SafleID
      • Core Technical Components (1/3)
      • Core Technical Concepts (2/3)
      • Core Technical Concepts (3/3)
    • What SafleID does?
    • For Chains
      • Technical Breakdown (1/2)
      • Technical Breakdown (2/2)
    • For dApps
    • For Wallet Providers (Exchanges and independent wallets)
      • Why Integrate SafleID (1/2)
      • Why Integrate SafleID (2/2)
    • SafleID's Technology
      • Data Flow and Interactions
      • Resolving Functionalities (RegistrarMain Contract)
      • Auction Functionalities (Auction Contract)
    • Conclusion
    • Terminology
    • Technical Documentation
  • Safle Wallet
    • Onboarding
    • Buy Crypto with Fiat enabled via Transak
    • Safle Swaps
    • Transaction processing on multiple Chains
    • Annexure: Encryption Sequence
  • Safle Vault
    • Features
    • Blockchains Supported
    • Installation & Initialisation
    • Encryption/Decryption Module
    • Controllers
Powered by GitBook
On this page

Safle Vault

Introduction

Safle Vault is a non-custodial, flexible, and secure key management infrastructure that can be used to generate and manage wallets for multiple chains. It contains methods to generate, manage and store key pairs, sign/send transactions.

The vault is encrypted by an encryption key, generated on the client which is then encrypted using the user's Safle password. An additional parameter called PIN is used to secure the functions which access the wallet's private details such as private keys and mnemonic.

All the encryption/decryption is done at the client-side to avoid exposing any user's private information (keys, signing methods).

The vault is designed keeping in mind the security and user experience, modularity by keeping the chain controllers separate, and ease of integration for any chain with just a couple of lines of code.

PreviousAnnexure: Encryption SequenceNextFeatures

Last updated 10 months ago