Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Thu, 29 Dec 2011 21:54:39 +0530
From: Ramprasad Prasad <ramprasad.ap@...il.com>
To: john-users@...ts.openwall.com
Subject: john 1.7.9 Not able to use md5 on linux

I am trying to use md5_hex passwords


I create a simple file
$ perl -MDigest::MD5 -le 'print "user:".Digest::MD5::md5_hex($ARGV[0])'
password > /tmp/pass

So now the file contains hex passwords
$ cat /tmp/pass
user:5f4dcc3b5aa765d61d8327deb882cf99


$ ./john --format=md5  /tmp/pass
No password hashes loaded (see FAQ)


But this is not working

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.