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
- Host: GitHub
- URL: https://github.com/jeancarlosti/readtimepro_integrity_sha_md5_files
- Owner: jeancarlosti
- License: mit
- Created: 2023-04-22T13:10:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-24T11:26:29.000Z (10 months ago)
- Last Synced: 2025-10-12T02:43:04.061Z (6 days ago)
- Topics: hash, integrity, log, md5, python, readtimepro, sha1
- Language: Python
- Homepage: https://github.com/jeancarlosti/readtimepro_integrity_sha_md5_files.git
- Size: 13.7 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 pip3sudo pip3 install virtualenv
* now create a virtual environmentvirtualenv 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)