class AESCipher:
        def __init__(self, key):
            '''
            Initialize the AES cipher with a 32 byte key.
            '''