From 54d05bfbec1536194c1aa5f7eb20bf10d0095c89 Mon Sep 17 00:00:00 2001 From: Gab <24553253+gabrix73@users.noreply.github.com> Date: Thu, 13 Feb 2025 17:55:12 +0100 Subject: Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8b311c6..a78c95a 100644 --- a/README.md +++ b/README.md @@ -2,16 +2,16 @@ MemGuard Initialization & Configuration:
-
+

         memguard.CatchInterrupt()
                memguard.Purge()
-                 unix.Mlockall(unix.MCL_CURRENT | unix.MCL_FUTURE)
+                 unix.Mlockall(unix.MCL_CURRENT | unix.MCL_FUTURE)
 
- +
    Secure Memory Locking: Prevents swapping sensitive data to disk Interrupt Handling: Automatic memory purge on SIGINT/SIGTERM Deep Memory Purge: Secure wiping of allocated buffers - +
MemGuard in Key Lifecycle Management:
passphrase, _ := memguard.NewImmutableRandom(32)
-- 
cgit v1.2.3