Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 924 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 924 Bytes

BASH Script

This script checks the SHA1 digest to ensure integrity of file.

Python Script

Credit goes to: Mos-Def

Automates the process to scan whole directories, or even whole file systems.

*Shoutout to: w3 for the Python file scanner https://www.w3resource.com/python-exercises/os/python-os-exercise-3.php

sha1-integrity-scanner


A Python script, that takes a BASH script that checks file integrity based on SHA1 digest, to scan as many files as you would like at once. The original BASH script only did one file at a time, the Python script automates it further.