Recommend this page to a friend! |
Download .zip |
Info | View files (3) | Download .zip | Reputation | Support forum | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2007-08-12 (9 years ago) | Not enough user ratings | Total: 2,450 | All time: 1,520 This week: 1,068 |
Version | License | PHP version | Categories | |||
crypt 2.1 | GNU General Publi... | 5.0 | PHP 5, Cryptography |
Description | Author | |||||||||||||
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. |
|
Files |
File | Role | Description |
---|---|---|
Crypt.class.php | Class | Crypt class v2.1 |
CHANGELOG | Doc. | CHANGELOG |
LICENSE | Lic. | LICENSE |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.
Related pages |
http://cryptclass.googlecode.com Google code repository |
http://arthurfurlan.org/projects/crypt Shortcut at the author's webpage |
Pages that reference this package |
Crypt class v2.1 Já há algum tempo que mantenho uma classe de criptografia no site PHP Classes... |