This application is built with Tkinter and is designed to encrypt and decrypt text notes stored in an internal SQLite3 serverless database.
Users must register an account or log in to begin encrypting their notes. The application can securely store passwords, links, personal notes, and other sensitive information.
👉 🔍 Click the image for a clearer view.
 |
| The user does not have an account and is registering |
 |
| Registration completed successfully |
 |
| User is logging in with their own account |
 |
| The user types secret text and presses Save, the text is automatically encrypted using the key provided during registration |
 |
| This source code was written before I adopted the MVC architectural pattern. All later projects have since been standardized to use MVC architecture |
 |
| This application is distributed as a compiled binary for production use rather than as source code |