From e38537e811b3cb94d3c70dba0568413771f04eac Mon Sep 17 00:00:00 2001 From: Peter Westin <83552499+pwgit-create@users.noreply.github.com> Date: Tue, 26 May 2026 19:12:38 +0200 Subject: [PATCH 1/3] Revise system architecture description and add links Updated the description of the system architecture and added links for PWSS Libraries and Database Layer. --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c31bf87..0c37f38 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,7 @@ Forum](https://github.com/orgs/pwssOrg/discussions/categories/file-integrity-sca User-focused distribution of the Integrity Hash platform for Windows and Linux systems. Designed for non-developers and system administrators who want a simplified installation and local file integrity monitoring experience without manually configuring backend services. +⏯️

Titta på videon @@ -87,14 +88,14 @@ Features: ## System Architecture -The system is split into backend services, a GUI client, shared PWSS libraries, and an end-user distribution package. This modular architecture enables independent development of core security logic, user interface components, and deployment tooling for both technical and non-technical users. Each component can be developed and deployed independently while maintaining a shared security and hashing standard through the PWSS libraries. +The system is split into backend services, a GUI client, shared PWSS libraries, and a user-ready distribution package. This modular architecture enables independent development of core security logic, user interface components, and deployment tooling for both technical and non-technical users. Each component can be developed and deployed independently while maintaining a shared security and hashing standard through the PWSS libraries. ### Components - **[Core Backend (FIM Engine)](https://github.com/pwssOrg/File-Integrity-Scanner#components)** – Handles hashing, integrity verification, and monitoring logic - **[GUI Application](https://github.com/pwssOrg/File-Integrity-GUI#integrity-hash-java-swing-frontend)** – User interface for managing scans and viewing results -- **PWSS Libraries** – Shared components used across all PWSS projects -- **[PWSS Release Repository](https://github.com/pwssOrg/PWSS-Release-File-Integrity-Scanner#table-of-contents)** – End-user distribution for Windows and Linux +- **[PWSS Libraries](https://github.com/search?q=topic:pwss-library+org:pwssOrg&type=repositories)** – Shared components used across all PWSS projects +- **[Database Layer](https://github.com/pwssOrg/File-Integrity-Database#database-repository)** – PostgreSQL database schemas and audit infrastructure ### Architecture diagram This repository represents the backend layer of the File Integrity Scanner system and implements the core FIM engine. From 8aa4904f9cd9beb9c6b4551f5a6a71343302dba2 Mon Sep 17 00:00:00 2001 From: Peter Westin <83552499+pwgit-create@users.noreply.github.com> Date: Tue, 26 May 2026 20:21:30 +0200 Subject: [PATCH 2/3] Update README for clarity and added play button --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0c37f38..d9d83ec 100644 --- a/README.md +++ b/README.md @@ -70,8 +70,8 @@ Forum](https://github.com/orgs/pwssOrg/discussions/categories/file-integrity-sca User-focused distribution of the Integrity Hash platform for Windows and Linux systems. -Designed for non-developers and system administrators who want a simplified installation and local file integrity monitoring experience without manually configuring backend services. -⏯️ +Designed for non-developers and system administrators who want a simplified installation and local file integrity monitoring experience without manually configuring backend services ▶️ +

Titta på videon From a8f9528efa18ffee3805b16e9f5a9e2f26c83e0e Mon Sep 17 00:00:00 2001 From: Peter Westin <83552499+pwgit-create@users.noreply.github.com> Date: Tue, 26 May 2026 20:34:18 +0200 Subject: [PATCH 3/3] Fix formatting in README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Removed unnecessary line break in README - Keeping the ▶️ inline works well because it reads like a visual CTA rather than punctuation. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index d9d83ec..59be5de 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,6 @@ Forum](https://github.com/orgs/pwssOrg/discussions/categories/file-integrity-sca User-focused distribution of the Integrity Hash platform for Windows and Linux systems. Designed for non-developers and system administrators who want a simplified installation and local file integrity monitoring experience without manually configuring backend services ▶️ -

Titta på videon