moserware / AES-Illustrated

An implementation of the Advanced Encryption Standard (AES) algorithm meant for study to go along with "A Stick Figure Guide to the Advanced Encryption Standard (AES)" blog post at www.moserware.com
http://www.moserware.com/2009/09/stick-figure-guide-to-advanced.html
MIT License
415 stars 41 forks source link

any chance of mentioning AES-CCM and AES-GCM? #3

Open graingert opened 6 years ago

graingert commented 6 years ago

and might be worth adding a note that modern crypto, eg TLS 1.3 don't use diffusion anymore:

http://www.moserware.com/assets/stick-figure-guide-to-advanced/aes_act_2_scene_03_diffusion_1100.png

rugk commented 4 years ago

This. :smiley:

The mentioned CBC is labelled as "better", but really, in 2019 it is just not good anymore… We've seen the pitfalls. We don't need them if we have solutions for them.