this post was submitted on 11 Sep 2023
86 points (98.9% liked)

Programming

16760 readers
70 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS
 

In this article, I explain how AES encryption works and how the algorithm is implemented.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 28 points 11 months ago* (last edited 11 months ago) (3 children)

That’s a very good explanation.

Now forget you read that and never ever implement that yourself in production situations. Instead rely on hardware implementations and established libraries.

AES is practically impossible to implement without introducing huge side channels. Verification of side channel resistance is a huge issue.

[–] [email protected] 9 points 11 months ago

The author says almost exactly the same thing at the end. Maybe it should have been at the beginning.

load more comments (2 replies)