rsksmart / rif-communications-node

RIF Communication node which constructs kademlia network and forwards messages
MIT License
0 stars 2 forks source link

Issue 12 #40

Closed raullaprida closed 4 years ago

raullaprida commented 4 years ago

Secure keystore (in leveldb) for the private keys of the node. Password encryption is optional Standards used: PKCS12 PKCS5 PKCS8 (https://en.wikipedia.org/wiki/PKCS) PEM format for the EC private key is borrowed from the openSSL format (e.g of an openSSL key:openssl ecparam -name secp256k1 -genkey -noout -out secp256k1-key.pem)

More tests will be added in another commit