Categories
How-To

Windows File Integrity Powershell Script

We’ve built a quick and dirty Windows file integrity powershell script to help you check file integrity on a directory (recursively). We call it (un-originally) our Windows File Integrity Powershell Script. What this powershell script does is allows you to generate file hashes and later compare them to the current hash of your files. This […]

Categories
Blog Posts

File Integrity

Lets start with answering the question of what is file integrity and why does it matter? Is this something you should be concerned with? File Integrity File Integrity is defined as a confirmed assertion that a file has not been altered unknowingly. Most people “trust” that their files on the computer or in the cloud […]

Categories
How-To

Linux File Integrity Bash Script

We’ve built a quick and dirty Linux file integrity bash script to help you check your file integrity recursively in Linux. We call it (un-originally) our Linux File Integrity Bash Script. What this bash script does is allows you to generate file hashes and compare them to your files. By comparing the known good file […]