Skip to content
/ PyECC Public
forked from slideinc/PyECC

Python Elliptical Curve Cryptography module

License

Notifications You must be signed in to change notification settings

stef/PyECC

 
 

Repository files navigation

PyECC: Python Elliptical Curve Cryptography

PyECC is a Python module wrapped around the libseccure library which itself is based off of code developed originally for the seccure(1) utility.

Build and Install

Since PyECC uses setuptools to build and install the PyECC module and corresponding library, you need to run:

% sudo python setup.py install

Author(s)

PyECC was developed by R. Tyler Ballance (tyler@slide.com) at Slide, Inc.. DH support was added by Stefan Marsiske (s@ctrlc.hu). The original seccure(1) binary however was developed by B. Poettering.

Why Forked?

This is a fork of the original PyECC, with added Diffie-Hellman Bindings. See the dhdemo.py for usage examples.

About

Python Elliptical Curve Cryptography module

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 85.8%
  • Python 14.2%