encoding issue - 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: encoding issue (/thread-11343.html) |
encoding issue - dipstick - 03-12-2023 Trying to crack a seemingly simple hash, the password is just "あ". The thing is, it's always converted to Shift JIS first on the website, then hashed. No matter what I try, it's never outputting the proper encoding and never cracking the hash. Converting it in the file, and using hashcat's encoding to/from settings didn't help. The hash is tripcode (16000). The demo here outputs the proper hash: https://nonegiven.github.io/tripcode Any ideas? Am I missing something basic? RE: encoding issue - b8vr - 03-13-2023 I think SJIS is two-byte characters. Have you tried hashcat -a3 -m16000 hash ?b?b Also, have a look at https://github.com/hashcat/hashcat/issues/1526 RE: encoding issue - dipstick - 03-13-2023 (03-13-2023, 12:59 AM)b8vr Wrote: I think SJIS is two-byte characters. Have you tried Sure, I tried both before posting. Tried everything in the github issue again & with different encodings for fun. Still nothing. RE: encoding issue - b8vr - 03-13-2023 It seems to be 3 bytes actually: https://www.utf8-chartable.de/unicode-utf8-table.pl?start=12288&number=128 |