Created
July 28, 2013 23:39
-
-
Save ruby-fu-ninja/6100740 to your computer and use it in GitHub Desktop.
Genereate httpasswd without apache tools
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@li615-48:~# echo -e "your-username:`perl -le 'print crypt("your-password","salt")'`" > /path/to/httpasswd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment