Posted by Eric Lynch, Senior Product Manager, Android Security, and Sherif Hanna, Group Product Manager, Google C2PA Core 

At Made by Google 2025, we announced that the new Google Pixel 10 phones will support C2PA Content Credentials in Pixel Camera and Google Photos. This announcement represents a series of steps towards greater digital media transparency:

  • The Pixel 10 lineup is the first to have Content Credentials built in across every photo created by Pixel Camera.
  • The Pixel Camera app achieved Assurance Level 2, the highest security rating currently defined by the C2PA Conformance Program. Assurance Level 2 for a mobile app is currently only possible on the Android platform.
  • A private-by-design approach to C2PA certificate management, where no image or group of images can be related to one another or the person who created them.
  • Pixel 10 phones support on-device trusted time-stamps, which ensures images captured with your native camera app can be trusted after the certificate expires, even if they were captured when your device was offline.

These capabilities are powered by Google Tensor G5, Titan M2 security chip, the advanced hardware-backed security features of the Android platform, and Pixel engineering expertise.

In this post, we’ll break down our architectural blueprint for bringing a new level of trust to digital media, and how developers can apply this model to their own apps on Android.

A New Approach to Content Credentials

Generative AI can help us all to be more creative, productive, and innovative. But it can be hard to tell the difference between content that’s been AI-generated, and content created without AI. The ability to verify the source and history—or provenance—of digital content is more important than ever.

Content Credentials convey a rich set of information about how media such as images, videos, or audio files were made, protected by the same digital signature technology that has secured online transactions and mobile apps for decades. It empowers users to identify AI-generated (or altered) content, helping to foster transparency and trust in generative AI. It can be complemented by watermarking technologies such as SynthID.

Content Credentials are an industry standard backed by a broad coalition of leading companies for securely conveying the origin and history of media files. The standard is developed by the Coalition for Content Provenance and Authenticity (C2PA), of which Google is a steering committee member.

The traditional approach to classifying digital image content has focused on categorizing content as “AI” vs. “not AI”. This has been the basis for many legislative efforts, which have required the labeling of synthetic media. This traditional approach has drawbacks, as described in Chapter 5 of this seminal report by Google. Research shows that if only synthetic content is labeled as “AI”, then users falsely believe unlabeled content is “not AI”, a phenomenon called “the implied truth effect”. This is why Google is taking a different approach to applying C2PA Content Credentials.

Instead of categorizing digital content into a simplistic “AI” vs. “not AI”, Pixel 10 takes the first steps toward implementing our vision of categorizing digital content as either i) media that comes with verifiable proof of how it was made or ii) media that doesn't.

 

  • Pixel Camera attaches Content Credentials to any JPEG photo capture, with the appropriate description as defined by the Content Credentials specification for each capture mode.
  • Google Photos attaches Content Credentials to JPEG images that already have Content Credentials and are edited using AI or non-AI tools, and also to any images that are edited using AI tools. It will validate and display Content Credentials under a new section in the About panel, if the JPEG image being viewed contains this data. Learn more about it in Google Photos Help.

Given the broad range of scenarios in which Content Credentials are attached by these apps, we designed our C2PA implementation architecture from the onset to be:

  1. Secure from silicon to applications
  2. Verifiable, not personally identifiable
  3. Useable offline

Secure from Silicon to Applications

Good actors in the C2PA ecosystem are motivated to ensure that provenance data is trustworthy. C2PA Certification Authorities (CAs), such as Google, are incentivized to only issue certificates to genuine instances of apps from trusted developers in order to prevent bad actors from undermining the system. Similarly, app developers want to protect their C2PA claim signing keys from unauthorized use. And of course, users want assurance that the media files they rely on come from where they claim. For these reasons, the C2PA defined the Conformance Program.

The Pixel Camera application on the Pixel 10 lineup has achieved Assurance Level 2, the highest security rating currently defined by the C2PA Conformance Program. This was made possible by a strong set of hardware-backed technologies, including Tensor G5 and the certified Titan M2 security chip, along with Android’s hardware-backed security APIs. Only mobile apps running on devices that have the necessary silicon features and Android APIs can be designed to achieve this assurance level. We are working with C2PA to help define future assurance levels that will push protections even deeper into hardware.

Achieving Assurance Level 2 requires verifiable, difficult-to-forge evidence. Google has built an end-to-end system on Pixel 10 devices that verifies several key attributes. However, the security of any claim is fundamentally dependent on the integrity of the application and the OS, an integrity that relies on both being kept current with the latest security patches.

  • Hardware Trust: Android Key Attestation in Pixel 10 is built on support for Device Identifier Composition Engine (DICE) by Tensor, and Remote Key Provisioning (RKP) to establish a trust chain from the moment the device starts up to the OS, stamping out the most common forms of abuse on Android.
  • Genuine Device and Software: Aided by the hardware trust described above, Android Key Attestation allows Google C2PA Certification Authorities (CAs) to verify that they are communicating with a genuine physical device. It also allows them to verify the device has booted securely into a Play Protect Certified version of Android, and verify how recently the operating system, bootloader, and system software and firmware were patched for security vulnerabilities.
  • Genuine Application: Hardware-backed Android Key Attestation certificates include the package name and signing certificates associated with the app that requested the generation of the C2PA signing key, allowing Google C2PA CAs to check that the app requesting C2PA claim signing certificates is a trusted, registered app.
  • Tamper-Resistant Key Storage: On Pixel, C2PA claim signing keys are generated and stored using Android StrongBox in the Titan M2 security chip. Titan M2 is Common Criteria PP.0084 AVA_VAN.5 certified, meaning that it is strongly resistant to extracting or tampering with the cryptographic keys stored in it. Android Key Attestation allows Google C2PA CAs to verify that private keys were indeed created inside this hardware-protected vault before issuing certificates for their public key counterparts.

 

 

The C2PA Conformance Program requires verifiable artifacts backed by a hardware Root of Trust, which Android provides through features like Key Attestation. This means Android developers can leverage these same tools to build apps that meet this standard for their users.

Privacy Built on a Foundation of Trust: Verifiable, Not Personally Identifiable

The robust security stack we described is the foundation of privacy. But Google takes steps further to ensure your privacy even as you use Content Credentials, which required solving two additional challenges:

Challenge 1: Server-side Processing of Certificate Requests. Google’s C2PA Certification Authorities must certify new cryptographic keys generated on-device. To prevent fraud, these certificate enrollment requests need to be authenticated. A more common approach would require user accounts for authentication, but this would create a server-side record linking a user's identity to their C2PA certificates—a privacy trade-off we were unwilling to make.

Our Solution: Anonymous, Hardware-Backed Attestation. We solve this with Android Key Attestation, which allows Google CAs to verify what is being used (a genuine app on a secure device) without ever knowing who is using it (the user). Our CAs also enforce a strict no-logging policy for information like IP addresses that could tie a certificate back to a user.

Challenge 2: The Risk of Traceability Through Key Reuse. A significant privacy risk in any provenance system is traceability. If the same device or app-specific cryptographic key is used to sign multiple photos, those images can be linked by comparing the key. An adversary could potentially connect a photo someone posts publicly under their real name with a photo they post anonymously, deanonymizing the creator.

Our Solution: Unique Certificates. We eliminate this threat with a maximally private approach. Each key and certificate is used to sign exactly one image. No two images ever share the same public key, a "One-and-Done" Certificate Management Strategy, making it cryptographically impossible to link them. This engineering investment in user privacy is designed to set a clear standard for the industry.

Overall, you can use Content Credentials on Pixel 10 without fear that another person or Google could use it to link any of your images to you or one another.

Ready to Use When You Are - Even Offline

Implementations of Content Credentials use trusted time-stamps to ensure the credentials can be validated even after the certificate used to produce them expires. Obtaining these trusted time-stamps typically requires connectivity to a Time-Stamping Authority (TSA) server. But what happens if the device is offline?

This is not a far-fetched scenario. Imagine you’ve captured a stunning photo of a remote waterfall. The image has Content Credentials that prove that it was captured by a camera, but the cryptographic certificate used to produce them will eventually expire. Without a time-stamp, that proof could become untrusted, and you're too far from a cell signal, which is required to receive one.

To solve this, Pixel developed an on-device, offline TSA.

Powered by the security features of Tensor, Pixel maintains a trusted clock in a secure environment, completely isolated from the user-controlled one in Android. The clock is synchronized regularly from a trusted source while the device is online, and is maintained even after the device goes offline (as long as the phone remains powered on). This allows your device to generate its own cryptographically-signed time-stamps the moment you press the shutter—no connection required. It ensures the story behind your photo remains verifiable and trusted after its certificate expires, whether you took it in your living room or at the top of a mountain.

Building a More Trustworthy Ecosystem, Together

C2PA Content Credentials are not the sole solution for identifying the provenance of digital media. They are, however, a tangible step toward more media transparency and trust as we continue to unlock more human creativity with AI.

In our initial implementation of Content Credentials on the Android platform and Pixel 10 lineup, we prioritized a higher standard of privacy, security, and usability. We invite other implementers of Content Credentials to evaluate our approach and leverage these same foundational hardware and software security primitives. The full potential of these technologies can only be realized through widespread ecosystem adoption.

We look forward to adding Content Credentials across more Google products in the near future.

تم النشر بواسطة إريك لينش، مدير أول للمنتجات، أمان Android، وشريف حنا، مدير منتجات المجموعة، Google C2PA Core

في Made by Google 2025، أعلنا أن هواتف Google Pixel 10 الجديدة ستدعم C2PA Content Credentials في Pixel Camera وGoogle Photos. يمثل هذا الإعلان سلسلة من الخطوات نحو مزيد من الشفافية في الوسائط الرقمية:

  • مجموعة Pixel 10 هي أول مجموعة تحتوي على بيانات اعتماد المحتوى في كل صورة تم إنشاؤها بواسطة Pixel Camera.
  • تطبيق Pixel Camera achieved Assurance Level 2، أعلى تصنيف أمان currently defined بواسطة برنامج التوافق C2PA. يعد مستوى الضمان 2 لتطبيق الهاتف المحمول حاليًا متاحًا فقط على نظام التشغيل Android.
  • نهج خاص حسب التصميم لإدارة شهادات C2PA، حيث لا يمكن ربط أي صورة أو مجموعة من الصور ببعضها البعض أو بالشخص الذي أنشأها.
  • تدعم هواتف Pixel 10 الطوابع الزمنية الموثوقة على الجهاز، مما يضمن إمكانية الوثوق بالصور الملتقطة باستخدام تطبيق الكاميرا الأصلي بعد تنتهي صلاحية الشهادة، حتى إذا تم التقاطها عندما كان جهازك غير متصل بالإنترنت.

تتمثل هذه الإمكانات في powered by Google Tensor G5، وشريحة الأمان Titan M2، وميزات الأمان المتقدمة المدعومة بالأجهزة لنظام Android الأساسي، وخبرة هندسة Pixel.

في هذا المنشور، سنقوم بتفصيل مخططنا المعماري لجلب مستوى جديد من الثقة إلى الوسائط الرقمية، وكيف يمكن للمطورين تطبيق هذا النموذج على تطبيقاتهم الخاصة على Android.

نهج جديد للمحتوى بيانات الاعتماد

يمكن أن يساعدنا الذكاء الاصطناعي التوليدي جميعًا على أن نكون أكثر إبداعًا وإنتاجية وابتكارًا. ولكن قد يكون من الصعب معرفة الفرق بين المحتوى الذي تم إنشاؤه بواسطة الذكاء الاصطناعي والمحتوى الذي تم إنشاؤه بدون الذكاء الاصطناعي. أصبحت القدرة على التحقق من مصدر وتاريخ - أو مصدر - المحتوى الرقمي أكثر أهمية من أي وقت مضى.

تنقل بيانات اعتماد المحتوى مجموعة غنية من المعلومات حول كيفية إنشاء الوسائط مثل الصور أو مقاطع الفيديو أو الملفات الصوتية، محمية بنفس تقنية التوقيع الرقمي التي ضمنت المعاملات عبر الإنترنت وتطبيقات الهاتف المحمول لعقود من الزمن. فهو يمكّن المستخدمين من تحديد المحتوى الذي تم إنشاؤه (أو تعديله) بواسطة الذكاء الاصطناعي، مما يساعد على تعزيز الشفافية والثقة في الذكاء الاصطناعي المنتج. ويمكن استكماله بتقنيات العلامات المائية مثل SynthID.

بيانات اعتماد المحتوى هي industry standard backed by a broad coalition of leading companies لنقل أصل ملفات الوسائط وتاريخها بشكل آمن. تم تطوير المعيار من قبل التحالف من أجل مصدر المحتوى وأصالته (C2PA)، والذي تعد Google عضوًا في اللجنة التوجيهية فيه.

