KEY_SIZE
KEY_SIZE
The internal secret key size measured in raw bytes length for the algorithm
Class NativeRc4 - Pure PHP implementation of the RC4-128 algorithm.
transformData(string $key, string $data) : string
The stream transformation operation realized via the internal pseudo-random generation algorithm.
| string | $key | The secret key. | 
| string | $data | The data for transformation. | 
Validation errors.
The encrypted or decrypted data.