8000 GitHub - rwails/tempest: Code and data used to generate the analyses in "Tempest: Temporal Dynamics in Anonymity Systems".
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ tempest Public

Code and data used to generate the analyses in "Tempest: Temporal Dynamics in Anonymity Systems".

License

Notifications You must be signed in to change notification settings

rwails/tempest

Repository files navigation

Tempest

This repository contains some of the code and data used to generate the analyses found in

Tempest: Temporal Dynamics in Anonymity Systems
Ryan Wails, Yixin Sun, Aaron Johnson, Mung Chiang, Prateek Mittal
18th Privacy Enhancing Technologies Symposium (PETS 2018)

Please contact ryan <dot> wails @ nrl <dot> navy <dot> mil with questions.

Usage

Supported Platforms

Linux and Mac OSX are supported.

Prerequisites

To build this code, you will need to first install

Building

The recommended installation steps are

  1. Build the necessary executables and libraries
mkdir build
mkdir install
cd build
cmake -DCMAKE_INSTALL_PREFIX=../install ..
make && make install
  1. Setup and source a Python virtualenv
virtualenv -p python3 env
source env/bin/activate
  1. Install Python packages
git submodule init && git submodule update
cd pytricia && python3 setup.py build && python3 setup.py install && cd ..
pip install -r requirements.txt
python3 setup.py build && python3 setup.py install

Acknowledgements

This work was supported by the Office of Naval Research (ONR) and by the National Science Foundation (NSF) under grant numbers CNS-1527401, CNS-1423139 and CNS-1704105. The views expressed in this work are strictly those of the authors and do not necessarily reflect the official policy or position of ONR or NSF.

About

Code and data used to generate the analyses in "Tempest: Temporal Dynamics in Anonymity Systems".

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0