Vigenère cypher Support forum vigenere-cypher Encrypt and decrypt text using the Vigenère cypher This class can be used to encrypt and decrypt text using the Vigenère cypher. It takes a string of text and encrypt its characters with a given key applying the Vigenère cypher. The class can also do ...
SODA Support forum soda Database abstraction layer that encrypt data This package implements a database abstraction layer that stores encrypted datas in read-only, write only (or both) properties. It provides a main database interface class to encrypt properties, load the right driver, import or ...
gEncrypter Support forum gencrypter Encrypt and decrypt text with pure PHP using a key This class can be used to encrypt and decrypt text with pure PHP code using a key. It takes a key to generate a new alphabet that defines how the data to be encrypted should be encoded. The class also decrypts ...
OTP_TS Support forum otp_ts Encrypt and decrypt data with one time pad cipher This class can be used to encrypt and decrypt data with one time pad cipher algorithm implemented in pure PHP. The class has a single function that takes a password and a string of the data to encrypt. The password is ...
Encrypt MD5 64 Support forum encryption Encrypt and decrypt data using MD5 digest of a key This class implements an algorithm that uses the MD5 digest of a key to encrypt and decrypt data. The encrypted data is encoded with the base 64 algorithm to return the resulting data in a plain ASCII text ...
RC4 Cipher Support forum rc4 Encrypt and decrypt data with RC4 algorithm This class can be used to crypt and decrypt data with RC4 algorithm using pure PHP code. It takes an given string of data and encrypts it with a given key. The class can also do the opposite, i.e. decrypt the encrypted data ...
Encrypt and Decrypt any string Support forum endecrypt_text Encode and decode text strings with random keys This class can be used to encode and decode text strings using basic PHP functions. It generates a random encoding key that is used to scramble the input text. The resulting scrambled text ...
Simple data encryption class Support forum simple-encryption Encrypt data in files and MySQL databases This class can be used to encrypt and decrypt data in files and MySQL databases. It can retrieve data from a file, MySQL database table record or use a string and encrypt it by subtracting the ...
Custom Encrypt Class Support forum class_encrypt Generate repeated hashes of data This class can be used to generate repeated hashes of data. It takes a data string and applies a given hashing function. The hashing may be repeated a number of times over the resulting hashed data. It can applying ...
securityAuthParam Support forum security-auth-param Encrypt and verify URL parameters This class can be used to encrypt and verify URL parameters. It can take a string or array of values to be passed as query parameters in an URL and encrypt it using a given private key. The class can also decrypt ...