mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-09 15:55:01 -04:00
Added BCrypt to list of hashes
This commit is contained in:
parent
05e65a74ce
commit
4309fef258
1 changed files with 4 additions and 0 deletions
|
@ -149,6 +149,10 @@ class AnalyseHash extends Operation {
|
|||
"FSB-384",
|
||||
];
|
||||
break;
|
||||
case 480:
|
||||
possibleHashFunctions = [
|
||||
"BCrypt",
|
||||
];
|
||||
case 512:
|
||||
possibleHashFunctions = [
|
||||
"SHA-512",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue