Generating a Crypted Password
perl -e 'print crypt "password", "salt"; print "\n"; '
… where salt is a two letter random string.
perl -e 'print crypt "password", "salt"; print "\n"; '
… where salt is a two letter random string.
Sébastien Biot — Tue, 19 Oct 2004 19:28:45 +0000