|
Message-ID: <4255c2570612070517g18c511a2hd72b69c5fe8f24a0@mail.gmail.com> Date: Thu, 7 Dec 2006 07:17:10 -0600 From: "Randy B" <aoz.syn@...il.com> To: john-users@...ts.openwall.com Subject: Re: ipb2 and format Need help > but how can I convert each SALT in hexadecimal code ????? imagine > convert manually 4500 SALT ! For standard UNIX utilities, 'xxd' is about as good at hex conversion as it gets. Don't know if OSX has it, but... # mysql -e 'SELECT mysalt FROM mypasstable' | xxd -g16 > my_file_of_hex_salts Above would do wonders for any salt under 16 bytes. -- Captain one-liner -- To unsubscribe, e-mail john-users-unsubscribe@...ts.openwall.com and reply to the automated confirmation request that will be sent to you.
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.