|
Message-ID: <555903EB.1000408@gmail.com> Date: Sun, 17 May 2015 23:11:07 +0200 From: Marek Wrzosek <marek.wrzosek@...il.com> To: john-users@...ts.openwall.com Subject: Re: Advise on best approach (truecrypt pw based on pdf file) Hi I went back to the beginning of this thread. This approach seems right but if it fails then I don't know if Markov mode is any better than Incremental. But if you choose to run Markov mode, you will need to train it with your wordlist made of pdf. You will also need mask with first capital letter. If there is a pattern, then Markov model should learn it and generate passwords very similar to yours. There are two parameters that are the most important - Markov level and length of passwords. After creating stats file you'll need to run genmkvpwd command with your stats file and required password lengths. This command will calculate levels and number of possible passwords for each level. Depending on how fast you can crack them and how much time you can spend on cracking, you can choose right level. The good news is that using Markov mode you can distribute work among many computers. And if it fails too, we'll always have Incremental ;-) But I keep my fingers crossed for Wordlist mode. Best Regards W dniu 17.05.2015 o 21:37, Demian Smith pisze: > Hi Marek, > thanks for the support - the wordlist is not that big: the source was > 102 kb, the resulting file is 105 MB. I am running > > john --session=awk --wordlist=/home/demian/RAID/awk/w3 > /home/demian/RAID/awk/recover && john --session=awk --rules=truncate > --wordlist=/home/demian/RAID/awk/w3 /home/demian/RAID/awk/recover && > john --session=awk --rules=substring --wordlist=/home/demian/RAID/awk/w3 > /home/demian/RAID/awk/recover > > right now to see what happens. Afterwards I will cast the same spell > with --format=tc_ripemd160 and see does it help. > > Afterwards I will summon my gaze upon markov, of which I had not heard > previously. But at least all this keeps me occupied and not all hope is > lost. > > Thanks you very much, > Demian > -- Marek Wrzosek marek.wrzosek@...il.com
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.