Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.73 KB

File metadata and controls

48 lines (33 loc) · 1.73 KB
layout default
title Anonymous credentials zoo
banner bull.jpg
<style> li + li { margin-top: 5px; } </style>
Alice wants to authenticate to a paid service. Anonymous credentials can help her authenticate and use the service without revealing any information about her identity.

Anonymous credentials provide identity and authentication while providing strong privacy guarantees.


There are two main types of anonymous credential systems:

  • Tokens, which are lightweight anonymous credentials that encode a single message and can be used only once
  • Credentials, which are more structured, allow for embedding different attributes, and can be used multiple times

Website structure

In this website we attempt to organize the vast universe of anonymous credentials:

  • We present a variety of published anonymous credential schemes
  • We provide details on the mathematical primitives that underlay these constructions
  • We categorize the various properties that anonymous credential schemes can support
  • To improve intuition we attempt to organize the various schemes in tree form



[This is Work In Progress! Please submit a PR if you want to improve things!]