This class can be used to encrypt and decrypt text with pure PHP code using a key. It takes a key to generate a new alphabet that defines how the data to be encrypted should be encoded. The class also decrypts the text using the same key to revert the encrypted text.