From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gustavo Zacarias Date: Fri, 04 Jan 2013 17:20:00 -0300 Subject: [Buildroot] [PATCH 1/1] target: add different methods to encode passwords In-Reply-To: <4286e89fcb929e0f8280fe2da2782c93227c0353.1356890711.git.yann.morin.1998@free.fr> References: <4286e89fcb929e0f8280fe2da2782c93227c0353.1356890711.git.yann.morin.1998@free.fr> Message-ID: <50E73970.8000404@zacarias.com.ar> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On 12/30/2012 03:08 PM, Yann E. MORIN wrote: > Passwords can be encoded in different ways (from the weakest > to the strongest): des, md5, sha-256, sha-512 > > Add a choice entry to select the method, defaulting to 'md5'. > > Signed-off-by: "Yann E. MORIN" Tested-by: Gustavo Zacarias However i'd like to see an option where the root password is untouched, probably as default. A slippy finger might get a bad surprise when upgrading to a new buildroot version and sees it's skeleton root password zapped away to nothing by surprise - an error that might take some time to get noticed and might even get shipped. Regards.