Hexcat icon indicating copy to clipboard operation
Hexcat copied to clipboard

'charmap' codec can't encode characters

Open DeniR opened this issue 5 years ago • 0 comments

#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] UnicodeEncodeError: 'charmap' codec can't encode characters in position 42-46: character maps to

recoveredpass.txt: f20d1d61a506b6d3c81fdffd789e8c57:JzVupFp3:$HEX[edfef8eae03835]

Windows 10, python 3.7.

DeniR avatar Mar 12 '19 09:03 DeniR