system cfg: set mkpasswd default to SHA256
authorMatt Weber <matthew.weber@rockwellcollins.com>
Thu, 6 Dec 2018 02:06:28 +0000 (20:06 -0600)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 15 Dec 2018 10:26:37 +0000 (11:26 +0100)
commit9cf2280846b60ba081ed21339b407e2c761b599d
treec98d58baf592d15f16e3f1a126fc683b6a174dbe
parent2e104e22ea23478e3d7cd6113dba340533140e41
system cfg: set mkpasswd default to SHA256

This patch changes the default mkpasswd method to SHA256 from MD5.
The change both improves the quality of the hash used and prepares
for eventually removing MD5 as a option.

Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
system/Config.in