1 个不稳定版本
0.1.0 | 2021年10月15日 |
---|
#59 在 #password-manager
24KB
521 行
给米
使用 Rust 编写的简单易用且安全的密码管理器。当您需要密码时,可以将其与可选的注释一起保存,您将会通过该注释被提醒。
为什么选择给米
- 使用世界上两种最强的加密算法中的两种。
- 依赖项 > 75。
- 使用
cargo
简单安装。 - 用 Rust 编写。
- 开源。
- 使用两个不同的密钥进行加密。您只需要记住一个。
给米设置
$ givme
[+++] First Run Setup [+++]
Set your master key: hello123
Confirm your master key: hello123
保存密码
$ givme --store mypassword
Enter your Master Key: hello123
Enter your 'mypassword': thisismypassword
Any note for yourself: Please don\'t lost this password
Saved Successfully
检索密码
$ givme mypassword
Enter your Master Key: hello123
Here\'s your 'mypassword': thisismypassword
Note: Please don\'t lost this password
目前正在开发中
依赖项
~4–14MB
~146K SLoC