c2patool
c2patool copied to clipboard
Command line tool for displaying and adding C2PA manifests
Version v0.7 works fine Version v0.8.1 (next binary I can download) creates a corrupted cert that fails verification. It seems it add `05 00` bytes at Offset `1d` which decodes...
@gpeacock required some Cargo.lock updates – please review
Just updates to c2pa 0.30.3
The current code uses file extensions to determine the type of file. - It assumes that "image.jpg" and "image.jpeg" is a JPEG. - It assume that "image.png" is a PNG....
Self-Signed certs or general SSL certs seems to be not working. It would be helpful if there is any literature pointed out on how to get the ES256 signed certs...
running latest c2patool (0.6.2) on this jpg image D:\test\c2patool\0.6.2\c2patool\c2patool.exe -d ProvenanceOutput-Markers.jpg failed with { "code": "assertion.dataHash.mismatch", "url": "self#jumbf=/c2pa/contoso:urn:uuid:FA0E000D-FA0E-000D-FA0E-000DFA0E000D/c2pa.assertions/c2pa.hash.boxes", "explanation": "asset hash error: hash verification( Box hash name not found )"...
## Changes in this pull request Added missing "sample/" path prefix to the `image.jpg` file in the [Generating an external manifest](https://github.com/contentauth/c2patool?tab=readme-ov-file#generating-an-external-manifest) example. ## Checklist - [x] This PR represents a...
Is there an ability to extend the --parent parameter to incorporate multiple parents. Right now my understanding is it takes in one parent, or you create an ingredients file however...
Trivial doc update: Example repo was renamed.