mirror of
https://github.com/PR0M3TH3AN/SeedPass.git
synced 2025-09-08 07:18:47 +00:00
update
This commit is contained in:
@@ -10,37 +10,37 @@
|
||||
<!-- Relative path to style.css -->
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap" rel="stylesheet">
|
||||
<!-- Font Awesome for Icons -->
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" integrity="sha512-p1olLJAT+hK1SDqkyP4WgzqZtyFjvKphQcHz41x2YZwRSL5qWfSxG6Pj8hXj9FV8p/2p4fe8bnYdOQ0Y4n1Ryg==" crossorigin="anonymous" referrerpolicy="no-referrer"/>
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" crossorigin="anonymous" referrerpolicy="no-referrer"/>
|
||||
</head>
|
||||
<body>
|
||||
<!-- Dark Mode Toggle -->
|
||||
<div class="dark-mode-toggle">
|
||||
<input type="checkbox" id="dark-mode-checkbox" aria-label="Toggle Dark Mode">
|
||||
<label for="dark-mode-checkbox"><i class="fas fa-moon" aria-hidden="true"></i><i class="fas fa-sun" aria-hidden="true"></i><span class="toggle-ball"></span>
|
||||
<label for="dark-mode-checkbox">
|
||||
<i class="fas fa-moon" aria-hidden="true"></i>
|
||||
<i class="fas fa-sun" aria-hidden="true"></i>
|
||||
<span class="toggle-ball"></span>
|
||||
</label>
|
||||
</div>
|
||||
<!-- Header and Navigation -->
|
||||
<header>
|
||||
<nav class="navbar" role="navigation" aria-label="Main Navigation">
|
||||
<div class="container"><a href="#intro" class="logo-link"> <img src="https://raw.githubusercontent.com/PR0M3TH3AN/SeedPass/main/logo/png/SeedPass-Logo-05.png" alt="SeedPass Logo" class="logo"> </a>
|
||||
<div class="container">
|
||||
<a href="#intro" class="logo-link"> <img src="https://raw.githubusercontent.com/PR0M3TH3AN/SeedPass/main/logo/png/SeedPass-Logo-05.png" alt="SeedPass Logo" class="logo"> </a>
|
||||
<!-- Hamburger Menu Toggle -->
|
||||
<button class="menu-toggle" aria-label="Toggle navigation menu" aria-expanded="false"><i class="fas fa-bars"></i>
|
||||
<button class="menu-toggle" aria-label="Toggle navigation menu" aria-expanded="false">
|
||||
<i class="fas fa-bars"></i>
|
||||
</button>
|
||||
<ul class="nav-links" role="menubar">
|
||||
<li role="none">
|
||||
<a href="#intro" role="menuitem">Home</a>
|
||||
<li role="none"><a href="#intro" role="menuitem">Home</a>
|
||||
</li>
|
||||
<li role="none">
|
||||
<a href="#features" role="menuitem">Features</a>
|
||||
<li role="none"><a href="#features" role="menuitem">Features</a>
|
||||
</li>
|
||||
<li role="none">
|
||||
<a href="#how-it-works" role="menuitem">How It Works</a>
|
||||
<li role="none"><a href="#how-it-works" role="menuitem">How It Works</a>
|
||||
</li>
|
||||
<li role="none">
|
||||
<a href="#roadmap" role="menuitem">Roadmap</a>
|
||||
<li role="none"><a href="#roadmap" role="menuitem">Roadmap</a>
|
||||
</li>
|
||||
<li role="none">
|
||||
<a href="#disclaimer" role="menuitem">Disclaimer</a>
|
||||
<li role="none"><a href="#disclaimer" role="menuitem">Disclaimer</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
@@ -53,7 +53,8 @@
|
||||
<div class="container">
|
||||
<h1 id="intro-heading">SeedPass: Secure Password Manager</h1>
|
||||
<p><strong>SeedPass</strong> is a secure password generator and manager built on Bitcoin's BIP-85 standard. It uses deterministic key derivation to generate passwords that are never stored but can be easily regenerated when needed.</p>
|
||||
<p>By integrating with the <strong>Nostr network</strong>, SeedPass ensures that your passwords are safe and accessible across devices.</p><a href="https://github.com/PR0M3TH3AN/SeedPass" class="btn-primary cta-button"><i class="fas fa-download" aria-hidden="true"></i> Get Started</a>
|
||||
<p>By integrating with the <strong>Nostr network</strong>, SeedPass ensures that your passwords are safe and accessible across devices.</p>
|
||||
<a href="https://github.com/PR0M3TH3AN/SeedPass" class="btn-primary cta-button"><i class="fas fa-download" aria-hidden="true"></i> Get Started</a>
|
||||
</div>
|
||||
</section>
|
||||
<!-- Features Section -->
|
||||
@@ -61,23 +62,17 @@
|
||||
<div class="container">
|
||||
<h2 class="section-title" id="features-heading">Features</h2>
|
||||
<ul>
|
||||
<li>
|
||||
<i class="fas fa-key" aria-hidden="true"></i> Deterministic password generation using BIP-85
|
||||
<li><i class="fas fa-key" aria-hidden="true"></i> Deterministic password generation using BIP-85
|
||||
</li>
|
||||
<li>
|
||||
<i class="fas fa-lock" aria-hidden="true"></i> Encrypted local storage for seeds and sensitive data
|
||||
<li><i class="fas fa-lock" aria-hidden="true"></i> Encrypted local storage for seeds and sensitive data
|
||||
</li>
|
||||
<li>
|
||||
<i class="fas fa-network-wired" aria-hidden="true"></i> Nostr relay integration for secure backup and retrieval
|
||||
<li><i class="fas fa-network-wired" aria-hidden="true"></i> Nostr relay integration for secure backup and retrieval
|
||||
</li>
|
||||
<li>
|
||||
<i class="fas fa-exchange-alt" aria-hidden="true"></i> Seed/Fingerprint switching for managing multiple profiles
|
||||
<li><i class="fas fa-exchange-alt" aria-hidden="true"></i> Seed/Fingerprint switching for managing multiple profiles
|
||||
</li>
|
||||
<li>
|
||||
<i class="fas fa-seedling" aria-hidden="true"></i> Bring your own seed or generate one on demand
|
||||
<li><i class="fas fa-seedling" aria-hidden="true"></i> Bring your own seed or generate one on demand
|
||||
</li>
|
||||
<li>
|
||||
<i class="fas fa-terminal" aria-hidden="true"></i> User-friendly command-line interface
|
||||
<li><i class="fas fa-terminal" aria-hidden="true"></i> User-friendly command-line interface
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
@@ -151,8 +146,7 @@ Password for newsitename: 06~8Eo(~D8t+G7D}
|
||||
<div class="timeline">
|
||||
<!-- Phase 1 -->
|
||||
<div class="timeline-item">
|
||||
<div class="timeline-icon" aria-hidden="true">
|
||||
<i class="fas fa-rocket"></i>
|
||||
<div class="timeline-icon" aria-hidden="true"><i class="fas fa-rocket"></i>
|
||||
</div>
|
||||
<div class="timeline-content">
|
||||
<h3>Phase 1: Core Functionality and Security Enhancements</h3>
|
||||
@@ -171,8 +165,7 @@ Password for newsitename: 06~8Eo(~D8t+G7D}
|
||||
</div>
|
||||
<!-- Phase 2 -->
|
||||
<div class="timeline-item">
|
||||
<div class="timeline-icon" aria-hidden="true">
|
||||
<i class="fas fa-shield-alt"></i>
|
||||
<div class="timeline-icon" aria-hidden="true"><i class="fas fa-shield-alt"></i>
|
||||
</div>
|
||||
<div class="timeline-content">
|
||||
<h3>Phase 2: Enhanced Security and Data Management</h3>
|
||||
@@ -187,8 +180,7 @@ Password for newsitename: 06~8Eo(~D8t+G7D}
|
||||
</div>
|
||||
<!-- Phase 3 -->
|
||||
<div class="timeline-item">
|
||||
<div class="timeline-icon" aria-hidden="true">
|
||||
<i class="fas fa-terminal"></i>
|
||||
<div class="timeline-icon" aria-hidden="true"><i class="fas fa-terminal"></i>
|
||||
</div>
|
||||
<div class="timeline-content">
|
||||
<h3>Phase 3: Advanced CLI Functionalities</h3>
|
||||
@@ -202,8 +194,7 @@ Password for newsitename: 06~8Eo(~D8t+G7D}
|
||||
</div>
|
||||
<!-- Phase 4 -->
|
||||
<div class="timeline-item">
|
||||
<div class="timeline-icon" aria-hidden="true">
|
||||
<i class="fas fa-sync-alt"></i>
|
||||
<div class="timeline-icon" aria-hidden="true"><i class="fas fa-sync-alt"></i>
|
||||
</div>
|
||||
<div class="timeline-content">
|
||||
<h3>Phase 4: Data Management Enhancements and Integrations</h3>
|
||||
@@ -216,8 +207,7 @@ Password for newsitename: 06~8Eo(~D8t+G7D}
|
||||
</div>
|
||||
<!-- Phase 5 -->
|
||||
<div class="timeline-item">
|
||||
<div class="timeline-icon" aria-hidden="true">
|
||||
<i class="fas fa-book"></i>
|
||||
<div class="timeline-icon" aria-hidden="true"><i class="fas fa-book"></i>
|
||||
</div>
|
||||
<div class="timeline-content">
|
||||
<h3>Phase 5: Documentation, Testing, and Finalization</h3>
|
||||
@@ -232,8 +222,7 @@ Password for newsitename: 06~8Eo(~D8t+G7D}
|
||||
</div>
|
||||
<!-- Future Phases -->
|
||||
<div class="timeline-item">
|
||||
<div class="timeline-icon" aria-hidden="true">
|
||||
<i class="fas fa-forward"></i>
|
||||
<div class="timeline-icon" aria-hidden="true"><i class="fas fa-forward"></i>
|
||||
</div>
|
||||
<div class="timeline-content">
|
||||
<h3>Future Phases (Beyond Initial Roadmap)</h3>
|
||||
@@ -253,19 +242,40 @@ Password for newsitename: 06~8Eo(~D8t+G7D}
|
||||
<h2 class="section-title" id="disclaimer-heading">Disclaimer</h2>
|
||||
<p><strong>⚠️ Use with Caution:</strong> Please read the following terms carefully.</p>
|
||||
<ul>
|
||||
<li><i class="fas fa-info-circle" aria-hidden="true"></i><strong>No Guarantees:</strong><span> SeedPass is provided "as is" without any warranties, express or implied. We do not guarantee that the software is free from errors, bugs, or vulnerabilities.</span>
|
||||
<li>
|
||||
<i class="fas fa-info-circle" aria-hidden="true"></i>
|
||||
<strong>No Guarantees:</strong>
|
||||
<span> SeedPass is provided "as is" without any warranties, express or implied. We do not guarantee that the software is free from errors, bugs, or vulnerabilities.</span>
|
||||
</li>
|
||||
<li><i class="fas fa-info-circle" aria-hidden="true"></i><strong>Security Risks:</strong><span> While SeedPass employs robust security measures, no system can be completely secure. Use it at your own risk, and ensure you have proper backups of your data.</span>
|
||||
<li>
|
||||
<i class="fas fa-info-circle" aria-hidden="true"></i>
|
||||
<strong>Security Risks:</strong>
|
||||
<span> While SeedPass employs robust security measures, no system can be completely secure. Use it at your own risk, and ensure you have proper backups of your data.</span>
|
||||
</li>
|
||||
<li><i class="fas fa-info-circle" aria-hidden="true"></i><strong>Not Professional Advice:</strong><span> SeedPass is not a substitute for professional security or cryptographic advice. Consult with a security expert before using it in critical or sensitive environments.</span>
|
||||
<li>
|
||||
<i class="fas fa-info-circle" aria-hidden="true"></i>
|
||||
<strong>Not Professional Advice:</strong>
|
||||
<span> SeedPass is not a substitute for professional security or cryptographic advice. Consult with a security expert before using it in critical or sensitive environments.</span>
|
||||
</li>
|
||||
<li><i class="fas fa-info-circle" aria-hidden="true"></i><strong>Liability Limitation:</strong><span> We are not liable for any damages, losses, or other liabilities arising from the use or inability to use SeedPass.</span>
|
||||
<li>
|
||||
<i class="fas fa-info-circle" aria-hidden="true"></i>
|
||||
<strong>Liability Limitation:</strong>
|
||||
<span> We are not liable for any damages, losses, or other liabilities arising from the use or inability to use SeedPass.</span>
|
||||
</li>
|
||||
<li><i class="fas fa-info-circle" aria-hidden="true"></i><strong>Regular Backups:</strong><span> Always maintain regular backups of your seeds and sensitive data to prevent loss in case of unforeseen issues.</span>
|
||||
<li>
|
||||
<i class="fas fa-info-circle" aria-hidden="true"></i>
|
||||
<strong>Regular Backups:</strong>
|
||||
<span> Always maintain regular backups of your seeds and sensitive data to prevent loss in case of unforeseen issues.</span>
|
||||
</li>
|
||||
<li><i class="fas fa-info-circle" aria-hidden="true"></i><strong>User Responsibility:</strong><span> Users are responsible for the secure storage and management of their master seeds and any derived seeds. Unauthorized access to these seeds can compromise all associated passwords and accounts.</span>
|
||||
<li>
|
||||
<i class="fas fa-info-circle" aria-hidden="true"></i>
|
||||
<strong>User Responsibility:</strong>
|
||||
<span> Users are responsible for the secure storage and management of their master seeds and any derived seeds. Unauthorized access to these seeds can compromise all associated passwords and accounts.</span>
|
||||
</li>
|
||||
<li><i class="fas fa-info-circle" aria-hidden="true"></i><strong>Updates and Maintenance:</strong><span> While we strive to keep SeedPass updated and secure, we cannot promise timely updates or maintenance. Users should stay informed about the latest security practices and updates.</span>
|
||||
<li>
|
||||
<i class="fas fa-info-circle" aria-hidden="true"></i>
|
||||
<strong>Updates and Maintenance:</strong>
|
||||
<span> While we strive to keep SeedPass updated and secure, we cannot promise timely updates or maintenance. Users should stay informed about the latest security practices and updates.</span>
|
||||
</li>
|
||||
</ul>
|
||||
<p>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.</p>
|
||||
@@ -276,18 +286,19 @@ Password for newsitename: 06~8Eo(~D8t+G7D}
|
||||
<footer>
|
||||
<div class="container">
|
||||
<div class="social-media">
|
||||
<!-- Nostr Link with Inline SVG --><a href="https://primal.net/p/npub15jnttpymeytm80hatjqcvhhqhzrhx6gxp8pq0wn93rhnu8s9h9dsha32lx" target="_blank" aria-label="Nostr Profile" rel="noopener noreferrer"> <!-- SVG code as before --> <svg class="nostr-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 620 620" fill="currentColor" aria-labelledby="nostrIconTitle" role="img" tabindex="0">
|
||||
<!-- Nostr Link with Inline SVG -->
|
||||
<a href="https://primal.net/p/npub15jnttpymeytm80hatjqcvhhqhzrhx6gxp8pq0wn93rhnu8s9h9dsha32lx" target="_blank" aria-label="Nostr Profile" rel="noopener noreferrer"> <!-- SVG code as before --> <svg class="nostr-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 620 620" fill="currentColor" aria-labelledby="nostrIconTitle" role="img" tabindex="0">
|
||||
<title id="nostrIconTitle">Nostr Logo</title>
|
||||
<path d="M620 270.227V597.655C620 609.968 610.081 619.961 597.859 619.961H332.161C319.938 619.961 310.02 609.968 310.02 597.655V536.678C311.23 461.931 319.079 390.332 335.558 357.759C345.438 338.168 361.722 327.506 380.427 321.802C415.768 311.102 477.779 318.419 504.099 317.16C504.099 317.16 583.605 320.346 583.605 274.987C583.605 238.48 548.07 241.352 548.07 241.352C508.902 242.374 479.068 239.699 459.738 232.028C427.365 219.203 426.272 195.678 426.155 187.81C424.554 96.934 291.549 86.0368 174.359 108.579C46.2354 133.127 175.765 318.143 175.765 565.121V598.088C175.531 610.204 165.807 620 153.702 620H22.1415C9.91874 620 0 610.008 0 597.694V31.3934C0 19.08 9.91874 9.08757 22.1415 9.08757H145.813C158.036 9.08757 167.955 19.08 167.955 31.3934C167.955 49.6866 188.378 59.8756 203.139 49.2145C247.617 17.113 304.709 0 368.595 0C511.714 0 619.922 84.0305 619.922 270.227H620ZM382.419 203.782C382.419 177.424 361.214 156.062 335.051 156.062C308.887 156.062 287.683 177.424 287.683 203.782C287.683 230.14 308.887 251.501 335.051 251.501C361.214 251.501 382.419 230.14 382.419 203.782Z"/>
|
||||
</svg> </a>
|
||||
<!-- GitHub Link --><a href="https://github.com/PR0M3TH3AN/SeedPass" target="_blank" aria-label="GitHub Repository" rel="noopener noreferrer"> <i class="fab fa-github"></i> </a>
|
||||
<!-- GitHub Link -->
|
||||
<a href="https://github.com/PR0M3TH3AN/SeedPass" target="_blank" aria-label="GitHub Repository" rel="noopener noreferrer"> <i class="fab fa-github"></i> </a>
|
||||
</div>
|
||||
<p>© 2024 SeedPass. All rights reserved.</p>
|
||||
</div>
|
||||
</footer>
|
||||
<!-- JavaScript -->
|
||||
<script src="./script.js"></script>
|
||||
|
||||
<!-- Relative path to script.js -->
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user