لقد ركز النهج التقليدي لتصنيف محتوى الصور الرقمية على تصنيف المحتوى على أنه "ذكاء اصطناعي" مقابل "ليس ذكاءً اصطناعيًا". لقد كان هذا هو الأساس للعديد من legislative efforts، التي تطلبت تصنيف الوسائط الاصطناعية. هذا الأسلوب التقليدي له عيوب، كما هو موضح في الفصل 5 من this seminal report بواسطة Google. تظهر الأبحاث أنه إذا تم تصنيف المحتوى الاصطناعي فقط على أنه "ذكاء اصطناعي"، فإن المستخدمين يعتقدون خطأً أن المحتوى غير المسمى "ليس ذكاءً اصطناعيًا"، وهي ظاهرة تسمى "تأثير الحقيقة الضمنية". ولهذا السبب تتخذ Google نهجًا مختلفًا في تطبيق بيانات اعتماد محتوى C2PA.

بدلاً من تصنيف المحتوى الرقمي إلى "ذكاء اصطناعي" مبسط مقابل "ليس ذكاءً اصطناعيًا"، يتخذ Pixel 10 الخطوات الأولى نحو تنفيذ رؤيتنا لتصنيف المحتوى الرقمي على النحوين إما i) الوسائط التي تأتي مع دليل يمكن التحقق منه حول كيفية صنعه أو 2) الوسائط التي لا.

 

  • تقوم كاميرا Pixel بإرفاق بيانات اعتماد المحتوى لأي صورة تم التقاطها بتنسيق JPEG، مع الوصف المناسب كما هو محدد في مواصفات بيانات اعتماد المحتوى لكل وضع التقاط.
  • تقوم صور Google بإرفاق بيانات اعتماد المحتوى بصور JPEG التي تحتوي بالفعل على بيانات اعتماد المحتوى ويتم تحريرها باستخدام أدوات الذكاء الاصطناعي أو أدوات غير الذكاء الاصطناعي، وأيضًا إلى أي صور يتم تحريرها باستخدام أدوات الذكاء الاصطناعي. سيتم التحقق من صحة بيانات اعتماد المحتوى وعرضها ضمن قسم جديد في لوحة "حول"، إذا كانت صورة JPEG التي يتم عرضها تحتوي على هذه البيانات. تعرف على المزيد حول هذا الأمر في Google Photos Help.

نظرًا للنطاق الواسع من السيناريوهات التي يتم فيها إرفاق بيانات اعتماد المحتوى بواسطة هذه التطبيقات، فقد صممنا بنية تنفيذ C2PA منذ البداية لتكون:

  1. آمنة من السيليكون إلى التطبيقات
  2. قابلة للتحقق، وغير قابلة للتعريف شخصيًا
  3. قابلة للاستخدام دون الاتصال بالإنترنت

الآمن من السيليكون إلى التطبيقات

يتم تحفيز الجهات الفاعلة الجيدة في النظام البيئي C2PA لضمان موثوقية بيانات المصدر. يتم تحفيز هيئات اعتماد C2PA (CAs)، مثل Google، على إصدار شهادات فقط لمثيلات حقيقية من التطبيقات من مطورين موثوقين من أجل منع الجهات الفاعلة السيئة من تقويض النظام. وبالمثل، يرغب مطورو التطبيقات في حماية مفاتيح توقيع مطالبات C2PA الخاصة بهم من الاستخدام غير المصرح به. وبطبيعة الحال، يريد المستخدمون التأكد من أن ملفات الوسائط التي يعتمدون عليها تأتي من المكان الذي يطالبون به. لهذه الأسباب، حددت C2PA برنامج التوافق.

يحتوي تطبيق Pixel Camera الموجود في مجموعة Pixel 10 على achieved Assurance Level 2، وهو أعلى تصنيف أمان currently defined بواسطة برنامج التوافق C2PA. وقد أصبح ذلك ممكنًا بفضل مجموعة قوية من التقنيات المدعومة بالأجهزة، بما في ذلك Tensor G5 وشريحة الأمان Titan M2 المعتمدة، إلى جانب واجهات برمجة التطبيقات الأمنية المدعومة بالأجهزة في Android. يمكن فقط تصميم تطبيقات الهاتف المحمول التي تعمل على الأجهزة التي تحتوي على ميزات السيليكون الضرورية وواجهات برمجة تطبيقات Android لتحقيق مستوى الضمان هذا. نحن نعمل مع C2PA للمساعدة في تحديد مستويات الضمان المستقبلية التي ستدفع الحماية بشكل أعمق إلى الأجهزة.

