Skip to content

farhan2077/aes-matlab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 

Repository files navigation

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