Skip to content

Commit 8c42754

Browse files
committed
Update readme
1 parent 4d00ae9 commit 8c42754

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,3 +103,21 @@ For any questions or support, please reach out to:
103103
</a>
104104

105105

106+
## System Architecture
107+
108+
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.
109+
110+
### Components
111+
112+
- **[Core Backend (FIM Engine)](https://github.com/pwssOrg/File-Integrity-Scanner)** – Handles hashing, integrity verification, and monitoring logic
113+
- **[GUI Application](https://github.com/pwssOrg/File-Integrity-GUI)** – User interface for managing scans and viewing results
114+
- **PWSS Libraries** – Shared components used across all PWSS projects
115+
- **[PWSS Release Repository](https://github.com/pwssOrg/PWSS-Release-File-Integrity-Scanner)** – End-user distribution for Windows and Linux
116+
117+
This repository represents the **GUI (frontend)** layer of the File Integrity Scanner system.
118+
119+
```
120+
GUI → Local Backend → PostgreSQL
121+
122+
PWSS Libraries (dependency)
123+
```

0 commit comments

Comments
 (0)