Giter Site home page Giter Site logo

fuzzy_vault's Introduction

Fuzzy Vault Implementation

This code implements a very simple "biometric" authentication system using the fuzzy vault algorithm as described by Juels and Sudan in A Fuzzy Vault Scheme. I have made some notable simplifications (in fuzzy_vault.py):

  1. The "biometric" data is represented as a list of ten floats. Real fingerprint data is more complex.
  2. I have simplified the polynomial interpolation -- rather than using Reed-Solomon codes, I used the a polynomial fit function.
  3. Chaff points are not thrown out if they collide with genuine points on the polynomial.

To run the program, choose a fingerprint file from the fingerprints directory, e.g. ming and run:

python authenticate.py fingerprints/ming

This program imports a list of vaults, which were created using "fingerprints" (biometric templates). Each vault stores encrypted fingerprint data bound with a secret key (i.e. the name of the person). Thus, when authenticate.py is invoked with the supplied template, we try to unlock each vault to get the name encrypted in it. If the template is a close enough match to the original template used to create the vault and the name returned is on a list of known users, we get a match and the user is accepted.

fuzzy_vault's People

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.