1个不稳定版本

0.1.0 2023年10月13日

527身份验证

MIT 许可证

23KB
473 代码行

mTotp

mTotp是 My Totp,一个简单的命令行totp管理器。

我不喜欢用手机进行双因素认证,所以我制作了这个工具。

📦 安装

cargo install mtotp

📖 使用方法

打印totp代码

mtotp list
------------------------------| label                |       code |
| ------------------------------ |
| GithubN              |     123456 |
| GithubJ              |     000765 |------------------------------

打印帮助信息

mtotp --help
Usage: mtotp <COMMAND>

Commands:
  list    List registered totp and codes
  add     Add new totp
  remove  Remove totp
  rename  Rename a totp label
  help    Print this message or the help of the given subcommand(s)

Options:
  -h, --help  Print help

🔖 小贴士

数据库位置

  • windows: %HOME%\AppData\Roaming\mtotp\
  • linux: $HOME/.mtotp/
  • macos: $HOME/Library/Application Support/mtotp/

📕 许可证

参考 LICENSE 文件

依赖项

~38–51MB
~878K SLoC