this post was submitted on 15 Apr 2026
387 points (98.0% liked)

Privacy

48357 readers
657 users here now

A place to discuss privacy and freedom in the digital world.

Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.

In this community everyone is welcome to post links and discuss topics related to privacy.

Some Rules

Related communities

much thanks to @gary_host_laptop for the logo design :)

founded 6 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] DieserTypMatthias@lemmy.ml 2 points 2 weeks ago (1 children)

The EU approach is not without its own problems. The reference code is open, but the operational system is not self-hostable. You cannot run your own trusted identity provider. The wallet apps require Google Play Services or the iOS equivalent, which locks out users of privacy-focused Android distributions like GrapheneOS, CalyxOS, and LineageOS. [...]

ollama launch <your AI agentic frontend here> -- "Write me an age attestastion app for Android that implements EU's attestation reference framework without any bootloader checks."

[โ€“] FauxLiving@lemmy.world 4 points 2 weeks ago

The problem isn't the software, there is already software that provides identity services.

The problem is that you will not have the cryptographic signatures that authenticate your app as a trusted identity provider. Nor would your app be able to fool the hardware attestation, which is built on unique signed cryptographic certificates that are signed by the manufacturer's Certificate Authority and physically burned into the TPM on your device.

In order to pass attestation, your system must boot into a trusted OS image and then it has to prove that by submitting a signed quote, generated by information stored in your TPM along with keys signed by the manufacturer's CA.

This isn't something that you can hack around, it's built on cryptographic verification of your entire boot sequence.