AESencoderDecoderforShellcodes C# AES encoder and decoder for shellcode payloads A simple C# program that encrypts a byte array using AES. Hardcoded KEY and IV's. The code outputs the encrypted bytearray as a BASE64 encoded string and writes it to a local file.