Forum Moderators: coopster
I'm looking for something up to date with the latest security issues (password hashing) etc.
I'm a designer by trade and am just looking for a script to secure the client access aspect of my portfolio site.
Any information would be greatly appreciated
Cheers
[freshsoftware.com...]
[edited by: jatar_k at 4:27 pm (utc) on Oct. 31, 2007]
[edit reason] linked it up [/edit]
<Files .htaccess>
deny from all
</Files>
Passwords are encrypted after uploading with Warden (if you view the .htaccess file).
"Although the password is stored on the server in encrypted format, it is passed from the client to the server in plain text across the network. Anyone listening with any variety of packet sniffer will be able to read the username and password in the clear as it goes across."
?