AES CTR and ECB mode Encryption in Python explained easy part 2
>> YOUR LINK HERE: ___ http://youtube.com/watch?v=JefmAM_Zuss
Finally, an overly simplified way to learn Python's AES Counter and ECB mode. • This is a continuation of the previous video in which I explained about AES CBC, CFB, and OFB. • AES CBC, CFB, OFB: Encryption in Pyth... • If you are working on building security systems or applied cryptography, you probably have come across different types of encryption schemes and if you are looking for a starting point, you are at the right place. In this video, I talked about the most popular encryption algorithm Advanced Encryption Standard (AES) in brief, and then I demonstrated how to write a simple code in python to encrypt and decrypt data. I used the standard Crypto library. • To help it understand easily, I broke down the process into smaller independent steps and explained each of them. I also explained the block diagrams and showed you why ECB might not be a good choice and why CTR mode might be the best. • Timestamps for quick navigation: • 00:00 - Recap • 1:23 - Block Diagrams • 5:09 - Code • 6:25 - Conclusion • Tools used: • Video editing tool: https://www.openshot.org/ • • Audio mastering tool: https://www.audacityteam.org/download/ • IDE: https://jupyter.org/install • Presentation: MS Powerpoint and Google Slides. • Python Crypto Library: https://pypi.org/project/crypto/ • Credits: • Thumbnail Photograph Credit: Micah Williams, Unsplash • Videos: Pixabay, cottonbro, Mohit Jain, Dimitar Dimitrov from Pexels.com. • Gifs: Giphy • Music: www.bensound.com
#############################
