1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-01-22 13:40:56 +00:00

update changes and credits

This commit is contained in:
Gabriele Gristina 2021-12-14 19:42:35 +01:00
parent 3fd6dac523
commit b53624d0a3
2 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,8 @@
- Tuning Database: Added a warning if a module implements module_extra_tuningdb_block but the installed computing device is not found
- Usage Screen: On windows console, wait for any keypress if usage_mini_print() is used
- User Options: Add new module function module_hash_decode_postprocess() to override hash specific configurations from command line
- OpenCL Runtime: Added support to use Apple Silicon compute devices
- OpenCL Runtime: Set default device-type to GPU with Apple Silicon compute devices
* changes v6.2.4 -> v6.2.5

View File

@ -22,6 +22,7 @@ Gabriele "matrix" Gristina <matrix@hashcat.net> (@gm4tr1x)
* Compressed wordlist feature
* OpenCL Info feature
* Apple macOS port
* Apple Silicon support
* Hardware monitor initial code base and maintenance
* Test suite initial code base
* Makefile initial code base