Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 621 Bytes

KeypairManagement.md

File metadata and controls

19 lines (11 loc) · 621 Bytes

Keypair Management

The template includes secure keypair management for Stellar accounts.

Generating Keypairs

  • Users can generate new Stellar keypairs within the application.
  • Private keys are encrypted and stored securely.

Managing Keypairs

  • View Keypairs: Users can view their public keys and associated labels.
  • Reveal Secret Key: To reveal the secret key, users must complete MFA verification.
  • Add New Keypair: Users can add new keypairs, providing a label and passphrase.

Security Note: Private keys are encrypted, and users must provide their passphrase to decrypt them.