#codes #generate #cli-tool #secret #base32 #stdin

app totp

生成TOTP代码的命令行工具

3个不稳定版本

使用旧的Rust 2015

0.2.1 2024年4月8日
0.2.0 2023年7月8日
0.1.0 2016年9月11日

#2390 in 命令行工具

MIT 许可证

4KB
55

totp

生成TOTP代码的命令行工具。

用法

# lists usage information
totp -h
totp --help
# generates a code for the specified secret
totp <base32 secret>
# reads the secret from stdin and generates a code
echo <base32 secret> | totp

许可证

MIT © Stipe Kotarac (https://github.com/kotarac)

依赖

~4MB
~52K SLoC