class

ProtoHackers::InsecureSocketLayer

Inherits Reference < Object

Constructors

new(host, port)
Source
new(num : UInt8)
Source

Class methods

apply_ciphers(ciphers : Array(Cipher), bytes : Array(UInt8), pos : UInt32, is_decode : Bool = false) : Array(UInt8)
Source
reverse_bits(byte : UInt8) : UInt8
Source

Instance methods

handle_client(client : TCPSocket)
Source
parse_ciphers(message : Array(UInt8)) : Array(Cipher)
Source