This class can encrypt and decrypt data using the XOR (exclusive OR) binary operation.
An encryption password text is combined with the data being encrypted and a random input vector using the XOR binary operation. The encrypted result is return encoded with the base64 algorithm.
The class can also decrypt data using the same encryption password by applying the reverse algorithm.
|
|
| Name: |
Cryptography |
| Base name: |
cryptography |
| Description: |
Symmetric Block Cipher Using Binary XOR |
| Version: |
- |
| PHP version: |
- |
| License: |
GNU General Public License (GPL) |
| All time users: |
1473 users |
| All time rank: |
2330 |
| Week users: |
2 users |
| Week rank: |
1335  |
| |
|
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Perfect (100.0%) |
Good (91.7%) |
- |
- |
- |
- |
Not sure (59.2%) |
900 |
| 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 |
|
|