Utf32 support - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: Utf32 support (/thread-10427.html) |
Utf32 support - dvu - 10-24-2021 hashcat support mode: 1770 = sha512(utf16le($pass)) How can I add support for this mode? sha512(utf32le($pass)) Do I need to patch hashcat source code to add a custom mode or it can be achieved by some rules? RE: Utf32 support - philsmd - 10-29-2021 for a -a 0 (wordlist) attack, you could just use -m 1700 = SHA2-512 and use the "--encoding-to utf32le" feature. This might be all you need to crack a specific hash (list)... of course if you need all the features and attack modes, you are right that this can only be done by adding a new/specific hash mode (new hash algorithm) |