Skip to main content

Python Elliptic Curve cryptography Side Channel Analysis toolkit.

Project description

docs License MIT Test Lint Codecov DeepSource

Python Elliptic Curve cryptography Side-Channel Analysis toolkit.

For more info, see the docs.

Functionality

pyecsca aims to fill a gap in SCA tooling for Elliptic Curve Cryptography, it focuses on black-box implementations of ECC and presents a way to extract implementation information about a black-box implementation of ECC through side-channels. The main goal of pyecsca is to be able to reverse engineer the curve model, coordinate system, addition formulas, scalar multiplier and even finite-field implementation details.

It is currently in an alpha stage of development and thus only provides:

  • Enumeration of millions of possible ECC implementation configurations (see notebook/configuration_space)
  • Simulation and execution tracing of key generation, ECDH and ECDSA (see notebook/simulation)
  • Synthesis of C implementations of ECC for embedded devices, given any implementation configuration (see notebook/codegen)
  • Trace acquisition using PicoScope/ChipWhisperer oscilloscopes (see notebook/measurement)
  • Trace processing capabilities, e.g. signal-processing, filtering, averaging, cutting, aligning (pyecsca.sca)
  • Trace visualization using holoviews and datashader (see notebook/visualization)
  • Communication via PCSC/LEIA with a smartcard target (see notebook/smartcards)

pyecsca consists of three packages:

Requirements

pyecsca contains data from the Explicit-Formulas Database by Daniel J. Bernstein and Tanja Lange. The data was partially changed, to make working with it easier.

It also supports working with Riscure Inspector trace sets, which are of a proprietary format.

Testing & Development

See the Makefile for tests, performance measurement, codestyle and type checking commands. Use black for code-formatting.

Docs

License

MIT License

Copyright (c) 2018-2023 Jan Jancar

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Development was supported by the Masaryk University grant MUNI/C/1701/2018.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyecsca-0.2.0.tar.gz (200.9 kB view hashes)

Uploaded Source

Built Distribution

pyecsca-0.2.0-py3-none-any.whl (376.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page