summaryrefslogtreecommitdiff
path: root/Config.in.legacy
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2015-03-24 19:54:15 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-04-10 22:28:32 +0200
commit029179615e8252c112882857a7844d08cea44741 (patch)
tree24a9cdddf1812881740228cb4279f339239c9a37 /Config.in.legacy
parent9c7710015112464d74cb6be16c05dd6fc23ae122 (diff)
system: remove DES password encoding
DES is long dead, it is insecure as hell, and virtually all known crypt(3) implementations now all support at least md5. Besides, the character-space of DES-encoded passwords are a sub-set of the character-space for a clear-text password, so we can't easily differentiate between the two. Since we're going to change the root password prompt to support setting encoded passwords (as well as clear-text passwords), we can't keep DES or we'd be unable to decide whether we'd need to encode the password or not. Remove DES encoding altogether (and add a legacy entry). The default is still md5, and thus there's no backward-compatibility 'select' to add. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Lorenzo Catucci <lorenzo@sancho.ccd.uniroma2.it> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'Config.in.legacy')
-rw-r--r--Config.in.legacy7
1 files changed, 7 insertions, 0 deletions
diff --git a/Config.in.legacy b/Config.in.legacy
index 445cab749..0fc794f75 100644
--- a/Config.in.legacy
+++ b/Config.in.legacy
@@ -101,6 +101,13 @@ endif
###############################################################################
comment "Legacy options removed in 2015.05"
+config BR2_TARGET_GENERIC_PASSWD_DES
+ bool "Encoding passwords with DES has been removed"
+ select BR2_LEGACY
+ help
+ Paswords can now only be encoded with either of md5, sha256 or sha512.
+ The default is md5, which is stronger that DES (but still pretty weak).
+
config BR2_PACKAGE_GTK2_THEME_HICOLOR
bool "hicolor (default theme) is a duplicate"
select BR2_LEGACY