We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7a0f0b commit 93bb273Copy full SHA for 93bb273
Privacy Violation - Heap Inspection/README.md
@@ -31,8 +31,7 @@ StringBuffer password = new StringBuffer("SecurePassword");
31
32
4️⃣ Use prebuilt Secure Strings to handle sensitive information
33
34
-Java: Use GuardedString (from Java's security libraries)
35
-
36
-C#: Use SecureString to handle sensitive data securely
+- Java: Use GuardedString (from Java's security libraries)
+- C#: Use SecureString to handle sensitive data securely
37
38
5️⃣ When no prebuilt library exists, store passwords in char[] and overwrite the array after usage to ensure it doesn't linger in memory.
0 commit comments