rsakeygen

Crates.iorsakeygen
lib.rsrsakeygen
version0.1.2
sourcesrc
created_at2024-04-11 13:14:44.939473
updated_at2024-04-11 13:48:01.989296
descriptionA cli tool to generate 12 word seedphrase and associating RSA key pairs
homepagehttps://github.com/supersanta183/rsa_keygen_cli
repositoryhttps://github.com/supersanta183/rsa_keygen_cli
max_upload_size
id1204905
size24,969
Emil Klemmensen (supersanta183)

documentation

README

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"
Commit count: 7

cargo fmt