PHP Upload
Those of you that are security conscious will be interested to see how this script works I’d imagine. No more submission of clear text passwords and worrying about people packet sniffing your connection to grab the password. The password is MD5 hashed before it is even submitted so if they do packet sniff it, they’ll only be sniffing something that is uncrackable.
The script is easy to install and should just work but you need to edit a few settings in a file before it will be properly up and running.
Have a look at the uploader here
Download the source here