Skip to content

Commit ca36e02

Browse files
authored
Merge pull request #350 from pwssOrg/Update_PWSS_Libraries_Final
PWSS Libraries Update & Backend Alignment
2 parents 896b65b + 9fbf8c3 commit ca36e02

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

File-Integrity-Scanner/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,22 +144,22 @@
144144
<dependency>
145145
<groupId>lib.pwss</groupId>
146146
<artifactId>algorithm-hash-extraction</artifactId>
147-
<version>1.2.6</version>
147+
<version>1.2.7</version>
148148
</dependency>
149149

150150

151151
<!-- https://github.com/pwssOrg/PWSS-DirectoryNav/packages/2588313 -->
152152
<dependency>
153153
<groupId>lib.pwss</groupId>
154154
<artifactId>directory_nav</artifactId>
155-
<version>1.5.4</version>
155+
<version>1.5.5</version>
156156
</dependency>
157157

158158
<!-- https://github.com/pwssOrg/PWSS-FileQuarantine/packages/2687320 -->
159159
<dependency>
160160
<groupId>lib.pwss</groupId>
161161
<artifactId>file-quarantine</artifactId>
162-
<version>1.0.5</version>
162+
<version>1.0.6</version>
163163
</dependency>
164164

165165

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
# File-Integrity Scanner
2-
32
## Overview
43

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

8+
9+
910
## What is a File Integrity Scanner?
1011

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

16+
1517
## Key Features
1618

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

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

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

3132
---
3233

34+
🛡️ **Zero spyware. Zero tracking. Full respect for your privacy.**
35+
3336
## Basic Setup Instructions
3437

3538
### Requirements

0 commit comments

Comments
 (0)