A oneliner with Perl does the trick:
$ perl -le 'print crypt("password", "salt")'
Your htpasswd-file should then look like so:
UserName:EncryptedPassword:YourComment
August 31, 2009
A oneliner with Perl does the trick:
$ perl -le 'print crypt("password", "salt")'
Your htpasswd-file should then look like so:
UserName:EncryptedPassword:YourComment
No comments yet.
RSS feed for comments on this post. TrackBack URL
Powered by WordPress