Skip to content
/ pyhash Public

Save files hashes to text file and afterwards check them if they've changed.

Notifications You must be signed in to change notification settings

l-pa/pyhash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pyhash

Calculates hashes of files in current directory, with output to text file.

Afterwards you can check if any of the saved files changed.

Setup

  • pip install bcrypt
  • Change enviroments, first line
  • Add to PATH

Windows

!c:/Python36/python.exe

  • depends on version and path

Unix

#!/usr/bin/env python

#!/usr/local/bin/python

or use Google

Usage

hash.py
decrypt.py

Unix

chmod +x hash.py

chmod +x decrypt.py

./hash.py

./decrypt.py

About

Save files hashes to text file and afterwards check them if they've changed.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages