This class can be used to encrypt and decrypt text.
It computes the encryption key sum by adding the byte codes of the key string.
The iterates over the text characters to be encrypted and adds the key sum to the code of each character.
The decryption process consists in doing the opposite, i.e. subtracting the key sum value to encrypted data string.
|
|
| Name: |
Encryptor |
| Base name: |
encryptor |
| Description: |
Encrypt and decrypt text by adding key sum |
| Version: |
1.0 |
| PHP version: |
5.0 |
| License: |
GNU General Public License (GPL) |
| All time users: |
492 users |
| All time rank: |
4961 |
| Week users: |
0 users |
| Week rank: |
2038  |
| |
|
| There are not enough user ratings to display for this class. |
| |
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 |
|
|