Added BCrypt to list of hashes
This commit is contained in:
parent
05e65a74ce
commit
4309fef258
@ -149,6 +149,10 @@ class AnalyseHash extends Operation {
|
|||||||
"FSB-384",
|
"FSB-384",
|
||||||
];
|
];
|
||||||
break;
|
break;
|
||||||
|
case 480:
|
||||||
|
possibleHashFunctions = [
|
||||||
|
"BCrypt",
|
||||||
|
];
|
||||||
case 512:
|
case 512:
|
||||||
possibleHashFunctions = [
|
possibleHashFunctions = [
|
||||||
"SHA-512",
|
"SHA-512",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user