diff --git a/README.md b/README.md index c31bf87..59be5de 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,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. +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 +87,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.