Re: A question about passwords and login/authentication
Scott Gifford <[email protected]>
| Newsgroups | gmane.comp.security.linux |
|---|---|
| Message-ID | <[email protected]> |
Steffen Kluge <[email protected]> writes: > On Tue, 2005-03-15 at 14:53 +0100, Pavol Luptak wrote: >> Try blowfish instead MD5 > > I feel a bit uneasy about using symmetric ciphers (like DES or blowfish) > for password encryption. I'm not a crypto guy, but doesn't this bring > about the whole bloody key management can of worms? Traditional Unix passwords encrypt a constant string using the password as the key, effectively turning a symmetric cipher into a one-way hash. ----ScottG.