hyperledger/indy-anoncreds

Name: indy-anoncreds

Owner: Hyperledger

Description: null

Created: 2016-09-28 17:35:22.0

Updated: 2018-05-10 19:52:11.0

Pushed: 2018-04-26 11:39:11.0

Homepage: null

Size: 6715

Language: Python

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Before you Continue

If you haven't done so already, please visit the main resource for all things “Indy” to get acquainted with the code base, helpful resources, and up-to-date information: Hyperledger Wiki-Indy.

AnonCreds: Anonymous credentials protocol implementation in python

Build Status

This is a python implementation of the anonymous credentials ideas developed by IBM Research (see https://idemix.wordpress.com/ and http://www.research.ibm.com/labs/zurich/idemix/). We have built some additional features for revocation.

Anonymous credential technology is used to exchange claims and proofs, increasing trust between parties in a self-sovereign identity ecosystem. These claims and proofs are not recorded on a distributed ledger like the one provided by Indy–but they rely on public keys, accumulators, and revocation registries published on the ledger, and they dramatically increase privacy for participants. Hence their inclusion with the Indy family of projects.

This particular codebase will soon be superseded by an implentation that is easier to call (has cleaner interfaces) in Indy SDK. Both implementations use the same underlying primitives, and implement the same algorithms.

If you want to log bugs or examine the backlog for anoncreds, we recommend that you use Hyperledger's Jira and use the INDY-SDK project.

Anonymous Credentials requires a cryptographic framework. We have tested it with charm-crypto.

Installation on Linux
Prerequisites for RedHat-based Systems
Prerequisites for Debian-based Systems
Command-line Install
clone https://github.com/hyperledger/indy-anoncreds.git
ndy-anoncreds
etup-charm.sh
Installation on Mac
Prerequisites
Command-line Install
clone https://github.com/hyperledger/indy-anoncreds.git
ndy-anoncreds
etup-charm-homebrew.sh
Installation on Windows

Please refer to the following guide on how to install charm-crypto on Windows x64: Windows Installation


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.