Giter VIP home page Giter VIP logo

fastore's Introduction

FastORE

This is a prototype implementation of the order-revealing encryption (ORE) schemes described in the following papers:

This implementation is a research prototype and serves primarily as a proof of concept and benchmarking tool for our cryptographic primitives. The code has not been carefully analyzed for potential security flaws, and is not intended for use in production-level code.

Authors:

  • David J. Wu, Stanford University
  • Kevin Lewi, Stanford University

Contact David for questions about the code: [email protected]

Project Website: https://crypto.stanford.edu/ore/

Prerequisites

Make sure you have the following installed:

Currently, our system requires a processor that supports the AES-NI instruction set.

Installation

git clone --recursive https://github.com/kevinlewi/fastore.git
cd fastore
make

Running Tests

To test the basic ORE scheme (described in the first paper), use the following command:

./tests/test_ore

To test the "block ORE" scheme (described in the second paper), use the following command:

./tests/test_ore_blk

Running Benchmarks

To run the benchmarks, use the commands:

./tests/time_ore
./tests/time_ore_blk

Additional Configuration

See flags.h for additional configuration changes that are possible.

fastore's People

Contributors

dwu4 avatar kevinlewi 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.