Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 516 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 516 Bytes

Python-AES

This is AES file implimentation

  • For AES.py :

Copyright (C) 2012 Bo Zhu http://about.bozhu.me

This is an exercise in secure symmetric-key encryption, implemented in pure Python (no external libraries needed). Original AES-128 implementation by Bo Zhu (http://about.bozhu.me) at https://github.com/bozhu/AES-Python

  • For tests.py :

This is taken as reference from https://gist.github.com/Alex-Zander/d050736f6896198afa2f94dcbc7e1a37

This code refers to Internal Roundwise functioning of AES....