diff --git a/landing/index.html b/landing/index.html index 7f8df1f..c187c44 100644 --- a/landing/index.html +++ b/landing/index.html @@ -62,18 +62,12 @@

Features

@@ -98,43 +92,20 @@

SeedPass allows you to manage multiple seed profiles (fingerprints). You can switch between different seeds to compartmentalize your passwords.

Nostr Relay Integration

By integrating with the Nostr network, SeedPass securely backs up your encrypted password index to Nostr relays, allowing you to retrieve your index on multiple devices without compromising security.

-

Bring Your Own Seed

-

You can bring your own BIP-39 seed or generate a new one within SeedPass. This gives you flexibility and control over your master seed.

-

Command-Line Interface

-

Interact with SeedPass using a user-friendly CLI. Here's an example of the current interface:

+

Checksum Verification

+

Built-in checksum verification ensures your SeedPass installation hasn't been tampered with.

+

Interactive TUI

+

Navigate through menus to manage entries and settings. Example:

-(venv) user@debian:~/SeedPass/src$ python main.py
+Select an option:
+1. Add Entry
+2. Retrieve Entry
+3. Modify an Existing Entry
+4. Settings
+5. Exit
 
-Available Fingerprints:
-1. 31DD880A523B9759
-2. Add a new fingerprint
-Select a fingerprint by number: 1
-Enter your master password: 
-Fingerprint 31DD880A523B9759 selected and managers initialized.
-
-    Select an option:
-    1. Add Entry
-    2. Retrieve Entry
-    3. Modify an Existing Entry
-    4. Backup to Nostr
-    5. Restore from Nostr
-    6. Switch Fingerprint
-    7. Add a New Fingerprint
-    8. Remove an Existing Fingerprint
-    9. List All Fingerprints
-    10. Settings
-    11. Exit
-
-Enter your choice (1-11): 1
-Enter the website name: newsitename
-Enter the username (optional): 
-Enter the URL (optional): 
-Enter desired password length (default 16): 
-[+] Entry added successfully at index 0.
-[+] Password generated and indexed with ID 0.
-
-Password for newsitename: 06~8Eo(~D8t+G7D}
-                
+Enter your choice (1-5): + @@ -238,45 +209,7 @@ Password for newsitename: 06~8Eo(~D8t+G7D}

Disclaimer

-

⚠️ Use with Caution: Please read the following terms carefully.

- -

Please ensure you understand the risks involved and take appropriate measures to secure your data. By using SeedPass, you acknowledge and agree to these terms.

+

⚠️ Disclaimer: This software was not developed by an experienced security expert and should be used with caution. There may be bugs and missing features. For instance, the maximum size of the index before the Nostr backup starts to have problems is unknown. Additionally, the security of the program's memory management and logs has not been evaluated and may leak sensitive information.

@@ -291,6 +224,8 @@ Password for newsitename: 06~8Eo(~D8t+G7D} + + Leave a Tip

© 2024 SeedPass. All rights reserved.