3 unstable releases

Uses old Rust 2015

0.2.1 Apr 8, 2024
0.2.0 Jul 8, 2023
0.1.0 Sep 11, 2016

#2190 in Command line utilities

47 downloads per month

MIT license

4KB
55 lines

totp

CLI tool for generating TOTP codes.

Usage

# 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

License

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

Dependencies

~4MB
~51K SLoC