This is a simple class that can be used to Encrypt and decrypt data using Rijndael 256 cypher.
It can take a string of data and encrypt it with a given secret key.
The class can also do the opposite, i.e, decrypt the date using the same secret key.
|
|
| Name: |
Crypt Class PHP |
| Base name: |
crypt-class-php |
| Description: |
Encrypt and decrypt data using Rijndael 256 cypher |
| Version: |
1 |
| PHP version: |
5.0 |
| License: |
MIT/X Consortium License |
| All time users: |
1328 users |
| All time rank: |
2558 |
| Week users: |
9 users |
| Week rank: |
230  |
| |
|
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Perfect (100.0%) |
Good (91.7%) |
- |
- |
- |
- |
Not sure (59.2%) |
905 |
| Month: |
Not yet rated by the users |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|
| File |
Role |
Description |
Crypt.class.php |
Class |
two-way encryption class using RIJNDAEL 256 AES standard |