LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   what encription alg does my box uses (https://www.linuxquestions.org/questions/linux-newbie-8/what-encription-alg-does-my-box-uses-166006/)

spank 04-04-2004 06:01 AM

what encription alg does my box uses
 
how can i find out what encriptyon algorithm crypts my /etc/shadow password file

wapcaplet 04-04-2004 08:15 PM

I believe the algorithms most commonly used include a DES-based algorithm (see 'man crypt') and the MD5 one-way hash function (which is more secure). Check out the Shadow Password HOWTO for some details.

spank 04-05-2004 01:22 AM

i`m trying to create an adduser php. I`m asking this because i saw that the adduser -p requests a crypt password. Does the crypt function in php work with this ?
thanx


All times are GMT -5. The time now is 09:24 PM.