LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Security (https://www.linuxquestions.org/questions/linux-security-4/)
-   -   How can I tell if my distro is using md5 or blowfish (https://www.linuxquestions.org/questions/linux-security-4/how-can-i-tell-if-my-distro-is-using-md5-or-blowfish-282219/)

LinuxHawk 01-25-2005 05:45 PM

How can I tell if my distro is using md5 or blowfish
 
How can I tell if my distro is using md5 or blowfish?

Is there a query for this?

Matir 01-25-2005 09:41 PM

Look in /etc/shadow (using shadow passwords)

if the password field begins with $1$, it's MD5. $2$ is blowfish.


All times are GMT -5. The time now is 06:50 AM.