Generate dictionnary from known words in lost password - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old oclHashcat Support (https://hashcat.net/forum/forum-38.html) +--- Thread: Generate dictionnary from known words in lost password (/thread-5470.html) |
Generate dictionnary from known words in lost password - MarcJJ - 05-21-2016 Hi, I've lost my password from an old TrueCrypt volume. It's 40 to 60 characters from words I know (all of them) and a few separators. I tried to put these words and the separators in a dictionary file like this: Let's say my password is TrueCrypt;Lost;PWD My dict.txt looks like: Lost TrueCrypt PWD ; But of course, doesn't work like that apparently. Tried all variants of: oclHashcat64.exe -m 6222 -a 0 "volume.tc" "dict.txt" With different modes, but apparently I need to generate a dictionary with all possible passwords generated from my words list? Sounds trivial for any dev, but I'm no dev at all :/ Any help would be much appreciated RE: Generate dictionnary from known words in lost password - epixoip - 05-22-2016 look at combinator.bin / combinator3.bin from hashcat-utils |