anrao91 / FileIntegrityCheck_v2

To check integrity of the file using md5sum check.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Files integrity check

Check integrity of files through md5sum. Compare the md5sum of the files on remote system with that present in local system, to check if there are any changes made in the files over time.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

* Download the project and unzip it
			or
* Clone the project to the local machine.

Prerequisites

SSH password-less access to the remote server

Deploy / How to run

python file_integrity_with_md5.py

Extra points

  • The user name and server are to be specified
  • generate_md5sum file should be present in the remote server and path should be changed in the script likewise

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

To check integrity of the file using md5sum check.

License:GNU General Public License v3.0


Languages

Language:Python 71.4%Language:Shell 28.6%