Code Monkey home page Code Monkey logo

libdpa's Introduction

Update (2019)

Most of this projects functionality can today be achieved with numpy & scipy. However, you may still find some features useful or more convenient. Note that this project is not actively maintained and kept here for archival purposes mostly.

libdpa (2010)

libdpa is a python library for analysis tasks in differential power analysis scenarios. It assists in the initial analysis by providing simple access to typical preprocessing tasks. It supports efficient calculation of trace correlations for profiling or the actual execution of an attack. Processing steps can be combined, chainend and executed in parallel by a DPAWorkflow.

The library is the result of the master thesis: Design of a Framework for Side-Channel-Attacks on RFID-Tags which contains additional information regarding background and rationale.

Key features

  • type indepency of traces (no matter whether uint8_t or float)
  • workflow architecture for independent execution including trace profiling
  • parallel multiprocessing
  • chainable preprocessors
  • visualization using matplotlib

Building

The prerequisites for building this library are:

  • a typical build environment with python
  • cython (you might need v0.13)
  • libfftw3 for fourier transformation (optional if setup.py is changed accordingly)
  • python-sphinx for the documentation

To build the library run:

make

To install the library run:

make install

To use the library without installation:

export PYTHONPATH="$PYTHONPATH:`pwd`/`echo build/lib*`"

Documentation

Please go to http://rumpeltux.github.io/libdpa/

License

libdpa is distributed under terms of the the GNU-GPL-3.0

libdpa's People

Contributors

manouchehri avatar rumpeltux 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.