Differences between revisions 1 and 2
Revision 1 as of 2009-12-31 14:39:00
Size: 313
Editor: PieterSmit
Comment:
Revision 2 as of 2020-05-05 12:59:30
Size: 458
Editor: PieterSmit
Comment:
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
 * Generate random password 32char {{{
RANDOM_PWD=$( ( head /dev/urandom ; date +%s) | sha256sum | base64 | head -c32 )
echo $RANDOM_PWD
}}}

Password recovery

...


CategorySecurity

ResetPassword (last edited 2020-05-05 12:59:30 by PieterSmit)