Giter Site home page Giter Site logo

davetbutler / secureabc Goto Github PK

View Code? Open in Web Editor NEW

This project forked from alan-turing-institute/secureabc

1.0 1.0 0.0 6.96 MB

SecureABC AntiBody Certificate paper and reference implementation

License: MIT License

Python 32.50% Kotlin 67.50%

secureabc's Introduction

SecureABC Paper and Reference Implementation

Paper

The latest SecureABC AntiBody Certificates paper can be found at SecureABC.pdf. The authors welcome feedback and may be contacted by email using the details in the paper or by clicking the following link.

Changes to the paper are documented in the changelog.

Reference Implementation

This repository also includes a simple reference implementation (in Python3), and proof-of-concept, of the SecureABC AntiBody Certificate proposal. In particular we currently demonstrate the feasibility of our user certificates with a generation and verification script written in Python and a verification app written for Android.

To generate an example SecureABC QR code, run Generate_QR_Credential.py, and to verify run either Verify_QR_Credential.py or the Android application which is located in the SecureABCVerifier directory.

. Credentials, which can be displayed as standard QR codes, are signed using ECDSA over brainpoolP512r1 and comprise a user photo, name, a unique Certificate ID (CID) number and a validity period. Credentials are completely self-contained and can be verified offline, without interacting with the signer. Revocation is based on distributing revoked CIDs to verifiers.

Example credential verification using our demonstration application:

Demo SecureABC QR Cerification Application

Running the code

The requirements.txt file contains all dependencies.

To run the implmentation you can use the following commands

virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
python3 Generate_QR_Credential.py 
python3 Verify_QR_Credential.py

secureabc's People

Contributors

hkscy avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.