tlslite.utils.python_aes module

Pure-Python AES implementation.

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

Bases: tlslite.utils.aes.AES

__init__(key, mode, IV)

x.__init__(…) initializes x; see help(type(x)) for signature

decrypt(ciphertext)
encrypt(plaintext)