security

Readable Password Generator

Readable Password Generator

This small PHP script generates human-readable passwords. It requires PHP 4 .2.0 or greater – and that’s it! This is a pure PHP solution with no styling or JavaScript – so you can make this script do what you want. This script does not use a dictionary to generate passwords but generates ‘believable’ words using English grammar rules! Use PHP to include the code in your own website and then use the one line of code to generate random passwo...

Age Verification System (AVS PRO)

Age Verification System (AVS PRO)

Does your website content need to be protected with age verification? The solution is AVS Pro! Age Verification System Professional is an easy to use PHP script that protects your underage visitors and your website by forcing them to enter their birth date and, optionally, their email address in order to view your website’s content. AVS Pro can be used on adult and alcoholic websites that require age verification, but AVS Pro can be used to p...

Invitation Key Generation & Verification

Invitation Key Generation & Verification

This script is a simple PHP script that will allow you to generate invitation keys and verify them when for example, registering an user. Usage is VERY simple. Features: Unlimited Unique keys can be generated (They will never collide with each other). Cannot be cracked or keygened. Unique salt to protect the keys. Requirements: PHP5 and MySQL only.

Creative Captcha

Creative Captcha

Creative Captcha is a new method to validate if the client is a person or just a automated computer. It’s like a submit button only with a safety check. For a video preview please check this video: http://screenr.com/d3R Updates: - Added a working demo (works again)

Simple Sanitize

Simple Sanitize

Use this PHP Class to safely access user input like GET and POST variables. Set it and forget it! This class automatically sanitizes your data in various ways. Current options include “strict”, “html”, “mysql”, “both” (html and mysql), or “none”. Each sanitizing level handles data a little bit differently. “strict” will return input with only alphanumeric characters. “html” encodes all html-entites. “mysql” escapes all special mysql charact...

LogPress

LogPress

This plugin will help you to debug and speedup development of wordpress plugins and themes. Besides logging PHP error it can log a bunch of other things to help you make your website better. Features Log PHP errors Choose log level Log fatal errors Log SQL queries Log login attempts Log use of deprecated functions Browser Console integration, view PHP errors in the javascript console window. Log hack attempts like XSS and SQL in...

SimpleUsers

SimpleUsers

Simple user system based on MySQLi using prepared statements for better security. Developed in PHP 5 .3. Passwords are prefixed with random salts and SHA1 hashed. Last activity update functionality. Flexible user information capabilities. Easily integrated into an administration interface. Complete with reference to methods and members of the object, samplefiles to review basic functionalities and a simple install script to help you se...

Password Generation and Evaluation

Password Generation and Evaluation

The Generator can choose from roughly 45.000 words, obscure with l33t speak or simply produce complete gibberish. How words are obscured or how the gibberish is produced is highly customizable. The Evaluator gives you the ability to customize the strength checker on the fly. That enables website administrators to enhance the strength checker via configuration rather than contacting developer to alter some code. This Windows program is just a...

ByteScrambler

ByteScrambler

With this encoder you can make your PHP scripts unreadable for other people but they will still work the same way on your server. This is handy when you want to give someone a PHP script but you don’t want them to view the source code. It’s also possible to let the script expire on date X. If the script is runned after the expire date you can show a custom message. It’s also possible to let the script work only on particular host(s). For exa...

Data Validation class

Data Validation class

The key to a stable and secure application or website is data validation. Validating things like email addresses, numbers, and other data can be very time consuming and add a lot of extra lines of code to your website if you want to do it the right way. This class can make the data validation part of website development a lot easier. This class is very easy to use. Because all the methods are static they are faster and callable without insta...