tlslite.utils.python_rc4 module

Pure-Python RC4 implementation.

class tlslite.utils.python_rc4.Python_RC4(keyBytes)

Bases: tlslite.utils.rc4.RC4

__init__(keyBytes)

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

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