Please note, this is a STATIC archive of website hashcat.net from October 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

Search Results
Post Author [desc] Forum Replies Views Posted
    Thread: how is --hex-wordlist supposed to function?
Post: how is --hex-wordlist supposed to function?

I'm playing around with accented characters in passwords, which inevitably results in multi-byte characters. Doing some reading, it looked like using the --hex-wordlist option would take care of this,...
ragequit hashcat 6 2,865 05-10-2019, 07:54 PM
    Thread: how is --hex-wordlist supposed to function?
Post: RE: how is --hex-wordlist supposed to function?

I see, I misunderstood. However, I changed to to hex encoding, then ran it again. The candidates are correct this time, but the crack still failed. Session..........: hashcat Status...........: Ex...
ragequit hashcat 6 2,865 05-10-2019, 08:18 PM
    Thread: how is --hex-wordlist supposed to function?
Post: RE: how is --hex-wordlist supposed to function?

undeath Wrote: (05-10-2019, 08:26 PM) -- Code: -- echo 'otoƱo' | hashcat -m 900 bc4a371bba2211148ebcdee649c561fc --encoding-from=utf-8 --encoding-to=utf-16le -- this will crack the hash -- It doe...
ragequit hashcat 6 2,865 05-10-2019, 10:09 PM
    Thread: how is --hex-wordlist supposed to function?
Post: RE: how is --hex-wordlist supposed to function?

undeath Wrote: (05-10-2019, 10:31 PM) -- as the command line indicates, this is utf-16le. Code: -- echo 6f0074006f00f1006f00 | xxd -r -p | iconv --from=utf-16le -- -- That worked, thanks!
ragequit hashcat 6 2,865 05-10-2019, 10:50 PM