|  |  | 
| EnderUNIX tipsMail to My Friend , Home Page[ Security ] "Encrypting MD5 Passwords" - Metin KAYA - (2007-05-16 01:59:31) [5794] Encrypting MD5 passwords via using MD5, this command can be used: # perl -e 'print crypt(q{password},q{$1$foo_bar})."\n";' $1$foo_bar$FMDmwtjcPDIclcnDuvbIQ1 "password" is the word which will be encrypted, and "foo_bar" is the salt part (maximum length of the salt part is 8 characters) that will be used for encryption. * Thanks to Ismail YENIGUL... Mail to My Friend , Home Page |  |