Click to See Complete Forum and Search --> : htacess encryption?


Baby Jai
08-05-2003, 07:40 PM
is there a software that I can put it in a password and it will encrypt it for me, I know sites but no software. Instead of me going to certain sites that will encry the htacess file

Da Warriah
08-06-2003, 08:03 AM
you mean something like this? it uses a form, you put in your password, and it will throw back the md5() encryption of your password...

youll have to change it to md5.php tho, i just didnt feel like zipping it;)

brendandonhue
08-07-2003, 07:31 AM
I don't know why would you encrypt htaccess but, If you want to stop people from viewing it, add the lines
<Files .htaccess>
order allow,deny
deny from all
</Files>
to your htaccess.