[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Extract password from /etc/passwd



At 03:36 PM 10/19/00 +0000, you wrote:
How do I 'decrypt' the password in the /etc/passwd file.

I'm a competent CGI programmer so any routines would be useful.

Thanks guys!

Jody.

My understanding is that you don't decrypt the password. You pass the password input through the crypt algorithm to see if you get the same result. If the output from the algorithm is the same for the input as for the password, then the input is the same as the password.

Peter