Am 20.07.2015 18:02, schrieb ANTOINE ROUQUETTE: > Hi everyone, > > My question is has followed : > > when I use chpasswd command, the option -e allow me to supply password in > encrypted form. How do I know which encryption form I should use for this > command? > > Should I give a MD5 encryted pasword, or a DES encrypted password? >
The documentation says: -m Use MD5 encryption instead of DES so i guess the default is DES. perhaps this should be changed into -c des|md5 as the std. command does. re, wh > Best regards. > > > > > _______________________________________________ > busybox mailing list > [email protected] > http://lists.busybox.net/mailman/listinfo/busybox _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
