Use of .hcchr files - 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: Use of .hcchr files (/thread-2619.html) |
Use of .hcchr files - mastercracker - 09-11-2013 Hi. I wanted to try using the new charset in file feature but while doing some testing I got some crashes. There could be many reasons for it and I don't have the time right now to track the source. My real question is: is it possible to combine 2 charsets together. With predefined one it's straightforward: Code: -1 ?s?l This: Code: -1 charsets\standard\russian\ru_cp1251.hcchr?d Code: -1 charsets\standard\russian\ru_cp1251.hcchr -2 ?1?d Code: -1 "charsets\standard\russian\ru_cp1251.hcchr ?d" P.S. I don't want to open and modify the .hccr files because I am afraid to mess them up. RE: Use of .hcchr files - atom - 09-12-2013 There is no way to add additional chars to charset files, you must edit them. Copy the one you want to edit to a new file and edit inside there RE: Use of .hcchr files - mastercracker - 09-12-2013 (09-12-2013, 01:24 PM)atom Wrote: There is no way to add additional chars to charset files, you must edit them. Copy the one you want to edit to a new file and edit inside thereOk thanks. |