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

app rsakeygen

一个用于生成12个单词的种子短语并关联RSA密钥对的命令行工具

3 个版本

0.1.2 2024年4月11日
0.1.1 2024年4月11日
0.1.0 2024年4月11日

#9#rsa-key

MIT 许可证

8KB
54

rsa_keygen_cli

如何使用

要安装命令行工具,请运行

Cargo install rsakeygen

当前选项:--help:显示选项列表 --new:生成12个单词的种子短语和关联的RSA密钥对,以pksc8 pem格式。 --fromseed:从已知的种子短语生成RSA密钥对 --newseed:生成新的种子短语,不生成RSA密钥对

示例用法:´´´ rsakeygen --new ´´´

从种子生成密钥对

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

依赖项

~7.5MB
~163K SLoC