The Crypt class provides an easy and secure way to encrypt, decrypt and hash data. It implements a cryptography method based on private keys, traversing the data to be encrypted and applies the XOR operation against the values of the characters of the encryption key. The decryption employs the same operation, so to recover the original data you'll need the key used on encryptation process.
This project has been discontinued in this address and from now on it'll be hosted at Google Code. To check and download the most up-to-date files, please access the following link:
http://cryptclass.googlecode.com |