mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-14 01:56:54 -04:00
Added 'MD2', 'MD4' and 'SHA0' operations. Closes #52.
This commit is contained in:
parent
2257754b94
commit
ba8524ca79
12 changed files with 1337 additions and 32 deletions
|
@ -214,7 +214,10 @@ var Categories = [
|
|||
ops: [
|
||||
"Analyse hash",
|
||||
"Generate all hashes",
|
||||
"MD2",
|
||||
"MD4",
|
||||
"MD5",
|
||||
"SHA0",
|
||||
"SHA1",
|
||||
"SHA224",
|
||||
"SHA256",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue