Archive for the ‘Security Systems’ Category

aasup

Sunday, August 22, 2010 16:04 No Comments

anti auto sign up project, the idea is that an image is generated that a computer program cant read but a human can, hence preventing spambots.

This was posted under category: Security Systems

DirLocker – web folders protection

Thursday, August 12, 2010 16:04 No Comments

DirLocker allows/denies access to any protected directory for all members or for every member individually. DirLocker operate with .htaccess and .htpasswd files to restrict users access to resources on folder protection based, therefore you are able to set access permissions and password to protect your data and folders. Dew to advanced security providing by this [...]

This was posted under category: Security Systems

Joes Encrypter

Tuesday, May 11, 2010 16:04 No Comments

Joes Encrypter is an encrypter for PHP. It is not very useful by itself, but rather, it is ment to be implemented into a script.
It can encrypt text using a md5 hash and the current time. The generated md5 hash is different every time because it includes the time inside it. This means the encryption [...]

This was posted under category: Security Systems

PHP Timed/view once Resource Protector

Tuesday, April 27, 2010 16:04 No Comments

You can use this script along with your current log-in script. This script will allow you to restrict access to a particular file. The user can view the resource only once within a pre-set ammount of time. The username, password and date are written to a logfile. The script compares the username and password combonations [...]

This was posted under category: Security Systems

Street Beats Download Protection

Friday, April 2, 2010 16:04 No Comments

This is a simple download protection script, that stops other webmasters linking to your downloads, and using up your bandwidth. Easy to set up.

This was posted under category: Security Systems

PHP Encoder

Thursday, March 11, 2010 17:04 No Comments

Protect your source code from unauthorized modification and alteration! PHP Encoder is a free encoder that allows anyone to protect their PHP scripts for free.

This was posted under category: Security Systems

phpcksec

Wednesday, January 6, 2010 22:02 No Comments

This script helps you test your webservers security, especially the open_basedir and safe_mode restrictions. It does so by giving you a file-browser interface which allows you to read ANY file on the server you have access to.

This was posted under category: Security Systems

Password Protection

Wednesday, January 6, 2010 6:38 No Comments

Password Protection is a PHP/MySQL application which allows you to easily block access to selected files. You simply add one line of code to each of the files you wish to protect and the system takes care of the rest. Also, Password Protection comes with a fully-functional administration panel which allows you to administer your [...]

This was posted under category: Security Systems

Salt & Pepper Encrypter

Saturday, July 19, 2008 12:16 No Comments

Salt & Pepper Encrypter is a collection of two PHP functions that will make your password storage more secure! Instead of using just a common hash function, it uses a combination of them along with its own algorithm!
For example, lets say you have a password of test. You want to securely store this password in [...]

This was posted under category: Security Systems