mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-22 08:08:10 +00:00
Add a note to docs/limits.txt about cracking NTLM on CPU if the kernel needs to convert from UTF8 to UTF16.
This commit is contained in:
parent
86f3e1f5b8
commit
079d5d5b97
@ -35,6 +35,10 @@ because we basically add a zero byte every second byte within the kernel convers
|
|||||||
|
|
||||||
Since hashcat v6.2.1 there is true UTF-16 support for pure kernels. UTF-16 is fully supported.
|
Since hashcat v6.2.1 there is true UTF-16 support for pure kernels. UTF-16 is fully supported.
|
||||||
|
|
||||||
|
There is an exception for mask attacks combined with compute devices that require vector data-types
|
||||||
|
to achieve full performance. For example a modern CPU. For these devices, the recommendation is to use a
|
||||||
|
combination of mask processor piped to hashcat. For modern GPUs it works as expected.
|
||||||
|
|
||||||
##
|
##
|
||||||
## The use of --keep-guessing eventually skips reporting duplicate passwords
|
## The use of --keep-guessing eventually skips reporting duplicate passwords
|
||||||
##
|
##
|
||||||
|
Loading…
Reference in New Issue
Block a user