diff options
| author | Gab <24553253+gabrix73@users.noreply.github.com> | 2025-02-11 16:33:19 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-11 16:33:19 +0100 |
| commit | 82b54b8adff629a55c6ce6fe92a246157995b0e0 (patch) | |
| tree | 125dde943503d1e935094082cc95d9c449a67841 | |
| parent | f7dcb32cd0e80bdee74fd47a0df8cd2e28b9ed74 (diff) | |
| download | nofuture-go-memguard-82b54b8adff629a55c6ce6fe92a246157995b0e0.tar.gz nofuture-go-memguard-82b54b8adff629a55c6ce6fe92a246157995b0e0.tar.xz nofuture-go-memguard-82b54b8adff629a55c6ce6fe92a246157995b0e0.zip | |
Update README.md
| -rw-r--r-- | README.md | 22 |
1 files changed, 13 insertions, 9 deletions
@@ -27,20 +27,24 @@ b) <b>Session Management:</b> <p>Session IDs use cryptographically secure random generation</p> c) <b>Encryption Process:</b> - +<ul> Uses X25519 for key exchange Implements box.Seal for authenticated encryption Uses random nonces for each encryption Zero-copy buffer handling for sensitive data -Virtual Keyboard Security Features: -Randomized key layout on each activation -Right-click secondary character access -Drag-and-drop positioning -Memory-safe input handling -Protection against keyloggers -Security Assessment: + </ul> + +<h4>Virtual Keyboard Security Features:</h4> +<ul> +<li>Randomized key layout on each activation</li> +<li>Right-click secondary character access</li> +<li>Drag-and-drop positioning</li> +<li>Memory-safe input handling</li> +<li>Protection against keyloggers</li> + </ul> +<b>Security Assessment:</b> -The application provides strong protection against: +<p>The application provides strong protection against:</p> <h4>RAM-based attacks:</h4> <ul> |
