PHP Cryptography
PHP Cryptography script is mainly used to hash, encrypt and decrypt data for security systems. It can also used to encode PHP scripts to protect the code.-
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 your database, but still be ...
-
JPEncodeClass can can encode and decode text strings according to a pattern that defines a sequence of actions to manipulate the strings.The supported actions are: revert the text order, invert the text characters case and encode or decode in base64 format. The pattern of sequence actions can be given as parameter or generated randomly.
-
TxtCrypt can encrypt a file and insert the encrypted data into a regular text file in such way that it does not change the way the text file appears. The encrypt algorithm is simple but it can be replaced by another more robust algorithm.To hide the encrypted data within a text file without changing how it appears, the data is ...
-
BmpCrypt is a class that uses the steganography technique to hide encrypted data within a bitmap image (.BMP). It can hide the data very well in 24 or 32 bit RGB images.BmpCrypt could be used to hide the data in indexed color images, for instance of 256 colors, but that would require adding a few functions to deal with the ...
-
passwd.class.php has some common encryption thingies that is useful, the class can handle both DES and MD5 encryption.
-
SourceEncrypt is a tiny helper for you when do not want for example your javascripts to be stolen or modified.
-
OpenSSLCrypt is a simple class that utilizes a public key and private key to encrypt and decrypt strings. It requires with OpenSSL support (configure --with-openssl).
-
TOTAL URLEncrypt is a simple library to allow the total or 90% encryption of a URL not like the urlencode and rawurlencode which can become rather problematic at times.
-
Cryptography can encrypt and decrypt data using the XOR (exclusive OR) binary operation.An encryption password text is combined with the data being encrypted and a random input vector using the XOR binary operation. The encrypted result is return encoded with the base64 algorithm.Cryptography can also decrypt data using the same encryption password by applying the reverse algorithm.
-
Encryption classes encrypt and decrypts text strings using pure PHP, thus without any special encryption extensions. It uses a simple algorithm that is strong enough for normal usage.
-
GestPayCrypt-PHP is an implementation in PHP of GestPayCrypt and GestPayCryptHS Italian bank Banca Sella java classes. It allows to connect to online credit card payment gateway GestPay.
-
EncDec is meant to encrypt or decrypt strings of data.It uses a secret hash string to apply the xor operation to the bytes of the data that is processed. The resulting encrypted data is encoded as hexadecimal digits.
-
RC4 aka CipherSaber (v1 and v2) encryption and decryption with built in base64 encoding/decoding.
-
SHA classes provides you a pure PHP implementation of the Secure Hash Algorithm.
-
encrypt.lib, Encryption library for php.

