Cryptography with Python! XOR
Adrian Dolinay
Tutorial introducing the XOR function and its use in cryptography. Learn how to use the XOR function within Python, how to XOR strings and create a simple XOR cipher to encrypt and decrypt messages.
DISCLAIMER: This is a simplified example of cryptography. Please do not try to use or implement this in real world applications.
The notebook/code used can be found in the below GitHub repository link under the "Cryptography" folder. https://github.com/tudev/Workshops-2020-2021
CONNECT: LinkedIn: https://www.linkedin.com/in/adrian-dolinay-frm-96a289106/ GitHub: https://github.com/ad17171717 Twitter: https://twitter.com/DolinayG
------Video Chapters------ 0:00 - Intro 0:20 - Definition of exclusive or (XOR) 1:24 - Printing a XOR truth table 2:25 - Illustrating the bijection of XOR 5:50 - ASCII characters and XOR 17:10 - Creating an XOR cipher 25:38 - Uses of XOR within Cryptography 26:37 - References and additional learning ... https://www.youtube.com/watch?v=PZtei6ijmSY
82782589 Bytes