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.
- Host: GitHub
- URL: https://github.com/kadirsenturk/integrityvault
- Owner: kadirsenturk
- Created: 2025-03-26T22:33:32.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-27T02:15:55.000Z (7 months ago)
- Last Synced: 2025-03-27T02:28:16.142Z (7 months ago)
- Topics: hash, hashing, integrity, python, python3, security
- Language: Python
- Homepage:
- Size: 79.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 `