Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Latest commit

 

History

History
40 lines (31 loc) · 1.24 KB

File metadata and controls

40 lines (31 loc) · 1.24 KB

Banner

K9Vault

Project Description

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.

v0.3 - BETA Update

  • Bugs have been fixed.
  • Application logo has been updated.

Requirements

  • Python 3.x
  • tkinter library

Installation

  1. Download or clone the project:
    git clone https://github.com/K9Crypt/k9vault
  2. Install the necessary libraries (if required)

Usage

  1. Start the application:
    python main.py
  2. Click the Upload Photo button and select a photo.
  3. Take note of the key provided in the console.
  4. Enter the key and click the Encrypt Photo button.
  5. The encrypted file will be saved in the specified folder.

Note

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.

Contribution

If you would like to contribute, please create a pull request or report issues.

License

This project is licensed under the MIT License.