Rust: AES128 Block Encryption

preview_player
Показать описание
This video goes over the basics of how to use AES block encryption in Rust.

Links:

My Social Links:
Рекомендации по теме
Комментарии
Автор

Bro 5 seconds into this video I subscribed. Love ur approach and I am sure if you continue to post you'll take off!

rishabhsingh
Автор

This is awesome, these practical "guides" are always great to help build some feel for translating a practical problem into code. Thanks for this

Vancha
Автор

God bless you. Keep it up and maybe get a better camera if you can. Either way, you have the potential to become one the best youtube educators in the coming years. Good luck bro

salehmir
Автор

To be safe, you should probably use CTR mode or even better an AEAD mode, prefereably GCM. Cool video though! Currently working on a crypto/tls library myself.

tobix
Автор

6:18 No that is not the key length. The blocks size and IV are always 128 bits, the key length depend on the AES variant (128, 196 or, 256) . Additionally CBS mode is not secure recommend GCM.

slr
Автор

What is the max file size AES can encrypt?

TON-vzpe
Автор

Great video. Also Rijndael is pronounced rain-darl, I noticed you said you didn't know how to pronounce it :)

satysin