diff --git a/src/core/operations/AnalyseHash.mjs b/src/core/operations/AnalyseHash.mjs index 72c80840..b8e0f260 100644 --- a/src/core/operations/AnalyseHash.mjs +++ b/src/core/operations/AnalyseHash.mjs @@ -149,6 +149,10 @@ class AnalyseHash extends Operation { "FSB-384", ]; break; + case 480: + possibleHashFunctions = [ + "BCrypt", + ]; case 512: possibleHashFunctions = [ "SHA-512",