Skip to content

Design of AES block cipher structure and implementation with different modes of operation

Notifications You must be signed in to change notification settings

Censolo/AES-block-cipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AES Block Cipher – Educational Notebook

This repository contains a didactic Jupyter notebook on the AES-128 block cipher, focused on understanding how the algorithm works internally and how its security properties emerge.

What you’ll find

  • AES internal structure (SubBytes, ShiftRows, MixColumns, AddRoundKey)
  • Key expansion overview
  • Modes of operation (ECB, CBC, CFB, OFB)
  • Simple experiments on diffusion and confusion using bit flips and Hamming distance
image

About

Design of AES block cipher structure and implementation with different modes of operation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published