summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGab <24553253+gabrix73@users.noreply.github.com>2025-12-02 01:17:43 +0100
committerGitHub <noreply@github.com>2025-12-02 01:17:43 +0100
commit93e8ead3c169d7902d3ef5a0b9f820c270fc1c6b (patch)
treead25fbf2b5432ecb4a79f754e186b8af98659925
parent9e168486375fc9eb9787eed0ec5451c52dbabe01 (diff)
downloadgensecpass3-main.tar.gz
gensecpass3-main.tar.xz
gensecpass3-main.zip
Revise README for improved presentation and detailsHEADmain
Updated README to enhance clarity and add features section.
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index 548010a..0408bd5 100644
--- a/README.md
+++ b/README.md
@@ -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 |