Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions File-Integrity-Scanner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -144,22 +144,22 @@
<dependency>
<groupId>lib.pwss</groupId>
<artifactId>algorithm-hash-extraction</artifactId>
<version>1.2.6</version>
<version>1.2.7</version>
</dependency>


<!-- https://github.com/pwssOrg/PWSS-DirectoryNav/packages/2588313 -->
<dependency>
<groupId>lib.pwss</groupId>
<artifactId>directory_nav</artifactId>
<version>1.5.4</version>
<version>1.5.5</version>
</dependency>

<!-- https://github.com/pwssOrg/PWSS-FileQuarantine/packages/2687320 -->
<dependency>
<groupId>lib.pwss</groupId>
<artifactId>file-quarantine</artifactId>
<version>1.0.5</version>
<version>1.0.6</version>
</dependency>


Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
# File-Integrity Scanner

## Overview

The **File-Integrity Scanner** is a powerful tool designed to ensure the integrity of files by using cryptographic
hash functions. This application provides peace of mind that files have not been tampered with, which is crucial
for security and data verification purposes.



## What is a File Integrity Scanner?

A file integrity scanner is a software utility that computes cryptographic hashes of files and monitors them for
changes. This process helps in detecting unauthorized modifications or corruption of critical files on a local
machine.


## Key Features

- **Hashing Algorithms:** Supports three different hashing algorithms:
Expand All @@ -24,12 +26,13 @@ machine.
- **Local Operation:** The scanner runs exclusively on the user's local machine. No remote services are required
or desired, ensuring full control over data integrity for the end-user.

- **No Spyware or Tracking:** The default version contains no spyware or tracking software.

![File Integrity Scanner Image](https://github.com/pwssOrg/File-Integrity-Scanner/blob/master/.github/assets/images/640x486.jpg?raw=true)

---

🛡️ **Zero spyware. Zero tracking. Full respect for your privacy.**

## Basic Setup Instructions

### Requirements
Expand Down