Added BCrypt to list of hashes

This commit is contained in:
Sharynne T Lin 2019-10-30 15:45:57 +00:00 committed by Sharynne T Lin
parent 05e65a74ce
commit 4e73b1a78a

View file

@ -149,6 +149,10 @@ class AnalyseHash extends Operation {
"FSB-384",
];
break;
case 480:
possibleHashFunctions = [
"BCrypt",
];
case 512:
possibleHashFunctions = [
"SHA-512",