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.

hashcat Forum

Full Version: Problem - Signature unmatched No hashes loaded.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
The file was obviously manipulated by a human (or malware ?) and is not valid.

No ethereum client would generate a UTC file with a
Code:
ciphertext
and
Code:
mac
within the JSON file which is not hexadecimal. Each and every character must be within the range 0123456789abcdef
, if you check other UTC files, all the ciphertext and mac will only contain those characters.

There will never be a ciphertext, mac etc which was generated by an ethereum wallet software that does contain characters other than 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, a, b, c, d, e, f (because these are the only valid hexadecimal characters)
understood thanks
Pages: 1 2