mirror of
https://github.com/gchq/CyberChef
synced 2024-11-15 17:07:57 +00:00
Fixes syntax error
This commit is contained in:
parent
c7f13ff67f
commit
77a0238406
1 changed files with 1 additions and 1 deletions
|
@ -3145,7 +3145,7 @@ const OperationConfig = {
|
|||
module: "Hashing",
|
||||
description: "MD5 (Message-Digest 5) is a widely used hash function. It has been used in a variety of security applications and is also commonly used to check the integrity of files.<br><br>However, MD5 is not collision resistant and it isn't suitable for applications like SSL/TLS certificates or digital signatures that rely on this property.",
|
||||
infoURL: "https://wikipedia.org/wiki/MD5",
|
||||
nputType: "ArrayBuffer",
|
||||
inputType: "ArrayBuffer",
|
||||
outputType: "string",
|
||||
args: []
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue