You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-10Lines changed: 8 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,11 +19,7 @@ machine.
19
19
- SHA-3 (256-bit)
20
20
- BLAKE_2b (512-bit)
21
21
22
-
-**Web Interface / GUI:** A Spring application with a user-friendly web interface where you can start and stop
23
-
scans, as well as get live information about the current integrity status of your files.
24
-
25
-
-**Database Storage:** Uses PostgreSQL to store file hashes along with the date of the scan and other relevant
26
-
file metadata.
22
+
-**Database Storage:** Uses PostgreSQL to store file hashes along with the date of the scan and other relevant file metadata.
27
23
28
24
-**Local Operation:** The scanner runs exclusively on the user's local machine. No remote services are required
29
25
or desired, ensuring full control over data integrity for the end-user.
@@ -48,12 +44,14 @@ or desired, ensuring full control over data integrity for the end-user.
48
44
49
45
### Steps
50
46
51
-
1. Ensure you have PostgreSQL and Spring installed on your system.
52
-
2. Access the database script from the dedicated PWSS repository.
53
-
3. Use provided Make scripts to start both the database and Spring application.
47
+
1. Install and configure PostgreSQL on your system.
48
+
2. Get the database scripts from the [PWSS DB repository](https://github.com/pwssOrg/File-Integrity-Database).
49
+
3. Start the database and the Spring application using the provided Make scripts.
50
+
51
+
**Note:** You need access to the PWSS libraries, which consist of three separate PWSS repositories hosted in a private GitHub Packages registry. Access is restricted to board members or team members of the PWSS organization.
52
+
For links to all three JavaDoc pages, please refer to the discussion thread:
0 commit comments