summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGab <24553253+gabrix73@users.noreply.github.com>2025-02-13 22:29:50 +0100
committerGitHub <noreply@github.com>2025-02-13 22:29:50 +0100
commitc5ccf937fe5fdbe7df6b22cf0deaf7c47df5e452 (patch)
tree4aa8798e5d90ae41b542dd01c5170142d47e6eb9
parentbbe3339bdf8b6f24cd8d002dd7d83c1a7a4d2392 (diff)
downloadnofuture-go-memguard-c5ccf937fe5fdbe7df6b22cf0deaf7c47df5e452.tar.gz
nofuture-go-memguard-c5ccf937fe5fdbe7df6b22cf0deaf7c47df5e452.tar.xz
nofuture-go-memguard-c5ccf937fe5fdbe7df6b22cf0deaf7c47df5e452.zip
Update README.md
-rw-r--r--README.md10
1 files changed, 0 insertions, 10 deletions
diff --git a/README.md b/README.md
index fe03c87..3c18217 100644
--- a/README.md
+++ b/README.md
@@ -119,14 +119,4 @@ defer lockedKey.Destroy()</code></pre>
</li>
</ul>
-<strong>MemGuard Best Practices</strong></b>
- <ul>
- <li>๐Ÿ”’ Always use <code>defer .Destroy()</code> with LockedBuffers</li>
- <li>๐Ÿ›ก๏ธ Prefer <code>NewImmutable</code> for long-lived secrets</li>
- <li>โš ๏ธ Never expose Enclave contents to logging</li>
- <li>๐Ÿ”„ Use rolling buffers for repeated operations</li>
- <li>๐Ÿงน Explicit <code>Purge()</code> after critical operations</li>
- </ul>
-
-