Skip to content

Eurodocs/p2abcengine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Abc4Trust FI-Ware PrimeLife

p2abcengine

This Privacy-Preserving Attribute-Based Credential Engine enables application developers to use Privacy-ABCs with all their features without having to consider the specifics of the underlying cryptographic algorithms, similar to as they do today for digital signatures, where they do not need to worry about the particulars of the RSA and DSA algorithms either.

An introduction to the project and links to further information is found on the wiki.

Overview of Codebase

We provide a number of core components for authentication with privacy-preserving attribute-based credentials. These core components deal with the policy language that specifies the authentication requirements, a user interface that allows user to select which credentials they want to use to satisfy the authentication policy and then some components to generate and verify authentication tokens.

Building a full-fledged authentication and authorization solution requires a number of additional components such as credential storage or key management. We provide basic implementations of such components and of example application as well. While these components could be useful as well, you might have to replace them with your own ones to integrate the core components into your application.

Finally, we do not provide that cryptography that generates the cryptographic values in the authentication token. However, our engine is designed to be used with Identity Mixer and U-Prove. So all you need to do is to download either Microsoft U-Prove and/or IBM Identity Mixer separately (some of the the features will only work if Identity Mixer is installed).

For more details about the components and how to integrate them into an application we refer to the Architecture page.

Usage

See the page on integration for information on how to integrate the ABCE. Or the page on how to build the ABCE for information on how to build the ABCE for development.

License

The source code of the p2abcengine is licensed under the Apache License, Version 2.0.

Note, however, that the p2abcengine depends on a number of Java libraries that are licensed under other licenses. For details, see the overview of licenses of the library dependencies.

The p2abcengine requires either IBM Identity Mixer or Microsoft U-Prove as cryptographic engines (some of the the features will only work if Identity Mixer is installed). U-Prove is available under the Apache License, Version 2.0 whereas Identity Mixer is available under the Identity Mixer License.

Acknowledgements

The architecture and the specification of the p2abcengine have been done as part of the ABC4Trust project.

The code and documentation available here is by Alexandra Institute, Miracle, and IBM Research - Zurich with support from the ABC4Trust, AU2EU, FI-ware, FutureID, and PrimeLife projects.

About

privacy-preserving attribute-based credentials engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published