1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-22 08:08:10 +00:00

Merge pull request #1619 from roycewilliams/master

minor changes.txt grammar
This commit is contained in:
Jens Steube 2018-07-19 11:39:12 +02:00 committed by GitHub
commit 3a3ee44dab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,20 +11,20 @@
##
- HCCAPX management: Use advanced hints in message_pair stored by hcxtools about endian bitness of replay counter
- OpenCL kernels: Abort session if kernel self-test failed
- OpenCL kernels: Abort session if kernel self-test fails
- OpenCL kernels: Add '-pure' prefix to kernel filenames to avoid problems caused by reusing existing hashcat installation folder
- Added JtR-compatible support for hex notation in rules engine
- Added OpenCL device utilization to status information in machine readable output
- Added OpenCL device utilization to the status information in machine-readable output
##
## Bugs
##
- Fixed a function declaration attribute in -m 8900 kernel leading to unuseable -m 9300 which shares kernel code with -m 8900
- Fixed a function declaration attribute in -m 8900 kernel leading to unusable -m 9300 which shares kernel code with -m 8900
- Fixed a missing kernel in -m 5600 in combination with -a 3 and -O if mask is >= 16 characters
- Fixed a miscalculation in --progress-only mode output for extreme slow kernels like -m 14800
- Fixed a miscalculation in --progress-only mode output for extremely slow kernels like -m 14800
- Fixed missing code section in -m 2500 and -m 2501 to crack corrupted handshakes with a LE endian bitness base
- Fixed a missing check for errors on OpenCL device leading to invalid removal of restore file
- Fixed a missing check for errors on OpenCL devices leading to invalid removal of restore file
* changes v4.0.1 -> v4.1.0