An open API service indexing awesome lists of open source software.

https://github.com/jeancarlosti/readtimepro_integrity_sha_md5_files

Making Integrity Log With MD5 or SHA code of each file
https://github.com/jeancarlosti/readtimepro_integrity_sha_md5_files

hash integrity log md5 python readtimepro sha1

Last synced: 6 days ago
JSON representation

Making Integrity Log With MD5 or SHA code of each file

Awesome Lists containing this project

README

          

# 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:
* [`100% pycodestyle coverage`](https://pypi.org/project/pycodestyle/)

* [`0% code plagiarism detected`](https://github.com/blingenf/copydetect)

## about:
* code and resource used in [`readtimepro`](https://readtime.pro)