LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Security (https://www.linuxquestions.org/questions/linux-security-4/)
-   -   MD5 Encrypted Password (https://www.linuxquestions.org/questions/linux-security-4/md5-encrypted-password-587921/)

gjagadish 09-28-2007 02:00 AM

MD5 Encrypted Password
 
Hi,

could u tell me how to generate MD5 encrypted password in linux using perl or any linux command

thanx

Alien Bob 09-28-2007 03:39 AM

Try this for a pure MD5 hash of your password:

Code:

echo -n "your_plaintext_password" | md5sum -
Eric


All times are GMT -5. The time now is 07:12 PM.