-
PHP Encryption is a given PHP script can be parsed and the names of used variables can be replaced with more obfuscated names.The new names of the replaced variables can be retrieved by looking at a variable of the class.Requirements: PHP 5.0 or higher
-
cpCrypt is a simple PHP script to generate 2-way encryption strings.cpCrypt allows you to generate and them retrieve a password, considering that you have the key for it, of course.
-
shaCrypt takes a string of data and applies several functions to scramble the data. Then it uses an SHA1 has of the key to encrypt the scrambled data by using the XOR function.The SHA1 hash of the key can also be used to decrypt the encrypted data. Then it unscrambles the data using functions that invert the result of the ...
-
AES 128 2-way encryption library is a 2-way encryption library for PHP. The script is useful when you need to store username/password information in a database for a 3rd party service such as twitter.
-
Password Generator Class can generate one or more password strings that may be a of given length. The passwords may include different ranges of characters like upper and lower case letters, digits, and special characters. A non-repeat policy for characters can be enforced through the class. Requirements: PHP 5.0 or higher
-
SRCrypt takes the bytes string of data and adds the value of the bytes of a secret key to generate the encrypted data result. Previously encrypted data can also be decrypted by subtracting the values of the key's bytes. Requirements: PHP 4.0 or higher
-
Anti_Mcrypt takes a given key to encrypt data and checks if it is within the allowed length range. The key is padded salt string if necessary to make sure that the actual encryption key always has the maximum length. The key is used to encrypt or decrypt data with the help of the PHP mcrypt functions. Requirements: PHP 5.0 or ...
-
Cookie Management Class can perform several actions on cookies like retrieving cookie values, set cookie properties like name, value, domain, expiry date, and destroy a cookie. The data stored in cookies can also be encrypted and decrypted upon retrieval. Requirements: PHP 5 or higher
-
phpSHIELD 3 PHP Encoder protects your PHP Source Code with a powerful, easy to use encoder, which creates a native bytecode version of the script and then encrypts it. Some other PHP encoding systems do not use bytecode and it is very easy to reverse engineer their protected scripts back to the original source code. With bytecode encryption, it is ...
-
SourceGuardian 7 PHP Encoder is the ultimate protection solution for your PHP scripts. Version 7.0 introduces a host of new and enhanced features. SourceGuardian has become an essential tool for many web developers and programmers, offering the ability to protect their PHP code and therefore their intellectual property. The new version contains all of the same useful features customers have ...
-
A specified secret key is used to encrypt and decrypt the data in Encryption and Decryption with Rijndael 256. There is also a function to generate a random password made only of alpha-numeric characters and encrypt it using the specified secret key.
-
Security authorization can start a session and store a variable with a value that is also encrypted and set to a cookie. If the cookie has expired or the decrypted cookie value different than the session variable value, the session is destroyed and the user is redirected to an authentication page. The cookie can be regenerated and verified for every ...
-
A string of data can be encrypted using a specified key. RC4 Cipher can also do the opposite, i.e. decrypt the encrypted data with the same key.Requirements: PHP 5.0 or higher
-
Secure Session Class can set a given session variable using the CAST 128 class to encrypt the values before storing them.Session variables can also be retrieved and their values decrypted.Requirements:PHP 5.0 or higher
-
LSM Crypt Cookie is a simple class that can store encrypted values in cookies using a secret key. It can generate an encrypted version of a text value using a secret key and store it in a cookie.Whenever LSM Crypt Cookie is necessary to recover the original value, the class can decrypt the value stored in the cookie using the ...

