Skip to content

AlSch092/Mir4-PacketEncryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mir4 Encryption

Outbound Packet Encryption for Mir4 in C, the key changes each patch while the IV stays static most of the time. The encryption method is AES256-CBC, which means it's a block cipher and usually requires a larger output buffer than input due to padding. Inbound data is not encrypted.

Alt text
Alt text