Re: encrypting lines from file with md5 module doesn't work?

2009-02-14 Thread Canned
Nick Craig-Wood schreef: > Canned wrote: >> I write a small script that read lines from plain text file and encrypt >> each lines using md5 module. I have a small word list that contain 2000+ >> words, 1 word/line. Using the code below, I can save the output to >> another file to use it with j

Re: encrypting lines from file with md5 module doesn't work?

2009-02-14 Thread Canned
MRAB schreef: > Canned wrote: >> Hi, >> I need some help with my script. I hope someone can show me the right >> direction or at least explain to me what did I wrong? >> >> I write a small script that read lines from plain text file and encrypt >> each lines using md5 module. I have a small word li

Re: encrypting lines from file with md5 module doesn't work?

2009-02-14 Thread Nick Craig-Wood
Canned wrote: > I write a small script that read lines from plain text file and encrypt > each lines using md5 module. I have a small word list that contain 2000+ > words, 1 word/line. Using the code below, I can save the output to > another file to use it with john the ripper (http://www.open

Re: encrypting lines from file with md5 module doesn't work?

2009-02-14 Thread MRAB
Canned wrote: Hi, I need some help with my script. I hope someone can show me the right direction or at least explain to me what did I wrong? I write a small script that read lines from plain text file and encrypt each lines using md5 module. I have a small word list that contain 2000+ words, 1

encrypting lines from file with md5 module doesn't work?

2009-02-14 Thread Canned
Hi, I need some help with my script. I hope someone can show me the right direction or at least explain to me what did I wrong? I write a small script that read lines from plain text file and encrypt each lines using md5 module. I have a small word list that contain 2000+ words, 1 word/line. Using