Remove hashing example when not covered by query

This commit is contained in:
Owen Mansel-Chan
2025-10-08 16:48:57 +01:00
parent 0bcdb91639
commit 2f22acdd06
3 changed files with 0 additions and 15 deletions

View File

@@ -22,11 +22,6 @@
decrypt sensitive data.
</li>
<li>
If a weak hashing algorithm is used to protect data integrity, an
attacker may be able to craft a malicious input that has the same
hash as a benign one.
</li>
<li>
If a weak algorithm is used for digital signatures, an attacker may
be able to forge signatures and impersonate legitimate users.
</li>