diff --git a/README.md b/README.md index 2355ea0..f1dce1e 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ SeedPass now uses the `portalocker` library for cross-platform file locking. No - **Export 2FA Codes:** Save all stored TOTP entries to an encrypted JSON file for use with other apps. - **Optional External Backup Location:** Configure a second directory where backups are automatically copied. - **Auto‑Lock on Inactivity:** Vault locks after a configurable timeout for additional security. +- **Secret Mode:** Copy retrieved passwords directly to your clipboard and automatically clear it after a delay. ## Prerequisites @@ -212,6 +213,14 @@ python src/main.py 3. Enter new values or press **Enter** to keep the existing settings. 4. The updated entry is saved back to your encrypted vault. +### Using Secret Mode + +When **Secret Mode** is enabled, SeedPass copies retrieved passwords directly to your clipboard instead of displaying them on screen. The clipboard clears automatically after the delay you choose. + +1. From the main menu open **Settings** and select **Toggle Secret Mode**. +2. Choose how many seconds to keep passwords on the clipboard. +3. Retrieve an entry and SeedPass will confirm the password was copied. + ### Managing Multiple Seeds diff --git a/landing/index.html b/landing/index.html index 5df7d41..d6568f0 100644 --- a/landing/index.html +++ b/landing/index.html @@ -72,6 +72,7 @@
  • Export your 2FA codes to an encrypted file
  • Optional external backup location
  • Auto-lock after inactivity
  • +
  • Secret Mode copies passwords to your clipboard
  • @@ -111,6 +112,8 @@ Select an option: Enter your choice (1-6): +

    Secret Mode

    +

    When Secret Mode is enabled, retrieved passwords are copied directly to your clipboard instead of displayed. The clipboard clears automatically after a delay you set.