Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ssh-ed25519-bip39

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ssh-ed25519-bip39

Backup/restore ed25519 ssh key using BIP39

  • 0.1.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

ssh-ed25519-bip39

This command-line tool allows to backup Ed25519 ssh key as 24 english words (using BIP39 specification).

Obvious note: keeping these words in plain sight is insecure, because they are not protected by the password (see TODO).

Usage

Install the module:

npm install -g ssh-ed25519-bip39

Convert key to 24 words:

$ ssh-ed25519-bip39 key.id_ed25519

Restore key from 24 words:

$ ssh-ed25519-bip39 -r key.id_ed25519

TODO

Add passphrase protection for BIP39 backup?

Misc

No guarantees, use at your own risk.

I don't plan to support/improve this code (but will accept PRs).

License

MIT

Keywords

FAQs

Package last updated on 15 Jul 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc