#rsa-key

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

#9 in #rsa-key

46 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

~7.5MB
~154K SLoC