mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-22 08:08:10 +00:00
Prepare for next release v3.6.0
This commit is contained in:
parent
b8ad89c529
commit
e4727fad87
@ -1,4 +1,4 @@
|
||||
* changes v3.5.0 -> 3.x.x:
|
||||
* changes v3.5.0 -> 3.6.0:
|
||||
|
||||
##
|
||||
## Algorithms
|
||||
@ -15,13 +15,13 @@
|
||||
## Features
|
||||
##
|
||||
|
||||
- Wordlist encoding: Support added for internal conversion between user-defined encodings during runtime
|
||||
- Wordlist encoding: Added parameters --encoding-from and --encoding-to to configure wordlist encoding handling
|
||||
- Rules: Support added for rule 'eX'
|
||||
- Rules: Support added for position 'p' (Nth instance of a character) in host mode (using -j or -k)
|
||||
- 7-Zip cracking: increased max. data length to 320k and removed AES padding attack to avoid false negatives
|
||||
- Rules: Support added for rejection rule '_N' (reject plains of length not equal to N) in host mode
|
||||
- Dictionary cache: Show time spent on dictionary cache building at startup
|
||||
- Rules: Support added for position 'p' (Nth instance of a character) in host mode (using -j or -k)
|
||||
- Rules: Support added for rejection rule '_N' (reject plains of length not equal to N) in host mode
|
||||
- Rules: Support added for rule 'eX'
|
||||
- Wordlist encoding: Added parameters --encoding-from and --encoding-to to configure wordlist encoding handling
|
||||
- Wordlist encoding: Support added for internal conversion between user-defined encodings during runtime
|
||||
|
||||
##
|
||||
## Workarounds
|
||||
@ -39,9 +39,9 @@
|
||||
## Bugs
|
||||
##
|
||||
|
||||
- Fixed a missing type specifier in a function declaration of the RACF kernel
|
||||
- Fixed a condition that caused hybrid attacks using a maskfile to not select all wordlists from a wordlist folder
|
||||
- Fixed a memory leak that was present when a user periodically prints hashcat status (using --status-timer)
|
||||
- Fixed a missing type specifier in a function declaration of the RACF kernel
|
||||
|
||||
##
|
||||
## Technical
|
||||
|
Loading…
Reference in New Issue
Block a user