-
ASCII Crypt can be used to encrypt and decrypt text messages using pure PHP code. It does not require any encryption libraries. It just uses MD5 for hashing.The text can be encrypted with a password that needs to be used to decrypt the resulting encrypted text.
-
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 ...
-
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.
-
Text Encrypter is meant to encode data as text so it can be passed between page scripts for instance in the URL of links.Text Encrypter uses salt data to be able to detect whether the data has been altered eventually by malicious users during the passages of the data.
-
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).
-
LSM Crypt Session can encrypt and decrypt the values stored on session variables.LSM Crypt Session uses a simple encryption algorithm to encrypt the values assigned to variables, so even if some body accesses the files or other container that stores session values, it will only be possible to restore the original values using the secret encryption key.
-
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.
-
clsCookie is meant to pass multiple values between pages using encrypted cookies.Functions of clsCookie:- Create a cookie object in memory- Load the values of a cookie sent back by the browser into the cookie object in memory- Assign multiple values to the cookie object in memory. Multiple cookie values are sent to the browser at once with names with array ...
-
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.
-
TA_OpenSSL encrypts and decrypts data using RSA certificates and the openssl extension. It can verify the resulting data after encrypting to ensure proper recovery.TA_OpenSSL supports error handling and localization to present the class messages in different idioms. This package includes test public and private key files along with instructions on how to create your own key files.

