3 个版本
0.1.2 | 2024年4月11日 |
---|---|
0.1.1 | 2024年4月11日 |
0.1.0 | 2024年4月11日 |
#9 在 #rsa-key
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