Calculates hashes of files in current directory, with output to text file.
Afterwards you can check if any of the saved files changed.
pip install bcrypt
- Change enviroments, first line
- Add to PATH
!c:/Python36/python.exe
- depends on version and path
#!/usr/bin/env python
#!/usr/local/bin/python
or use Google
hash.py
decrypt.py
chmod +x hash.py
chmod +x decrypt.py
./hash.py
./decrypt.py