Hexcat icon indicating copy to clipboard operation
Hexcat copied to clipboard

Decode Hashcat '$HEX[]' password output from a password list containing a mixture of non-encoded and encoded passwords

Results 2 Hexcat issues
Sort by recently updated
recently updated
newest added

$HEX[2321676f7468] -> $HEX[042a0337c2a156616d6f732103]

#hexcat.py recoveredpass.txt > r.txt Traceback (most recent call last): File "D:\work\sql md5 tools\md5p-oclHashcat\hexcat.py", line 35, in print (username + ":" + str(decode_hex(password))) File "C:\dev\Python\Python37\lib\encodings\cp1251.py", line 19, in encode return codecs.charmap_encode(input,self.errors,encoding_table)[0]...