1
mirror of https://github.com/hashcat/hashcat synced 2024-11-24 14:27:14 +01:00

Updated changes

This commit is contained in:
Thomas WACHE 2022-11-21 10:38:19 +01:00
parent e159b459a4
commit ea67beee05

View File

@ -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
- Replaced NVAPI with NVML on windows