halloweeks / custom-aes

This is a modified version of the AES-128 CBC encryption algorithm. In this custom implementation, encryption and decryption are possible without requiring an Initialization Vector (IV). Instead, the IV is derived from the last and first round key during the encryption and decryption process.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

halloweeks/custom-aes Stargazers