Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/community.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ These related projects may be of interest, but the CAI team doesn't maintain or
- [**DASH video player**](https://github.com/contentauth/dash.js/tree/c2pa-dash): DASH video player that displays Content Credentials in browsers for supported media types. This repo/branch is a work-in-progress forked from [dash.js](https://github.com/Dash-Industry-Forum/dash.js), the canonical reference JavaScript implementation for the playback of MPEG DASH.
- [**TrustMark**](https://github.com/adobe/trustmark): Open-source Python implementation of watermarking for encoding, decoding and removing image watermarks. You can use TrustMark as part of providing [durable content credentials](durable-cr/index.md).
- [**C2PA Security Testing Tool**](https://github.com/contentauth/c2pa-attacks): A CLI tool derived from [c2patool](https://github.com/contentauth/c2patool) that performs security testing on a Content Credentials application. This tool is intended for use by software security professionals.
- [**PHP library**](https://github.com/provemark/content-credentials): Builds, signs, reads and verifies Content Credentials from PHP, with a framework-agnostic core and a Laravel integration. Signing is delegated to a small Node service built on [c2pa-node](https://github.com/contentauth/c2pa-js/tree/main/packages/c2pa-node), so the private key stays out of the web application.
- [**ChronoVerify MCP server**](https://github.com/beeswaxpat/chronoverify-mcp): Model Context Protocol (MCP) server for [ChronoVerify](https://chronoverify.com), a C2PA Conformant Validator listed on the [Conforming Products List](https://c2pa.org/conformance/). Lets AI agents and applications validate C2PA Content Credentials in images against the official trust lists, alongside EXIF/XMP metadata and pixel-forensics checks.

## Browser extension
Expand Down
Loading