From 5930d146a54d95d7f0c48494fb879958cb94971b Mon Sep 17 00:00:00 2001 From: Eric Scouten Date: Fri, 7 Feb 2020 13:29:58 -0800 Subject: [PATCH 1/2] Authenticated media submission. --- ...ble-credentials-and-authenticated-media.md | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 topics-and-advance-readings/verifiable-credentials-and-authenticated-media.md diff --git a/topics-and-advance-readings/verifiable-credentials-and-authenticated-media.md b/topics-and-advance-readings/verifiable-credentials-and-authenticated-media.md new file mode 100644 index 0000000..cbf3343 --- /dev/null +++ b/topics-and-advance-readings/verifiable-credentials-and-authenticated-media.md @@ -0,0 +1,31 @@ +# Verifiable Credentials and Authenticated Media + +by [Eric Scouten](mailto:scouten@adobe.com) and [Leonard Rosenthol](lrosenth@adobe.com), Adobe + +## The Problem Space + +In recent years, technology advances have made it increasingly easy to produce highly-realistic, but synthetic, digital media (photography, videography, audio recordings, etc.). In this same time frame, social media and other Internet technologies have gained prominence as a means for disseminating news, opinion, and digital media related to current events. + +While this makes it possible for valid information about a rapidly-evolving event to be propagated quickly, it also makes it possible for **misinformation** to be introduced and widely viewed. There are numerous examples of deepfakes or intentionally-misattributed media being used to inflame tensions around the world. + +Consumers of digital media have insufficient information available to them to distinguish legitimate reportage from misattributed or outright false media. + +## Proposed Solution + +We are interested in providing standards to allow legitimate media producers to state claims about their work and to allow motivated media consumers to verify those claims. For the purposes of this paper, we'll refer to such media as **authenticated media.** + +Broadly speaking, we expect this to allow some or all of the following information to be verifiably claimed: + +* Cryptographic verification of media contents +* Information about time and location of capture +* Audit trail of manipulations performed between capture and presentation +* Identity of those involved in capture, manipulation, and presentation + +## Specific Questions of Interest + +Each of these pose interesting technical and societal challenges, but it is the last one, _identity,_ that we are particularly interested in diving into for this paper. Some of the key questions we are considering include: + +* How do we connect a user to an asset for the purposes of authentic media? +* What control would users want/need to have with regard to revealing/concealing said identity? And would that control be part of the media or managed separately (or both)? +* What measures need to be taken to ensure that an authenticated workflow does not _inadvertently_ reveal identity when that could cause harm to an author? +* If identity is known, could that be used to aid in reputation/trust? Could that be done without disclosure of the actual identity? (Or does even "reputation" impact anonymity?) From 5779bb2851467cf8d0e8636df11f3468513c3379 Mon Sep 17 00:00:00 2001 From: Eric Scouten Date: Fri, 7 Feb 2020 13:29:58 -0800 Subject: [PATCH 2/2] Add links to README. --- topics-and-advance-readings/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/topics-and-advance-readings/README.md b/topics-and-advance-readings/README.md index b115239..7c7a2cd 100644 --- a/topics-and-advance-readings/README.md +++ b/topics-and-advance-readings/README.md @@ -120,6 +120,10 @@ really, read as much as you can!) Information (PHI) while facilitating sharing of personal health data to improve monitoring and treatment of chronic conditions." * #use-case #open-mhealth #did #ieee-p1752 +[Verifiable Credentials and Authenticated Media](verifiable-credentials-and-authenticated-media.md) + * by [Eric Scouten](mailto:scouten@adobe.com) and [Leonard Rosenthol](mailto:lrosenth@adobe.com) + * "In recent years, technology advances have made it increasingly easy to produce highly-realistic, but synthetic, digital media (photography, videography, audio recordings, etc.). In this same time frame, social media and other Internet technologies have gained prominence as a means for disseminating news, opinion, and digital media related to current events. Consumers of digital media have insufficient information available to them to distinguish legitimate reportage from misattributed or outright false media. We are interested in providing standards to allow legitimate media producers to state claims about their work and to allow motivated media consumers to verify those claims." + * #use-case #authenticated-media ## Alphabetical Listing * [An Encrypted Data Vault Sprint](edv-sprint.md) @@ -136,4 +140,5 @@ Information (PHI) while facilitating sharing of personal health data to improve * [An RWOT Animation Project](decentralized_animation_creative_brief.md) * [Sharing Personal Health Data to Improve Treatment of Chronic Conditions](use_case_sharing_personal_health_data_to_improve_treatment_of_chronic_conditions.md) * [TEE & VC As Privacy Proofs](tee-privacy-vc.md) +* [Verifiable Credentials and Authenticated Media](verifiable-credentials-and-authenticated-media.md) * [Why Matrix Parameters?](why-matrix-parameters.md)