From: justin Date: Tue, 28 Jun 2011 18:30:20 +0000 (-0700) Subject: Add mention of SHA256/SHA512 for passwords. (Thanks Robin Carey) X-Git-Url: https://gitweb.dragonflybsd.org/ikiwiki.git/commitdiff_plain/a61b7b6ff4f2fd77d10555ef48ee6a92c547b603 Add mention of SHA256/SHA512 for passwords. (Thanks Robin Carey) --- diff --git a/docs/newhandbook/Security/index.mdwn b/docs/newhandbook/Security/index.mdwn index 1260e2ad..212bd9e7 100644 --- a/docs/newhandbook/Security/index.mdwn +++ b/docs/newhandbook/Security/index.mdwn @@ -376,7 +376,7 @@ The solution was to divide up the encryption libraries so that US users could in -`libcrypt.a` provides a configurable password authentication hash library. Currently the library supports DES, MD5 and Blowfish hash functions. By default DragonFly uses MD5 to encrypt passwords. +`libcrypt.a` provides a configurable password authentication hash library. Currently the library supports DES, MD5, Blowfish, SHA256, and SHA512 hash functions. By default DragonFly uses SHA256 to encrypt passwords.