Categorygithub.com/Appelfeldt/totpauth
modulepackage
0.1.0
Repository: https://github.com/appelfeldt/totpauth.git
Documentation: pkg.go.dev

# README

totpauth

totpauth is a CLI tool that generates time-based one-time passwords using a keycode.

Synopsis

totpauth [--timestart] [--timestep] <filepath>

Example:
totpauth ./secret.key
cat ./secret.key | totpauth

Flags

--timestart (Default value: 0)
Sets the Unix time from which to start counting time steps.

--timestep (Default value: 30)
Determine the interval at which new otp passwords are generated.

# Packages

No description provided by the author
No description provided by the author