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

#1100 in Command line utilities

Download history 13/week @ 2024-02-24 1/week @ 2024-03-02 31/week @ 2024-03-30 115/week @ 2024-04-06 19/week @ 2024-04-13 2/week @ 2024-04-20

167 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