diff options
| author | Gab <24553253+gabrix73@users.noreply.github.com> | 2025-02-11 16:29:05 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-11 16:29:05 +0100 |
| commit | f7dcb32cd0e80bdee74fd47a0df8cd2e28b9ed74 (patch) | |
| tree | 414b594a050e260156c8888e45d826485f762905 | |
| parent | 5ed41eba5a257bd016e72a271df73e0e8a0e70bc (diff) | |
| download | nofuture-go-memguard-f7dcb32cd0e80bdee74fd47a0df8cd2e28b9ed74.tar.gz nofuture-go-memguard-f7dcb32cd0e80bdee74fd47a0df8cd2e28b9ed74.tar.xz nofuture-go-memguard-f7dcb32cd0e80bdee74fd47a0df8cd2e28b9ed74.zip | |
Update README.md
| -rw-r--r-- | README.md | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -66,9 +66,8 @@ The application provides strong protection against: <h4>Malware resistance:</h4> <p>The combination of memguard protection and the virtual keyboard makes it extremely difficult for malware to capture sensitive data because:</p> -Encryption keys are never exposed in regular memory -Virtual keyboard prevents keylogging -Screen recording is ineffective due to randomized layouts -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. +Encryption keys are never exposed in regular memory.<br> +Virtual keyboard prevents keylogging, it also uses randomized layouts.<br> +Memory is actively protected against dumping attempts.<br> +<h4>Overall Security Assessment:</h4> +<p>The application provides robust protection against both memory-based attacks and network-based threats.</p> 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. |
