- Create log file with sha and md5 hash code for each file
- 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
git clone https://github.com/jeancarlosti/readtimepro_integrity_sha_md5_files.git
python integrity.py
- any change on file change SHA hash code
- code and resource used in
readtimepro