oclHashcat-Lite and ?h mask
#3
Here's how to get it straight in this case.

Code:
$ echo ΩΩΩΩΩ | iconv -t cp437 | iconv -f cp1252    
êêêêê

I always wondered how you tell HashCat what codepage to assume for input when converting to Unicode. What if the password was ккккк (in Russian) or κκκκκ (in Greece)? They do look the same but they are totally different in UTF-16. And like ΩΩΩΩΩ and êêêêê, both can be represented by 0xEA in some 8-bit codepage.


Messages In This Thread
oclHashcat-Lite and ?h mask - by Fafa - 09-04-2013, 04:29 PM
RE: oclHashcat-Lite and ?h mask - by epixoip - 09-04-2013, 07:16 PM
RE: oclHashcat-Lite and ?h mask - by magnum - 09-04-2013, 08:26 PM
RE: oclHashcat-Lite and ?h mask - by atom - 09-05-2013, 02:46 PM
RE: oclHashcat-Lite and ?h mask - by Kuci - 09-05-2013, 08:27 PM
RE: oclHashcat-Lite and ?h mask - by magnum - 09-06-2013, 12:58 PM
RE: oclHashcat-Lite and ?h mask - by atom - 09-06-2013, 09:59 AM
RE: oclHashcat-Lite and ?h mask - by atom - 09-10-2013, 10:03 AM