[PATCH] Adding password protection to U-boot: salted version

2008-06-16 Thread Francesco Albanese
Hello, I have cleaned my code and I updated my patch with a new feature for salting the password. - The salt is generated collecting a timestamp for every valid keystroke supplied during password prompting: then, the least significant byte of each timestamp is XORed providing eventually a 24bits

Re: [PATCH] Adding password protection to U-boot: salted version

2008-06-16 Thread Bobby Martin
From: Francesco Albanese [EMAIL PROTECTED] Hello, I have cleaned my code and I updated my patch with a new feature for salting the password. - The salt is generated collecting a timestamp for every valid keystroke supplied during password prompting: then, the least significant byte of