From dd24fcfc4a7170196e4059ed9257b1b7352b8e98 Mon Sep 17 00:00:00 2001 From: Gab <24553253+gabrix73@users.noreply.github.com> Date: Tue, 11 Feb 2025 17:54:14 +0100 Subject: Update README.md --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d179075..2cce331 100644 --- a/README.md +++ b/README.md @@ -28,10 +28,10 @@ b) Session Management: c) Encryption Process:

Virtual Keyboard Security Features:

@@ -71,7 +71,8 @@ Zero-copy buffer handling for sensitive data

Malware resistance:

The combination of memguard protection and the virtual keyboard makes it extremely difficult for malware to capture sensitive data because:

Encryption keys are never exposed in regular memory.
-Virtual keyboard prevents keylogging, it also uses randomized layouts.
+Virtual keyboard prevents keylogging.
Memory is actively protected against dumping attempts.

Overall Security Assessment:

-

The application provides robust protection against both memory-based attacks and network-based threats.

The use of memguard for memory protection, combined with the virtual keyboard's anti-keylogging features, creates multiple layers of security that make it extremely difficult for malware or spyware to capture sensitive data. +

The application provides robust protection against both memory-based attacks and network-based threats.

+

The use of memguard for memory protection, combined with the virtual keyboard's anti-keylogging features, creates multiple layers of security that make it extremely difficult for malware or spyware to capture sensitive data.

-- cgit v1.2.3