mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-22 16:18:09 +00:00
Added some missing description for a workaround
This commit is contained in:
parent
57ce1fd81e
commit
7bac5dd3af
@ -4,7 +4,7 @@
|
||||
## Improvements
|
||||
##
|
||||
|
||||
- Added mask display to modes 3, 6, and 7. Allows the user to see the custom character set used during the run
|
||||
- Added mask display to modes 3, 6, and 7. Allows the user to see the custom character set used during the run
|
||||
- Make Linux build POSIX compatible; Also allow it to actually compile on musl-libc systems
|
||||
- Add support to compile on FreeBSD
|
||||
- Make use of cl_context_properties[] to clCreateContext(), even if OpenCL specification allow the use of NULL, some runtimes fail without
|
||||
@ -26,6 +26,7 @@
|
||||
- Skip periodic status output whenever --stdout is used together with stdin mode, but no outfile was specified
|
||||
- Show error message if --show is used together with --outfile-autohex-disable (this is currently not supported)
|
||||
- Show error message if --skip/--limit is used together with mask files or --increment
|
||||
- Workaround for NVidia OpenCL runtime bug causing -m 6223 to not crack any hashes even with the correct password candidate
|
||||
|
||||
##
|
||||
## Bugs
|
||||
|
Loading…
Reference in New Issue
Block a user