Openwall Project   /home  Owl  JtR  Pro  crypt  pam_passwdqc  tcb  phpass  scanlogd  popa3d  msulogin  /  Linux  BIND  /  advisories  presentations  /  services  donations  /  wordlists  passwords  /  news  community  lists  wiki  CVSweb  mirrors  signatures
bringing security into open environments
 
Password Recovery Resources on the Net
[<prev] [next>] [<thread-prev] [month] [year] [list]
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.

Hosted by DataForce ISP - Powered by Openwall GNU/*/Linux