tlslite.utils.python_rc4 module

Pure-Python RC4 implementation.

class tlslite.utils.python_rc4.Python_RC4(keyBytes)

Bases: RC4

__init__(keyBytes)
decrypt(ciphertext)
encrypt(plaintextBytes)
tlslite.utils.python_rc4.new(key)