PHP-Klasse::gEncrypter

Kurzbeschreibung: Encrypt and decrypt text with pure PHP using a key
Veröffentlicht am: 26.03.2007
Gruppe(n):
- Cryptography
- Text processing
Beschreibung:
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 the text using the same key to revert the encrypted text.
Link: gEncrypter