One Seed to Rule Them All>
SeedPass deterministically derives every key and password from a single 12-word phrase.
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.
> 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.