Skip to content

A CLI utility which recursively scans directories and calculates HMAC-SHA1 signatures on files

Notifications You must be signed in to change notification settings

nevtum/minihash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Building an executable

In the console make sure Python 3 and PyInstaller set up. To install pyinstaller type the following in the command prompt:

$pip install pyinstaller

Build the executable:

$pyinstaller --onefile minihash.py

The built file will be located in the dist folder.

About

A CLI utility which recursively scans directories and calculates HMAC-SHA1 signatures on files

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages