Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 683 Bytes

File metadata and controls

24 lines (16 loc) · 683 Bytes

StreamToPacketWithAES

transform stream to packet, detecting the packet length from aes encoded header

Args

name type description
QueueSize int the package queue size (optional, default 0)
HexKey string the secret key in aes decryption in hex format

IO

--- type size
I stream n
O packet n-24

Related

PacketToStream PacketToStreamWithAES StreamToPacket