Assignment 7# Custom Crypter
For this assignment, I chose to demonstrate the creation of a shellcode crypter using the AES (Rijndael) encryption algorithm, which is widely regarded as one of the strongest encryption methods available. More information about AES can be found at the following link: https://en.wikipedia.org/wiki/Advanced_Encryption_Standard To implement AES encryption, I utilized the EVP cipher routines provided by […]