-
This is a PHP cryptography script that can encrypt and decrypt text data using the Vigenère cypher. Text is encrypt with a given key applying the Vigenère cypher.The opposite can be done as well, i.e. take a string previously encrypted by the class and decrypt it using with the original key.Requirements:- PHP 5.0 or Higher
-
This is a two-way encryption PHP script using RIJNDAEL 256 AES standard, which can be used to encrypts and decrypt data. Crypt Script PHP can take a string of data and encrypt it with a given secret key. This script can also be used to decrypt the data using the same secret key.Requirements:- PHP 5.0 or Higher
-
Page encryptor can be used to create obfuscated names for pages. This script takes the base name of a page and the extension and returns a page file name composed using an hash of the base name using a given salt followed by the original name extension. Requirement: PHP 3.0 or higher
-
This class can be used to generate an hash of string applying MD5 several times. It takes a given string and applies the MD5 hashing algorithm several times to make it much harder revert to the original string. Requirement: PHP 5.0 or Higher
-
A Cryptography php module very easy to use, could be used to protect databases, files, ad hash codes in every server that support php. Nowdays the most used hash algoritms are weak and there are many huge database with the hash code and the relative pass.
-
PHPCoder is a Web-based frontend to the Turck MMCache encoding functions, which are similar to the Zend Encoder product. PHPCoder enables you to encode your PHP scripts and applications into non-reversible byte-code, thus preventing users of your programs from viewing or alterting the source code while having full functionality.Another excellent use for PHPCoder is to encode your applications PHP configuration ...
-
iDealCerts can create certificate in the name of a given organization, with a given password, that are valid for a given number of days. The certificate's private and public keys are generated inside a specified directory. Requirements: PHP 5 or higher
-
UID scripts is a simple class for generating a unique identifier using the SHA1 algorithm to compute a digest from the combination of several unique and random text values.UID scripts uses the current timestamp with microseconds, Mersenne Twister random number generator, remote port number, remote IP address, remote user agent, URI and script path to generate a 40 character unique ...



