Skip to content

Commit

Permalink
Feature #15: add some help description for otp
Browse files Browse the repository at this point in the history
  • Loading branch information
stcarrez committed Mar 5, 2023
1 parent 35c9f3d commit beee866
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions share/akt/resources/en/otp.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
akt otp: generate a one time password or manage OATH secrets

Usage: otp <keystore>.akt {<name>|otpauth://totp/<account>?secret=<secret>}

The otp command manages OATH secrets and provides TOTP code
generation. When a otpauth://totp/ string is given, the account
is extracted and it is inserted in the wallet. When an account name
or issuer name is given, the command uses the secret to generate
the 6 digit codes for the authentication. When no parameter are given
the command gives a list of known otpauth URI.

0 comments on commit beee866

Please sign in to comment.