diff options
| author | Gab <24553253+gabrix73@users.noreply.github.com> | 2025-02-13 17:56:24 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-13 17:56:24 +0100 |
| commit | 87045cb0002b7b97a89313474374cdfe98435e33 (patch) | |
| tree | 0327735e5a68efc4914851f222b8abf70ad180bc | |
| parent | 54d05bfbec1536194c1aa5f7eb20bf10d0095c89 (diff) | |
| download | nofuture-go-memguard-87045cb0002b7b97a89313474374cdfe98435e33.tar.gz nofuture-go-memguard-87045cb0002b7b97a89313474374cdfe98435e33.tar.xz nofuture-go-memguard-87045cb0002b7b97a89313474374cdfe98435e33.zip | |
Update README.md
| -rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -7,11 +7,11 @@ memguard.Purge() unix.Mlockall(unix.MCL_CURRENT | unix.MCL_FUTURE)</code> </pre> -<ol> - <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 - </ol> +<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>MemGuard in Key Lifecycle Management:</strong><br> <pre><code>passphrase, _ := memguard.NewImmutableRandom(32) |
