#rsa #cli #cli-tool #key-gen #rsa-key #seedphrase

app rsakeygen

A cli tool to generate 12 word seedphrase and associating RSA key pairs

3 releases

0.1.2 Apr 11, 2024
0.1.1 Apr 11, 2024
0.1.0 Apr 11, 2024

#488 in Command line utilities

Download history 273/week @ 2024-04-08

273 downloads per month

MIT license

8KB
54 lines

rsa_keygen_cli

how to use:

To install the cli tool, run:

Cargo install rsakeygen

current options: --help: displays a list of options --new: generates a 12 word seedphrase and associating rsa keypair in pksc8 pem format. --fromseed: generates rsa keypair from already known seedphrase --newseed: generates a new seedphrase without rsa keypair

Example usage: ´´´ rsakeygen --new ´´´

generating keypair from seed:

rsakeygen --fromseed "brother above used lounge afraid cash half universe spatial casual notable hope"

Dependencies

~6.5MB
~155K SLoC