Tinoco / Ticapsoriginal_integrity_sha_md5_files

Making Integrity Log With MD5 or SHA code of each file

Home Page:https://github.com/Tinoco/Ticapsoriginal_integrity_sha_md5_files.git

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ticapsoriginal making integrity Log

  • Create log file with sha and md5 hash code for each file

make python environment:

  • install pip first:
sudo apt-get install python3-pip
  • then install virtualenv using pip3
sudo pip3 install virtualenv 
  • now create a virtual environment
virtualenv venv
  • active your virtual environment:
source venv/bin/activate
  • enter on environment:
cd venv

clone Ticapsoriginal_integrity_sha_md5_files repository:

 git clone https://github.com/Tinoco/Ticapsoriginal_integrity_sha_md5_files.git

make Integrity log:

 python integrity.py

  • any change on file change SHA hash code

quality:

about:

About

Making Integrity Log With MD5 or SHA code of each file

https://github.com/Tinoco/Ticapsoriginal_integrity_sha_md5_files.git

License:MIT License


Languages

Language:Python 100.0%