K9Vault is an application that allows users to securely upload and encrypt their photos. The application provides users with a key to encrypt the photos they upload and then allows them to decrypt the photos using that key.
- Bugs have been fixed.
- Application logo has been updated.
- Python 3.x
- tkinter library
- Download or clone the project:
git clone https://github.com/K9Crypt/k9vault
- Install the necessary libraries (if required)
- Start the application:
python main.py
- Click the Upload Photo button and select a photo.
- Take note of the key provided in the console.
- Enter the key and click the Encrypt Photo button.
- The encrypted file will be saved in the specified folder.
This project runs entirely locally on the user's computer. There is no connection to any server. Since the project operates locally, your data is not sent to the internet and is stored securely.
If you would like to contribute, please create a pull request or report issues.
This project is licensed under the MIT License.