Fix small mistake in Ruby query help

This commit is contained in:
Owen Mansel-Chan
2025-11-03 13:23:43 +00:00
committed by Owen Mansel-Chan
parent 8d7b2757bf
commit 7d7af193dc

View File

@@ -67,7 +67,7 @@
The following example shows two functions for checking whether the hash
of a certificate matches a known value -- to prevent tampering.
The first function uses MD5 that is known to be vulnerable to collision attacks.
The first function uses SHA-1 that is known to be vulnerable to collision attacks.
The second function uses SHA-256 that is a strong cryptographic hashing function.
</p>