From 416ca46b65d973f80e53c3d7b721fddc2a9c2e84 Mon Sep 17 00:00:00 2001 From: thePR0M3TH3AN <53631862+PR0M3TH3AN@users.noreply.github.com> Date: Tue, 8 Jul 2025 09:42:34 -0400 Subject: [PATCH] docs: mention nested managed seeds --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1cccb79..6767c7c 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ SeedPass now uses the `portalocker` library for cross-platform file locking. No - **Chunked Snapshots:** Encrypted vaults are compressed and split into 50 KB chunks published as `kind 30071` events with a `kind 30070` manifest and `kind 30072` deltas. - **Automatic Checksum Generation:** The script generates and verifies a SHA-256 checksum to detect tampering. - **Multiple Seed Profiles:** Manage separate seed profiles and switch between them seamlessly. +- **Nested Managed Account Seeds:** SeedPass can derive nested managed account seeds. - **Interactive TUI:** Navigate through menus to add, retrieve, and modify entries as well as configure Nostr settings. - **SeedPass 2FA:** Generate TOTP codes with a real-time countdown progress bar. - **2FA Secret Issuance & Import:** Derive new TOTP secrets from your seed or import existing `otpauth://` URIs.