Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 556 Bytes

File metadata and controls

22 lines (14 loc) · 556 Bytes

AESDecodePacket

AES Docode with AES-128-CFB or AES-256-CFB

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 packet n
O packet n-16

Related

AESEncodePacket