In this video we'll build a Base64 Encrypt and Decrypt tool for Tkinter and Python.
Converting text to Binary is pretty easy with Python and Tkinter. In this video we'll create an encrypter and decrypter tool using pybase64.
You'll need to pip install pybase64.
#tkinter #codemy #JohnElder
Timecodes
0:00 - Introduction
2:11 - Install Pybase64
3:03 - Build Out The GUI
7:05 - Clear Text Boxes
7:37 - Grab Text From Textbox
7:58 - Create Password Logic
8:23 - Create Message Box Password Fail
9:26 - Convert Ascii Text to Byte
11:26 - Convert To Base64
11:50 - Convert Byte Back To Ascii
12:13 - Print Encrypted Text To Textbox
12:30 - Decrypt Text
13:37 - Conclusion