diff options
| author | Gab <24553253+gabrix73@users.noreply.github.com> | 2025-12-02 01:17:43 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-02 01:17:43 +0100 |
| commit | 93e8ead3c169d7902d3ef5a0b9f820c270fc1c6b (patch) | |
| tree | ad25fbf2b5432ecb4a79f754e186b8af98659925 | |
| parent | 9e168486375fc9eb9787eed0ec5451c52dbabe01 (diff) | |
| download | gensecpass3-93e8ead3c169d7902d3ef5a0b9f820c270fc1c6b.tar.gz gensecpass3-93e8ead3c169d7902d3ef5a0b9f820c270fc1c6b.tar.xz gensecpass3-93e8ead3c169d7902d3ef5a0b9f820c270fc1c6b.zip | |
Updated README to enhance clarity and add features section.
| -rw-r--r-- | README.md | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -1,8 +1,9 @@ -# gensecpass3 -gensecpass3 generates cryptographically strong passwords by combining entropy from two independent physical sources: keyboard input and mouse movement. +# 🔐 gensecpass3 **Ultra-Secure Password Generator with Dual Physical Entropy Collection** +gensecpass3 generates cryptographically strong passwords by combining entropy from two independent physical sources: keyboard input and mouse movement. This dual-channel approach ensures true randomness that cannot be predicted or replicated. + ## Features - **Dual Entropy Sources**: Combines keyboard chaos + mouse movement for maximum unpredictability @@ -20,8 +21,6 @@ gensecpass3 addresses multiple threat vectors: |--------|------------| | Weak PRNG | Physical entropy from human input | | Memory Forensics | memguard protected buffers with automatic wiping | -| Timing Attacks | Nanosecond jitter collection | -| Correlation Attacks | Two independent physical channels | | Cold Boot Attacks | Immediate memory destruction on exit | | File Recovery | DoD 5220.22-M secure wipe | |
