tlslite.utils.python_aes module

Pure-Python AES implementation.

class tlslite.utils.python_aes.Python_AES(key, mode, IV)

Bases: AES

__init__(key, mode, IV)
decrypt(ciphertext)
encrypt(plaintext)
tlslite.utils.python_aes.new(key, mode, IV)