This class can be used to encode and decode text strings using basic PHP functions.
It generates a random encoding key that is used to scramble the input text. The resulting scrambled text is mixed with the encoding key.
The decoding process recovers the encoding key from the input text and applies the inverse of the encoding process. |