A program to generate ipfs private keys, creating Kubernetes manifests.
Go to file
John Kane 52911f58d5 Dependencies: reflect peer and crypto now in own repos
The peer and crypto dependencies have been moved
out of the go-libp2p repo and into their own. The
deps now reflect his.

License: MIT
Signed-off-by: John Kane <john@kanej.me>
2016-05-26 13:48:19 +01:00
LICENSE license 2016-03-22 16:39:37 -07:00
main.go Dependencies: reflect peer and crypto now in own repos 2016-05-26 13:48:19 +01:00
README.md initial implementation 2016-01-22 04:22:54 -08:00

ipfs-key

A tool for easily generating ipfs keypairs. When run, it will write the bytes of the serialized private key to stdout. By default, a 2048 bit RSA key will be generated. The keysize can be changed by specifying the -size option, and the key type can be changed by specifying the -type option (currently only RSA is implemented).

Installation

$ go get github.com/whyrusleeping/ipfs-key

Usage

$ ipfs-key -size=4096 > my.key