Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 829 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 829 Bytes

AES Encoder & Decoder

Impemented in MATLAB

Prerequisites

  1. Git
  2. Matlab

Development

  1. Download and fetch latest updates from the repository
# Clone repository
git clone https://github.com/farhan2077/aes-matlab.git

# Change directory
cd aes-matlab

# Fetch latest updates
git pull
  1. Run the program in matlab
    • Go to matlab folder
    • Run aes_main.m file
    • Choose change folder if the asked to add the current file to MATLAB path

Acknowledgements

  1. Cryptography and Network Security: Principles and Practice by William Stallings
  2. Rijndael Inspector & The Rijndael Animation for AES algorithm visualization