Giter Site home page Giter Site logo

pse's Introduction

An Implementation of Proximity Searchable Encryption (PSE)

This is an implementation of proximity searchable encryption scheme for the iris biometric described in https://eprint.iacr.org/2020/1174.

This implementation is a research prototype built for micro-benchmarking purposes, and is not intended to be used in production-level code as it has not been carefully analyzed for potential security flaws.

Authors:

  • Sohaib Ahmad, University of Connecticut
  • Chloe Cachet, University of Connecticut
  • Luke Demarest, University of Connecticut
  • Benjamin Fuller, University of Connecticut
  • Ariel Hamlin, Northeastern University

Contact Chloe at [email protected] for additional information or questions about the implementation.

Prerequisites

This construction uses the Notre-Dame and IITD datasets. You can find them on the following links:

Once downloaded, add them to the features folder.

Make sure you have the following installed:

Several C and Python libraries are required to build the project, you can either install them one by one or use the script:

sudo ./install_libraries.sh

Installation

git clone --recursive https://github.com/chloecachet/pse.git
cd pse
./init_project.sh

Running a Test

python3 tests/test_ipe.py

Submodules

We rely on the following three submodules:

  • FHIPE for the matrices generation.
  • FLINT for the C backend.
  • Charm for the pairings implementation.

pse's People

Contributors

privateeyes-paper 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.