diff --git a/docs/changes.txt b/docs/changes.txt index 83bedab49..0852bdbaa 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -12,6 +12,7 @@ - Added hash-mode: DANE RFC7929/RFC8162 SHA2-256 - Added hash-mode: Dahua NVR/DVR/HVR (md5($salt1.strtoupper(md5($salt2.$pass)))) - Added hash-mode: md5(md5($salt).md5(md5($pass))) +- Added hash-mode: bcrypt(sha256($pass)) ## ## Bugs @@ -1896,4 +1897,4 @@ It combines all features of all hashcat projects in one project. - Created environment variable to inform pocl OpenCL runtime to not create its own kernel cache - Dropped special 64-bit rotate() handling for NV, it seems that they've added it to their OpenCL runtime - Completely get rid of HAVE_ADL, HAVE_NVML and HAVE_NVAPI in sources -- Replaced NVAPI with NVML on windows \ No newline at end of file +- Replaced NVAPI with NVML on windows