Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Add support for TOTP.
It is a little wonky since SEQUENCE is not needed, and SEED really means a name/alias for the stored secret. * allow totp as an algorithm name in ~/.otp and on cmdline. * pass algo to the password creation so that we use the special TOTP password construction function. * adjust the command line parser for TOTP and the algo processor call
- Loading branch information
Showing
1 changed file
with
43 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters