Merge 7357d94166da629d9879ebd279960f9ff49a7273 into ae1b12c1208365eefa9f556ba91f0cebfdf28857

This commit is contained in:
sharontlin 2021-09-03 18:36:36 -04:00 committed by GitHub
commit 0997a78e9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",