willdn / cryptotools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About this repo

Barebones Python 3.6+ implementation (no dependencies/standard lib only) of some common cryptographic functions for educational purposes. Feel free to fork the repo and play around with it. Performance is ..abysmal but otherwise it works fine. Please do not use this for anything serious because I am not a security expert.

Examples

HD Wallets

Sign/Verify message:

Verify a transaction:

Create a transaction and submit it automatically

Create and broadcast manually

Create keys/addresses (including segwit)

Vanity address generator

RSA

to run tests

from the project directory

About


Languages

Language:Python 100.0%