sKunKbad Posted January 2, 2008 Share Posted January 2, 2008 Right now I have my WAMP (wampserver2) set up so that it uses .htaccess and .htpasswd files. The .htpasswd files contain username:password combinations, but unlike all hosts that I have dealt with in the past, my passwords aren't encrypted. I want to use the standard crypt() encryption option for passwords, but I don't see a place in the httpd.conf file to set this, and don't know what to do from here. Any help is appreciated. Link to comment https://forums.phpfreaks.com/topic/84076-htpasswd-options/ Share on other sites More sharing options...
sKunKbad Posted January 3, 2008 Author Share Posted January 3, 2008 After messing around with htpasswd.exe in the command prompt, and reading the documentation, I have come to realize that the -d option (crypt) is not usable/available on WAMP. If I am wrong I would be very happy. Link to comment https://forums.phpfreaks.com/topic/84076-htpasswd-options/#findComment-428826 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.