Frederik Ramm napisał(a):
> ps: I know that passing a cleartext password is not the proper thing to
> do, please propose extensions / whatever to fix that :D
>
> Raphael
Maybe smth like this:
perl -e 'print crypt("password", join "", (".", "/", 0..9, "A".."Z",
"a".."z")[rand 64, rand 64]) . "\n"'
Regards.
--
T.