[Midnightbsd-cvs] src [7762] trunk/etc/login.conf: change default password hash algorithm for new accounts to sha512 from blowfish.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Aug 24 13:06:12 EDT 2016


Revision: 7762
          http://svnweb.midnightbsd.org/src/?rev=7762
Author:   laffer1
Date:     2016-08-24 13:06:12 -0400 (Wed, 24 Aug 2016)
Log Message:
-----------
change default password hash algorithm for new accounts to sha512 from blowfish.  There was a recent issue discovered with openvpn traffic with algorithms using 64 bit block sizes such as blf. Better safe than sorry.  FreeBSD is now using this format in 10.3.

Modified Paths:
--------------
    trunk/etc/login.conf

Modified: trunk/etc/login.conf
===================================================================
--- trunk/etc/login.conf	2016-08-21 15:14:01 UTC (rev 7761)
+++ trunk/etc/login.conf	2016-08-24 17:06:12 UTC (rev 7762)
@@ -23,7 +23,7 @@
 # AND SEMANTICS'' section of getcap(3) for more escape sequences).
 
 default:\
-	:passwd_format=blf:\
+	:passwd_format=sha512:\
 	:copyright=/etc/COPYRIGHT:\
 	:welcome=/etc/motd:\
 	:setenv=MAIL=/var/mail/$,BLOCKSIZE=K,FTP_PASSIVE_MODE=YES:\



More information about the Midnightbsd-cvs mailing list