Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 1.01 KB

File metadata and controls

37 lines (30 loc) · 1.01 KB

readtimepro 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/jeancarlosti/readtimepro_integrity_sha_md5_files.git

make Integrity log:

 python integrity.py
  • any change on file change SHA hash code

quality:

about: