Skip to content

Fork of the code for my file shredding program called open-shred. This time it utilizes certutil to generate a file hash. This means it only works on Windows for now.

License

Notifications You must be signed in to change notification settings

sort9/open-hash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

open-hash

Fork of the code for my file shredding program called open-shred. This time it utilizes certutil to generate a file hash. This means it only works on Windows for now.

Installation

Method 1: Compile the main.py file into a executable (.exe) file using pyinstaller

pip install pyinstaller

pyinstaller --onefile main.py

After you complete these set of instructions, the executable should be found in the dist folder

Method 2: Run the main.py through an IDE or OS command-line that has Python installed

Preview

image

About

Fork of the code for my file shredding program called open-shred. This time it utilizes certutil to generate a file hash. This means it only works on Windows for now.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages