scapy.layers.tls.crypto.cipher_stream

Stream ciphers.

class scapy.layers.tls.crypto.cipher_stream.Cipher_NULL(key=None)[source]

Bases: _StreamCipher

decrypt(data)[source]
encrypt(data)[source]
key_len = 0
name = 'NULL'
snapshot()[source]