PyECC v0.1
PyECC is a simple Python module for performing 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.. The original seccure(1) binary however was developed by B. Poettering.
- Author: R. Tyler Ballance <tyler at slide com>
- Home Page: http://slideinc.github.com/
- Download URL: http://github.com/slideinc/PyECC/downloads
- Keywords: cryptography, ecc
- License: LGPL v2.1
-
Categories
- Development Status :: 4 - Beta
- Intended Audience :: Developers
- License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
- Programming Language :: C
- Programming Language :: Python
- Topic :: Security
- Topic :: Security :: Cryptography
- Topic :: Software Development :: Libraries :: Python Modules
- Package Index Owner: rtyler
- DOAP record: PyECC-v0.1.xml
Log in to rate this package.
Package rating (1 vote):
4.0
- 4 points: 1 vote
Ratings range from 0 to 5 (best).
Package Comments:
- I like the PyECC module, although it can't be easy_installed and it's lacking a pyecc.new() convenience method, which would also make it nearly compatible to some PEP. (betabrain, 2009-10-16,
points)
