SeedPass_
  • [ HOME ]
  • [ FEATURES ]
  • [ ARCHITECTURE ]
  • [ DOCS ]
root@seedpass: ~/vault _ □ X

One Seed to Rule Them All>

SeedPass deterministically derives every key and password from a single 12-word phrase.

[ALPHA BRAVO CHARLIE DELTA ECHO FOXTROT GOLF HOTEL INDIA JULIET KILO LIMA]
│
├─► Passwords
├─► 2FA Codes
├─► SSH Keys
├─► PGP Key
├─► Nostr Keys
└─► Managed Accounts
# Install SeedPass - Includes checksum verification
❯ bash -c "$(curl -sSL https://raw.githubusercontent.com/PR0M3TH3AN/SeedPass/main/scripts/install.sh)"

# System_Features

Deterministic Gen

BIP-85 deterministic password generation. No server needed.

Encrypted Vault

Local storage for seeds and sensitive data, heavily encrypted.

Nostr Sync

Relay integration with chunked snapshots (50KB) & deltas.

Profile Switching

Manage multiple seed profiles & fingerprints securely.

Interactive TUI

A fast, keyboard-first terminal interface for advanced users.

Secret Mode

Copy to clipboard directly, clearing automatically after delay.

# Architecture_Overview

// The BIP-85 standard derives multiple child seeds from a single master seed.

Master_Seed
├── Child_Seed_0 [Index 0]
│ └── Password_A
├── Child_Seed_1 [Index 1]
│ └── Password_B
└── Child_Seed_2 [Index 2]
└── Password_C

> Recovery via Nostr

Restoring a vault on a new device requires the 12-word master seed and the master password. Without the correct password the downloaded archive is unreadable.

> Security Disclaimer

[WARNING] Memory management & logs not formally audited. Loss of parent seed places all derived passwords at risk.

SYSTEM: ONLINE ENCRYPTION: AES-256-GCM v1.2.0
GitHub | Nostr | Tip