Note: As I balance professional work with personal projects, my available time is limited. Nevertheless, I hope this content clearly shows my enthusiasm for Linux and software development. Thank you for your understanding.


Encrypted Notes (2023)

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