This entry is part 1 of 2 in the series How-To: Apache2 authentication using MySQL backend3. Creating users Here we will be using sha1 password. To create a password, you can use the following command: # echo -n ‘password’ | sha1sum 5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8 - thus, the SHA1 encrypted version of password password is c8fed00eb2e87f1cee8e90ebbe870c190ac3848c. Now, lets [...]
↧