twisted.conch.ssh.transport._DummyCipher(object)
class documentationtwisted.conch.ssh.transport
View Source
(View In Hierarchy)
A cipher for the none encryption method.
Instance Variable | block_size | the block size of the encryption. In the case of the none cipher, this is 8 bytes. |
Method | encryptor | Construct a noop encryptor. |
Method | decryptor | Construct a noop decryptor. |