Skip to content

Commit

Permalink
distill perplexity introduction to C2PA
Browse files Browse the repository at this point in the history
  • Loading branch information
SichangHe committed Sep 19, 2024
1 parent 20ef065 commit 553a3f4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/notes/research/photo_crypto_auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,16 @@ split photo into public and private part, encrypt private part
proposal:
compare photo crypto metadata time+location w/ social media post text before
manipulative post go viral. good for news. need to balance privacy

## C2PA

points from Perplexity (not to be trusted):

- nesting: manifest (metadata) > claim (statement) > assertion (field)
- claim generator: create & sign claim
- public key encryption (ECDSA/EdDSA/RSA) to sign claim; SHA-2 hash to
bind manifest to content
- need public key infrastructure (PKI)
- cryptographic assumption: encryption & hash work; secure RNG;
secure private key; trust certificate authority (CA for PKI)
- can attack from getting private key/ CA

0 comments on commit 553a3f4

Please sign in to comment.