mirror of
https://github.com/PR0M3TH3AN/SeedPass.git
synced 2025-09-08 07:18:47 +00:00
Add seed exposure warning
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
**⚠️ Disclaimer**
|
**⚠️ Disclaimer**
|
||||||
|
|
||||||
This software was not developed by an experienced security expert and should be used with caution. There may be bugs and missing features. Each vault chunk is limited to 50 KB and SeedPass periodically publishes a new snapshot to keep accumulated deltas small. The security of the program's memory management and logs has not been evaluated and may leak sensitive information.
|
This software was not developed by an experienced security expert and should be used with caution. There may be bugs and missing features. Each vault chunk is limited to 50 KB and SeedPass periodically publishes a new snapshot to keep accumulated deltas small. The security of the program's memory management and logs has not been evaluated and may leak sensitive information. Loss or exposure of the parent seed places all derived passwords, accounts, and other artifacts at risk.
|
||||||
|
|
||||||
---
|
---
|
||||||
### Supported OS
|
### Supported OS
|
||||||
|
@@ -204,6 +204,7 @@ Enter your choice (1-7) or press Enter to exit:
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<h2 class="section-title" id="disclaimer-heading">Disclaimer</h2>
|
<h2 class="section-title" id="disclaimer-heading">Disclaimer</h2>
|
||||||
<p><strong>⚠️ Disclaimer:</strong> This software was not developed by an experienced security expert and should be used with caution. There may be bugs and missing features. Additionally, the security of the program's memory management and logs has not been evaluated and may leak sensitive information.</p>
|
<p><strong>⚠️ Disclaimer:</strong> This software was not developed by an experienced security expert and should be used with caution. There may be bugs and missing features. Additionally, the security of the program's memory management and logs has not been evaluated and may leak sensitive information.</p>
|
||||||
|
<p>Loss or exposure of the parent seed places all derived passwords, accounts, and other artifacts at risk.</p>
|
||||||
<p>Snapshot chunks are limited to 50 KB and rotated when deltas accumulate.</p>
|
<p>Snapshot chunks are limited to 50 KB and rotated when deltas accumulate.</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
Reference in New Issue
Block a user