pyBegin / projects / encryptor-and-decryptor
🔐

Encryptor and Decryptor

A Tkinter GUI application that encrypts and decrypts text using Base64 encoding, gated behind a secret key.

129 lines🖥 Desktop only

Encryptor and Decryptor

A Tkinter GUI application that encrypts and decrypts text using Base64 encoding, gated behind a secret key.

How to run

python encrypt.py

Dependencies

Standard library only (tkinter, base64).

Pyodide-runnable

No — it builds a graphical interface with tkinter, which is unavailable in Pyodide.