A world of trust with Decentralized IDentifiers on IPFS.
This is work in progress ;)
- gpg
- ipfs
- pinentry
- python3
- python3-pip
dpgpid helps you to publish, retrieve and sign ed25519 keys with decentralized identifiers on IPFS.
- Show identifiers
$ dpgpid show
keygen helps you to generate or convert an ed25519 key in different formats.
- Show duniter public key for user "username" and password "password"
$ keygen username password
- Show IPFS PeerID and PrivKEY for user "username" and password "password"
$ keygen -pk -t ipfs username password
- Show duniter public and secret keys for GPG key matching uid "username" and locked with password "password"
$ keygen -pkg username password
- Write secret key to a pem pkcs8 file for user "username" and password "password"
$ keygen -o /tmp/ipns.pem username password
- Write secret key to a wif file for user "username" and password "password"
$ keygen -f wif -o /tmp/duniter.wif username password
- Write base58 public and secret keys to a pubsec file for user "username" and password "password"
$ keygen -f pubsec -o /tmp/duniter.pubsec username password
Run tests
$ make tests
Alpha version, file and output formats may change without retro compatibility.
- Inter Planetary IDentifiers did method