DragonFly BSD
DragonFly bugs List (threaded) for 2010-11
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: MD5 password hash


From: Siju George <sgeorge.ml@xxxxxxxxx>
Date: Mon, 29 Nov 2010 13:18:33 +0530

On Sun, Feb 21, 2010 at 6:31 AM, Matthew Dillon
<dillon@apollo.backplane.com> wrote:
>
>
>    Well... if someone wants to add another encryption method that's fine
>    w/me.  Nobody should be using plaintext passwords for remote access
>    anyway since most attacks don't even bother trying to decrypt any more,
>    they just run against a dictionary.
>
>

the password-hashing method used in OpenBSD uses an algorithm derived
from Blowfish that makes use of the slow key schedule; the idea is
that the extra computational effort required gives protection against
dictionary attacks.

http://en.wikipedia.org/wiki/Blowfish_%28cipher%29

thanks :-)

--Siju




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