Recommend this page to a friend! |
Download |
Info | Files | Install with Composer | Download | Reputation | Support forum | Blog | Links |
Ratings | Unique User Downloads | Download Rankings | ||||
49% | Total: 2,483 | All time: 1,555 This week: 455 |
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 (3) |
File | Role | Description |
---|---|---|
Crypt.class.php | Class | Crypt class v2.1 |
CHANGELOG | Doc. | CHANGELOG |
LICENSE | Lic. | LICENSE |
The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page. |
Install with Composer |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
User Ratings | ||||||||||||||||||||||||||||||
|
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 |
Google code repository |
Shortcut at the author's webpage |
Pages that reference this package |
Já há algum tempo que mantenho uma classe de criptografia no site PHP Classes... |