🔐
Encryptor and Decryptor
A Tkinter GUI application that encrypts and decrypts text using Base64 encoding, gated behind a secret key.
A Tkinter GUI application that encrypts and decrypts text using Base64 encoding, gated behind a secret key.
A Tkinter GUI application that encrypts and decrypts text using Base64 encoding, gated behind a secret key.
Hello World into the "Enter text" area.1234 in the "Enter secret key" field (the correct key).SGVsbG8gV29ybGQK.1234 again, and click DECRYPT — a green window opens showing Hello World.python encrypt.py
Standard library only (tkinter, base64).