You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is aimed at providing a robust solution to ensure the integrity of critical files in your systems. Ideal for security professionals, system administrators, and anyone concerned with data reliability
This program monitors the integrity of specified files and alerts the user if any changes are detected. It calculates the SHA-256 hash of a file and continuously compares it to the previously calculated hash.
The objective of this task was to verify the integrity of two text files and determine if they were identical or had been altered. I used Linux hashing commands and file comparison tools to generate and analyze SHA-256 checksums for each file.