hashcat Forum
Arabic charset support, questions about command line - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html)
+--- Forum: Very old oclHashcat-plus Support (https://hashcat.net/forum/forum-23.html)
+--- Thread: Arabic charset support, questions about command line (/thread-2149.html)

Pages: 1 2


RE: Arabic charset support, questions about command line - random2 - 03-20-2013

(03-19-2013, 11:45 PM)undeath Wrote: your plaintexts are utf-8 encoded
You're right. What is the correct MD5 hash for "абв"?
0d1b08c34858921bc7c662b228acb7ba
or can you give me link to website where I can generate "correct" hash?


RE: Arabic charset support, questions about command line - random2 - 03-21-2013

I know that the MD5 hash was generated by the program, which was developed in .NET C#. It uses UTF-8 encoding on English windows, right? I created file with arabic alphabet in UTF-8 and tryed some hash. Here is result:
http://clip2net.com/clip/m212812/1363822439-clip-5kb.jpg
Pass:بدو
Hash: a20d07a04b1fe9ddbe4bddf2926e2cee

How can I see the result in the readable view, not "بدو"?


RE: Arabic charset support, questions about command line - atom - 03-21-2013

just write to an output file and open it in wordpad


RE: Arabic charset support, questions about command line - random2 - 03-21-2013

Thank you, atom.