summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGab <24553253+gabrix73@users.noreply.github.com>2025-02-13 17:53:52 +0100
committerGitHub <noreply@github.com>2025-02-13 17:53:52 +0100
commitd0a99c2a133ae2954520298f814d89bfe780152b (patch)
treee1193b7d455d78be4930a14155d8a5c57c78fc5d
parent5215080bce1cbe9734b0c7717cf82ca90eb01656 (diff)
downloadnofuture-go-memguard-d0a99c2a133ae2954520298f814d89bfe780152b.tar.gz
nofuture-go-memguard-d0a99c2a133ae2954520298f814d89bfe780152b.tar.xz
nofuture-go-memguard-d0a99c2a133ae2954520298f814d89bfe780152b.zip
Update README.md
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 5288bc8..8b311c6 100644
--- a/README.md
+++ b/README.md
@@ -7,11 +7,11 @@
memguard.Purge()
unix.Mlockall(unix.MCL_CURRENT | unix.MCL_FUTURE)
</pre>
- <ul>
- <li><strong>Secure Memory Locking:</strong> Prevents swapping sensitive data to disk</li>
- <li><strong>Interrupt Handling:</strong> Automatic memory purge on SIGINT/SIGTERM</li>
- <li><strong>Deep Memory Purge:</strong> Secure wiping of allocated buffers</li>
- </ul>
+
+ <strong>Secure Memory Locking:</strong> Prevents swapping sensitive data to disk
+<strong>Interrupt Handling:</strong> Automatic memory purge on SIGINT/SIGTERM
+<strong>Deep Memory Purge:</strong> Secure wiping of allocated buffers
+
<strong>MemGuard in Key Lifecycle Management:</strong><br>
<pre><code>passphrase, _ := memguard.NewImmutableRandom(32)