![]() |
oclhashcat-lite v0.13 special sym ? in mask - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html) +--- Forum: Very old oclHashcat-lite Support (https://hashcat.net/forum/forum-22.html) +--- Thread: oclhashcat-lite v0.13 special sym ? in mask (/thread-1888.html) |
oclhashcat-lite v0.13 special sym ? in mask - /milzo - 01-02-2013 Hi Is this normal and just a display error, a question mark with diamond around it in the plain text area? eg: Plain.Text.....: ***�*QU8 This is the custom char set I'm using which I am sure is valid to interpret a ? and custom symbols with space -1 ?l?u?d??'@!"£$%^&*()@}{ ' RE: oclhashcat-lite v0.13 special sym ? in mask - atom - 01-02-2013 This is because of encoding. I guess you are running oclHashcat-lite from inside an UTF-8 shell but oclHashcat-lite works bytewise. So thats why it shows that weird characters. Try to remove the £ sign and verify again, it shoul work then. RE: oclhashcat-lite v0.13 special sym ? in mask - /milzo - 01-02-2013 Thank for clearing that up Atom. |