Files
cryptograph-projects/Advanced-Encryption-Standard/README.md
klein panic 3aff0baacf testing
2025-02-01 16:14:45 -05:00

439 B

AES Encryption Algorithm

Description

This project implements a basic version of the AES-128 encryption algorithm, with simplified transformations for SubBytes, ShiftRows, MixColumns, and AddRoundKey.

How to Build

  1. Navigate to the build directory.
  2. Run make to compile the project.

How to Run

  1. After building, run the aes executable using ./aes.

How to Clean

  • Run make clean to remove all compiled files.