يتطلب تحقيق مستوى الضمان 2 أدلة يمكن التحقق منها ويصعب تزويرها. قامت Google ببناء نظام شامل على أجهزة Pixel 10 يتحقق من العديد من السمات الرئيسية. ومع ذلك، يعتمد أمان أي مطالبة بشكل أساسي على سلامة التطبيق ونظام التشغيل، وهي سلامة تعتمد على تحديث كليهما بأحدث تصحيحات الأمان.

  • الثقة في الأجهزة: Android Key Attestation في Pixel 10 مبنية على دعم محرك تكوين معرف الجهاز (DICE) بواسطة Tensor، وتوفير المفاتيح عن بعد (RKP) لإنشاء سلسلة ثقة من لحظة بدء تشغيل الجهاز إلى نظام التشغيل، مما يؤدي إلى القضاء على أكثر أشكال إساءة الاستخدام شيوعًا على Android.
  • الأجهزة والبرامج الأصلية: بمساعدة ثقة الأجهزة الموضحة أعلاه، تتيح شهادة Android Key Attestation لسلطات اعتماد Google C2PA (CAs) التحقق من أنها تتواصل مع جهاز فعلي حقيقي. كما يسمح لهم أيضًا بالتحقق من تشغيل الجهاز بشكل آمن في Play Protect Certified version of Android، والتحقق من مدى حداثة تصحيح نظام التشغيل ومحمل التشغيل وبرامج النظام والبرامج الثابتة بحثًا عن الثغرات الأمنية.
  • التطبيق الحقيقي: تتضمن شهادات شهادة مفتاح Android المدعومة بالأجهزة اسم الحزمة وشهادات التوقيع المرتبطة بالتطبيق الذي طلب إنشاء مفتاح توقيع C2PA، مما يسمح لـ Google C2PA CAs بالتحقق من أن التطبيق الذي يطلب ذلك تعد شهادات توقيع مطالبات C2PA تطبيقًا موثوقًا ومسجلًا.
  • تخزين مفاتيح مقاوم للتلاعب: على Pixel، يتم إنشاء مفاتيح توقيع مطالبات C2PA وتخزينها باستخدام Android StrongBox في شريحة الأمان Titan M2. Titan M2 هو Common Criteria PP.0084 AVA_VAN.5 certified، مما يعني أنه مقاوم بشدة لاستخراج أو التلاعب بمفاتيح التشفير المخزنة فيه. يسمح Android Key Attestation لـ Google C2PA CAs بالتحقق من إنشاء المفاتيح الخاصة بالفعل داخل هذا القبو المحمي بالأجهزة قبل إصدار شهادات لنظيراتها من المفاتيح العامة.

 

 

يتطلب برنامج مطابقة C2PA أدوات يمكن التحقق منها مدعومة بجذر الثقة في الأجهزة، والذي يوفره Android من خلال ميزات مثل Key Attestation. وهذا يعني أن مطوري Android يمكنهم الاستفادة من هذه الأدوات نفسها لإنشاء تطبيقات تلبي هذا المعيار لمستخدميهم.

الخصوصية المبنية على أساس الثقة: يمكن التحقق منها، ولا يمكن تحديد هويتها شخصيًا

إن مجموعة الأمان القوية التي وصفناها هي أساس الخصوصية. لكن Google تتخذ خطوات إضافية لضمان خصوصيتك حتى أثناء استخدامك لبيانات اعتماد المحتوى، الأمر الذي يتطلب حل تحديين إضافيين:

التحدي 1: معالجة طلبات الشهادات من جانب الخادم. يجب أن تصدق سلطات اعتماد C2PA في Google على مفاتيح التشفير الجديدة التي يتم إنشاؤها على الجهاز. لمنع الاحتيال، يجب مصادقة طلبات تسجيل الشهادات هذه. قد يتطلب النهج الأكثر شيوعًا وجود حسابات مستخدمين للمصادقة، ولكن هذا قد يؤدي إلى إنشاء سجل من جانب الخادم يربط هوية المستخدم بشهادات C2PA الخاصة به - وهي مقايضة خصوصية لم نكن على استعداد للقيام بها.

الحل الذي نقدمه: شهادة مجهولة ومدعومة بالأجهزة. نحن نحل هذه المشكلة من خلال Android Key Attestation، الذي يسمح لـ Google CAs بالتحقق مما يتم استخدامه (تطبيق أصلي على جهاز آمن) دون معرفة من يستخدمه (المستخدم). تطبق المراجع المصدقة لدينا أيضًا سياسة صارمة لعدم تسجيل المعلومات مثل عناوين IP التي يمكن أن تربط الشهادة مرة أخرى بالمستخدم.

