 |
|
Innovation award
 Nominee: 1x |
This class can scramble data replacing text with key characters.
It takes a key string with a list of characters and replaces the text of an input string with characters of a second key string in the same position of the input characters in the first key string.
The class can also do the opposite, i.e. take a previously scrambled text string and preforms the inverse operation to build the original string.
| 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 |
RTCrypt.php |
Class |
RTCrypt allows for encryption and decryption on the fly using a simple but effective method. RTCrypt does not require mcrypt, mhash or any other PHP extension, it uses only PHP |
Crypter_Test.php |
Example |
Crypter allows for encryption and decryption on the fly using a simple but effective method. Crypter does not require mcrypt, mhash or any other PHP extension, it uses only PHP |