mirror of
https://github.com/gchq/CyberChef
synced 2024-11-15 17:07:57 +00:00
Added MD6 to 'Generate all hashes' operation
This commit is contained in:
parent
a736be7ca8
commit
bbd85a491b
1 changed files with 1 additions and 0 deletions
|
@ -240,6 +240,7 @@ const Hash = {
|
|||
output = "MD2: " + Hash.runMD2(input, []) +
|
||||
"\nMD4: " + Hash.runMD4(input, []) +
|
||||
"\nMD5: " + Hash.runMD5(input, []) +
|
||||
"\nMD6: " + Hash.runMD6(input, []) +
|
||||
"\nSHA0: " + Hash.runSHA0(input, []) +
|
||||
"\nSHA1: " + Hash.runSHA1(input, []) +
|
||||
"\nSHA2 224: " + Hash.runSHA224(input, []) +
|
||||
|
|
Loading…
Reference in a new issue