التحدي 2: خطر التتبع من خلال إعادة استخدام المفتاح. هناك خطر كبير على الخصوصية في أي نظام مصدر وهو إمكانية التتبع. إذا تم استخدام نفس الجهاز أو مفتاح التشفير الخاص بالتطبيق لتوقيع صور متعددة، فيمكن ربط تلك الصور عن طريق مقارنة المفتاح. من المحتمل أن يقوم الخصم بربط صورة ينشرها شخص ما علنًا باسمه الحقيقي مع صورة ينشرها بشكل مجهول، مما يؤدي إلى إخفاء هوية منشئ المحتوى.

الحل الذي نقدمه: الشهادات الفريدة. نحن نزيل هذا التهديد من خلال اتباع نهج خاص إلى أقصى حد. يتم استخدام كل مفتاح وشهادة لتوقيع صورة واحدة بالضبط. لا توجد صورتان تشتركان في نفس المفتاح العام على الإطلاق، وهي استراتيجية إدارة الشهادات "واحدة ومُنجزة"، مما يجعل من المستحيل ربطهما من الناحية المشفرة. تم تصميم هذا الاستثمار الهندسي في خصوصية المستخدم لوضع معيار واضح لهذه الصناعة.

بشكل عام، يمكنك استخدام بيانات اعتماد المحتوى على Pixel 10 دون خوف من أن يستخدمها شخص آخر أو Google لربط أي من صورك بك أو ببعضك البعض.

جاهز للاستخدام عندما تكون - حتى دون اتصال بالإنترنت

تستخدم عمليات تنفيذ بيانات اعتماد المحتوى trusted time-stamps لضمان إمكانية التحقق من صحة بيانات الاعتماد حتى بعد الشهادة. المستخدمة لإنتاجها تنتهي صلاحيتها. يتطلب الحصول على هذه الطوابع الزمنية الموثوقة عادةً الاتصال بخادم هيئة ختم الوقت (TSA). ولكن ماذا يحدث إذا كان الجهاز غير متصل بالإنترنت؟

هذا ليس سيناريو بعيد الاحتمال. تخيل أنك التقطت صورة مذهلة لشلال بعيد. تحتوي الصورة على بيانات اعتماد المحتوى التي تثبت أنه تم التقاطها بواسطة الكاميرا، ولكن شهادة التشفير المستخدمة لإنتاجها ستنتهي في النهاية. بدون طابع زمني، يمكن أن يصبح هذا الدليل غير موثوق به، وتكون بعيدًا جدًا عن الإشارة الخلوية المطلوبة لاستقبال واحدة.

لحل هذه المشكلة، طورت Pixel TSA على الجهاز وغير متصل بالإنترنت.

بدعم من ميزات الأمان في Tensor، يحتفظ Pixel بساعة موثوقة في بيئة آمنة، معزولة تمامًا عن تلك التي يتحكم فيها المستخدم في Android. تتم مزامنة الساعة بانتظام من مصدر موثوق به عندما يكون الجهاز متصلاً بالإنترنت، وتتم صيانتها حتى بعد انقطاع اتصال الجهاز (طالما ظل الهاتف قيد التشغيل). يتيح ذلك لجهازك إنشاء طوابع زمنية موقعة بالتشفير لحظة الضغط على زر الغالق، دون الحاجة إلى اتصال. فهو يضمن بقاء القصة وراء صورتك قابلة للتحقق وموثوقة بعد انتهاء صلاحية شهادتها، سواء التقطتها في غرفة المعيشة الخاصة بك أو على قمة جبل.

بناء نظام بيئي أكثر جدارة بالثقة، معًا

لا تعد بيانات اعتماد محتوى C2PA الحل الوحيد لتحديد مصدر الوسائط الرقمية. ومع ذلك، فهي خطوة ملموسة نحو المزيد من الشفافية والثقة في وسائل الإعلام بينما نواصل إطلاق المزيد من الإبداع البشري باستخدام الذكاء الاصطناعي.

في تنفيذنا الأولي لبيانات اعتماد المحتوى على نظام التشغيل Android ومجموعة Pixel 10، أعطينا الأولوية لمعايير أعلى من الخصوصية والأمان وسهولة الاستخدام. نحن ندعو المنفذين الآخرين لبيانات اعتماد المحتوى إلى تقييم نهجنا والاستفادة من نفس أساسيات أمان الأجهزة والبرامج الأساسية. لا يمكن تحقيق الإمكانات الكاملة لهذه التقنيات إلا من خلال اعتماد النظام البيئي على نطاق واسع.

ونحن نتطلع إلى إضافة بيانات اعتماد المحتوى عبر المزيد من منتجات Google في المستقبل القريب.