Slashdot Log In
Digital Credentials Offer Enhanced Privacy
Posted by
kdawson
on Tue Feb 20, 2007 05:41 PM
from the cypherpunks-write-code dept.
from the cypherpunks-write-code dept.
John Q Random writes "Stefan Brands's company credentica.com announced their U-Prove library and SDK implementing ID tokens — also known as digital credentials or private credentials. (Private Credentials are a cool PKI replacement and anonymous e-cash tech that allows you to prove certified attributes like age, credit rating, group membership, etc. without revealing who you are; to allow you to have a digital life without the digital dossier effect inherent in a central databases.) Following this announcement, Adam Back announced credlib, an open source implementation of Brands credentials (and the older more basic Chaum certificates). These developments relate to recent news from IBM's Zurich labs on their identity-mixer project (previously discussed on Slashdot) that is based on the less efficient Jan Camenisch and Anna Lysyanskaya credentials."
Related Stories
[+]
IT: IBM to Open Source Novel Identity Protection Software 40 comments
coondoggie handed us a link to a Network World article reporting that IBM plans to open source the project 'Identity Mixer'. Developed by a Zurich-based research lab for the company, Identity Mixer is a novel approach to protecting user identities online. The project, which is a piece of XML-based software, uses a type of digital certificate to control who has access to identity information in a web browser. IBM is enthusiastic about widespread adoption of this technology, and so plans to open source the project through the Eclipse Open Source Foundation. The company hopes this tactic will see the software's use in commercial, medical, and governmental settings.
This discussion has been archived.
No new comments can be posted.
Digital Credentials Offer Enhanced Privacy
|
Log In/Create an Account
| Top
| 49 comments
| Search Discussion
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.

Identity Theft (Score:4, Insightful)
(http://xmoo.com/)
I guess it'll just get added to the to-do list of phishers and ID thieves.
And the fact that (real) sensitive data has to be included to prevent 'leading/sharing' just begs for hacking.
Well blow me down! (Score:3, Funny)
(http://geeksplosion.blogspot.com/)
"Me SmartCard an' Biometrics allow en' more booty to be plundered, yarhhh!"
Digital creds = "certs or keys" (Score:1, Insightful)
I don't know why people keep trying to reinvent the wheel here.
RTFA (Score:4, Interesting)
(http://felter.org/wesley/)
The problem with regular certs is that they are all-or-nothing, so if you disclose your cert to a party, they now have all the information in the cert. For example, consider using a "digital drivers license" to prove your age or using a "digital student ID" to get a student discount; it's totall overkill.
The summary explains why Brands credentials are an improvement:
Private Credentials are a cool PKI replacement and anonymous e-cash tech that allows you to prove certified attributes like age, credit rating, group membership, etc. without revealing who you are (emphasis added)
yep (Score:2)
(http://www.atomjax.com/)
That certainly sounds like a credlib-able solution to the problem.
Technolgy can't fix legal/economic problems (Score:3, Insightful)
(http://felter.org/wesley/)
All these identity providers listed... (Score:1)
Oh, thats right, I'm reading /. ;)
How? (Score:3, Interesting)
anti-lending feature (Re:How?) (Score:4, Informative)
The CA or credential issuer, he sees secrets when the credential is issued, however you trust him not to abuse those secrets (and maybe you paid him with the same credit card number eg). However due to the crypto magic the CA cant observe nor trace your uses of the credential back to you even with full collusion with relying parties.
In fact the privacy is unconditionally secure and the user has full control and doesnt have to trust anyone (not CA, not relying parties, etc) only that the software of his credential wallet software is correctly implemented. This software would typically be open source and peer reviewed.
False security (Score:2)
Either the information is kept by someone and can be obtained from the issuer (whether through legitimate legal means or theft. This is valuable information. Unscrupulous people will steal, trade and sell it). You're basically trusting the issuer to keep you safe. SSL certs are kinda like this but there's no pretense of private data being stored encrypted in the cert.
OR
Once the certificate is issued there is no way to identify who it is issued to, which means the only way a security hole in the method comes to light is when massive fraud occurs or if someone brags about breaking it. PGP is kinda like this.
All this does is allow you to buy products or services annoymously from legit vendors, and only so long as the system isn't compromised. The other thing is most non-shady vendors won't want to accept this form of ID/verification. I mean it's great for porn vendors because porn is socially vilified and people don't want to admit to buying it or having it on record. For most other things, the vendor will prefer a method of verification under their control since it'll give them marketing data and also prove to be a better protection against litigation than some anonymous cert.
Efficiency is an open question (Score:2)
Sigh...PKI REPLACEMENT? (Score:1)
(http://www.secretsauce.org/ | Last Journal: Sunday August 07 2005, @08:48PM)
But will it work in the marketplace? (Score:1)
(http://slashdot.org/)
There are 2 hurdles to this product:
1. Digital certificates of any kind are hard to get Joe average user to understand and adopt. How many people use PGP style email encryption, let alone user SSL certificates?
2. More seriously, how many online business are willing, not only not to collect customer data, but to go to sigificant expense to avoid collecting customer data?
Since customer data is generally viewed as having value to businesses, you are in effect asking business to spend money to make less money. That just won't happen, unless customers demand it. And I don't see that happening anytime soon (see #1 above).