|
Message-ID: <554D2D1E.9080302@mailbox.org> Date: Fri, 08 May 2015 23:39:42 +0200 From: Frank Dittrich <frank.dittrich@...lbox.org> To: john-users@...ts.openwall.com Subject: Re: Advise on best approach (truecrypt pw based on pdf file) On 05/08/2015 07:47 PM, Demian Smith wrote: > I know a couple of facts, which hopefully make it feasible in the first > place: > - I have created the password from a random page of a random book¹ > - First letter MUST be capital > - No numbers or diacritics, > - Likely only I as second capital letter > - No digits > - Probably 5 -12 chars (I imagine it to be around 8, but that's guessing) [...] > (¹ I have tried > cat INFILE | sed -re 's/[?!.:]/\n/g' | sed -re > 's/([A-Za-z])[A-Za-z]+[^A-Za-z]*/\1/g' > outfile > on a txt version of the pdf and using "outfile" as a wordlist - no luck) Could your txt verskion have line breaks in other places than the pdf version? Frank
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.