summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGab <24553253+gabrix73@users.noreply.github.com>2025-02-11 16:33:19 +0100
committerGitHub <noreply@github.com>2025-02-11 16:33:19 +0100
commit82b54b8adff629a55c6ce6fe92a246157995b0e0 (patch)
tree125dde943503d1e935094082cc95d9c449a67841
parentf7dcb32cd0e80bdee74fd47a0df8cd2e28b9ed74 (diff)
downloadnofuture-go-memguard-82b54b8adff629a55c6ce6fe92a246157995b0e0.tar.gz
nofuture-go-memguard-82b54b8adff629a55c6ce6fe92a246157995b0e0.tar.xz
nofuture-go-memguard-82b54b8adff629a55c6ce6fe92a246157995b0e0.zip
Update README.md
-rw-r--r--README.md22
1 files changed, 13 insertions, 9 deletions
diff --git a/README.md b/README.md
index 9919213..d179075 100644
--- a/README.md
+++ b/README.md
@@ -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>