From d0a99c2a133ae2954520298f814d89bfe780152b Mon Sep 17 00:00:00 2001 From: Gab <24553253+gabrix73@users.noreply.github.com> Date: Thu, 13 Feb 2025 17:53:52 +0100 Subject: Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'README.md') 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) - + + 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