Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PyECC Example - Python Elliptic Curve Cryptography

I am working with PyECC - it is the only elliptic curve cryptography module for python that I can find. I was wondering if anyone had an example of how to use the module? I'll try reading the source, but I couldn't find anything on Stack Overflow on the topic regarding python.

Thanks!

like image 601
f47h3r Avatar asked Oct 12 '11 21:10

f47h3r


1 Answers

Figured it out. Thank you for your suggestions. For anyone wanting information on how to implement PyECC, check out the crypto wrapper I wrote on github.

CryptoWrapper - https://github.com/f47h3r/CryptoWrapper

like image 185
f47h3r Avatar answered Sep 22 '22 13:09

f47h3r