-
Easy Password Generator can be used to generate secure passwords that are easy to remember for humans. It uses random words from a dictionary stored as a text file.Easy Password Generator generates pronounceable words made up from a configurable amount of letters and/or numbers. The first letter of the dictionary word and random word is converted to upper case.Then Easy ...
-
k Encoder can be used to encode and decode text using a custom algorithm.It applies the same encoding algorithm to the codes of the characters of a text string. The decoding algorithm reverses the encoding procedure.
-
Fox filter is meant to filter redundant MySQL database query results that be returned when querying three tables that establish many-to-many relationships.The class' function named out_put returns an associative a two dimenstional array of records. It may either return a list of the filtered results indexed numerically, or as an associative array.The associative array index values are the names of ...
-
Hippo Chinese Cert Code can be used to generate CAPTCHA validation images using Chinese words. The class picks random words from a file with a list of Chinese words represented in the big5 encoding. The picked word is stored in a session variable so it can be compared with what the user entered in a form later. The words are ...
-
XML Security can be used to encrypt, decrypt, sign and verify data in XML documents using the XMLSec standards.It uses the XMLSec library tools developed by Aleksey Sanin and others to perform the basic cryptographic operations on XML documents to comply with the W3 Consortium XMLSec standards
-
Database Abstraction plus SQL Injection is a wrapper to access MySQL databases.Database Abstraction plus SQL Injection can establish database connections, execute SQL queries and retrieve query results. It can also help avoiding SQL injection attacks by quoting text literal values with either the PHP mysql_real_escape_string function if available, or the addslashes functions otherwise.
-
Remove comments in a string can be used to remove comments from a string of code. It can process lines of PHP code and remove all comment text that follows a comment character.By default Remove comments in a string assumes that the # character start a comment text, but it can be configured to use another comment start character.
-
You can protect your files (eg: admin panel) with user name and password. You can develope this script by write a new modules.
-
Secure use_trans_sid can be used use emulate use_trans_sid PHP option with output generated with Smarty templates. It can be used in PHP environments on which the session.use_trans_sid option is disabled for security reasons.There is a class that extends the base Smarty base class to load a plug-in script . This script is an output filter that parses all the output ...
-
Contact Form Killer is a nice little tool you can add to your web site to easily generate contact forms with all that messy form validation already taken care of for you. You can also let your site visitors use the tool to create forms themselves. It's super easy to use, just select what inputs you would like, and Contact ...
-
phpManta is a suite of PHP classes, scripts and examples intended to help PHP programmers writing stable PHP websites and applications. Mdoc is a new auto-documentation tool to create manuals like PHP manual at php.net web site, so in a style common to the PHP community and is very efficient to share your code as APIs. Mdoc parses the PHP ...
-
Code Generator can be used to generate classes that can be used access MySQL database table rows as objects. It retrieves the list of fields of a given MySQL database table and generates a class with private variables with the names based on the database table fields.Code Generator also sets getter and setter functions for each of the variables. All ...
-
HHSecureObject can be used to authenticate users that can access to Web site pages.The accounts of the users are defined as permission arrays in PHP scripts. The class uses HTTP Basic authentication to request that the users authenticate themselves.When an user is authenticated successfully, the class stores the authentication status in session variables, so the authentication dialog is not opened ...
-
Simple Authentication and Security Layer provides a single interface for implementing multiple standard authentication mechanisms commonly used by Internet protocols such as SMTP, POP3, IMAP, HTTP, etc.Currently Simple Authentication and Security Layer implements following mechanisms:- PLAIN- LOGIN- CRAM-MD5- NTLM (used by Windows or Linux/Unix with Samba)- Basic (used in HTTP Basic authentication)- Digest (used in HTTP Digest authentication)
-
Passwd is an Unix-style CRYPT_MD5 PHP class.

