Skip to content

Commit 93bb273

Browse files
committed
Update README.md
1 parent d7a0f0b commit 93bb273

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Privacy Violation - Heap Inspection/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ StringBuffer password = new StringBuffer("SecurePassword");
3131

3232
4️⃣ Use prebuilt Secure Strings to handle sensitive information
3333

34-
Java: Use GuardedString (from Java's security libraries)
35-
36-
C#: Use SecureString to handle sensitive data securely 
34+
- Java: Use GuardedString (from Java's security libraries)
35+
- C#: Use SecureString to handle sensitive data securely 
3736

3837
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

Comments
 (0)