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: content/tools/wordpress-plugin.md
+25-2
Original file line number
Diff line number
Diff line change
@@ -16,14 +16,37 @@ Whether you’re an investigative journalist, a legal professional, or a complia
16
16
-**✅ Chain of Custody Tracking** – Ensure secure, tamper-proof documentation of every change, action, and transfer.
17
17
-**✅ Court-Ready Exports** – Generate reports in legally admissible formats with a verifiable audit trail.
18
18
-**✅ Seamless WordPress Integration** – Works with existing media libraries, post types, and workflows.
19
+
-**✅ Conflict-Free Collaboration** – Multiple team members can work simultaneously without data loss or conflicts.
19
20
20
21
---
21
22
22
23
### How It Works
23
24
24
-
Built with PHP and JavaScript, the DEPT WordPress Plugin seamlessly integrates with your WordPress media library and enables automatic metadata analysis upon file upload. Using SHA-256 hashing and a tamper-proof ledger database (QLDB or alternative immutable storage), each file’s authenticity is recorded and tracked.
25
+
Built with PHP and TypeScript, the DEPT WordPress Plugin integrates with your WordPress CMS and enables automatic tracking and verification of all content changes.
25
26
26
-
For enhanced proof of authorship, the plugin incorporates Content Credentials (C2PA), ensuring that digital files include secure, verifiable identity markers. Through the admin dashboard, users can annotate, track revisions, and generate court-admissible reports with full chain-of-custody documentation.
27
+
Using SHA-256 and CID hashing as well as a tamper-evident, append-only immutable database, each modification's provenance is recorded and tracked. The goal: to make your diligent research auditable and verifiable.
28
+
29
+
Through their familiar Wordpress user interface, users can annotate, track revisions, and generate court-admissible reports with full chain-of-custody documentation.
30
+
31
+
For multimedia and enhanced proof of authorship, the plugin incorporates Content Credentials (C2PA), ensuring that all media includes secure, verifiable identity markers.
32
+
33
+
The plugin uses Conflict-free Replicated Data Types (CRDT) to handle conflicts between revisions, caused by several authors. Every edit is captured as a cryptographically signed operation with unique identifiers and logical timestamps. This enables:
34
+
35
+
- A complete audit trail – Every edit is individually tracked and verifiable;
36
+
- Automatic conflict resolution – Changes from multiple editors merge without conflicts;
37
+
- Bandwidth efficiency – Only the minimal necessary data is transmitted during synchronization.
38
+
39
+
#### High Level Architecture
40
+
41
+
The plugin's architecture places content provenance and legal verification at the forefront:
42
+
43
+
1. Each edit operation is individually signed before leaving the WordPress site;
44
+
2. Operations are stored in a tamper-evident sequence;
45
+
3. Operations synchronize with our secure verification service;
46
+
4. Merkle tree verification ensures that all operations remain unaltered;
47
+
5. Cryptographic receipts provide court-admissible proof of content authenticity.
0 commit comments