https://github.com/hubenchang0515/2fa-tool
two-factor authentication tool - 双因子认证工具
https://github.com/hubenchang0515/2fa-tool
2fa totp
Last synced: 3 months ago
JSON representation
two-factor authentication tool - 双因子认证工具
- Host: GitHub
- URL: https://github.com/hubenchang0515/2fa-tool
- Owner: hubenchang0515
- License: agpl-3.0
- Created: 2023-09-27T14:37:44.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-12T13:54:34.000Z (6 months ago)
- Last Synced: 2025-01-18T04:15:35.507Z (5 months ago)
- Topics: 2fa, totp
- Language: C++
- Homepage:
- Size: 118 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 2FA-tool
two-factor authentication tool - 双因子认证工具
> Selecting item in list(including program start) will copy the password automatically.
> Needn't click the `Copy Password` button in spicially.
>
> 选择列表选项(包括程序启动时)时会自动复制密码,不必特意点击 `Copy Password` 按钮。
>## Build
```
mkdir build
cd build
cmake ..
cmake --build .
```## Reference
* [TOTP](https://en.wikipedia.org/wiki/Time-based_one-time_password)
* [HOTP](https://en.wikipedia.org/wiki/HMAC-based_one-time_password)
* [HMAC](https://en.wikipedia.org/wiki/HMAC)
* [RFC 4226](https://www.ietf.org/rfc/rfc4226.txt)