Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

yichi-lu/MyAES

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My AES exercise, implemented in Python3.10. This is not inended to be used in real world applications. This is only for self amusement.

summer0.txt, summer.txt, buddha.txt are used for testing.

References:

  1. Block Cipher Mode of Operation: https://en.wikipedia.org/wiki/Block_cipher_mode_of_operation
  2. Rijndael MixColumn: https://en.wikipedia.org/wiki/Rijndael_MixColumns
  3. NIST examples with intermediate values: https://csrc.nist.gov/projects/cryptographic-standards-and-guidelines/example-values
  4. Matt Hostetter: https://mhostetter.github.io/galois/latest/

About

My AES exercise

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages