An open API service indexing awesome lists of open source software.

https://github.com/kadirsenturk/integrityvault

Protects file integrity with a custom hash generator. Perfect for security enthusiasts.
https://github.com/kadirsenturk/integrityvault

hash hashing integrity python python3 security

Last synced: 7 months ago
JSON representation

Protects file integrity with a custom hash generator. Perfect for security enthusiasts.

Awesome Lists containing this project

README

          

# IntegrityVault
My custom tool to keep files safe! Generates unique 20-char hashes using a key, salt, and time. Tested on Kali Linux.
We generate basic hash with SHA-256. Folder scanning feature is available.We add an easier interface for you as GUI (using Tkinter). It has SHA-256 (256-bit) + customization algorithm. It is user-friendly.

## How to Run
1. Clone the repo: `git clone https://github.com/kadirsenturk/IntegrityVault.git`
2. `cd IntegrityVault `
3. `python3 IntegrityVault `