ipfs-key

command module
v0.0.0-...-e451668 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 9, 2022 License: MIT Imports: 6 Imported by: 0

README

ipfs-key

standard-readme compliant

A tool for easily generating ipfs keypairs

Table of Contents

Installation

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

Usage

When run, it will write the bytes of the serialized private key to stdout. By default, a 2048 bit RSA key will be generated. In this case the key size can be changed by specifying the -bitsize option. The key type can be changed by specifying the -type option (rsa or ed25519).

$ ipfs-key -bitsize=4096 > my-rsa4096.key
$ ipfs-key -type=ed25519 > my-ed.key

Contribute

PRs accepted.

License

MIT Copyright (c) 2016 Jeromy Johnson

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL