Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 502 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 502 Bytes

Generate Time-based One-time Password


How to Use

# ** Add New Definition
# otpauth://totp/Example:hoge@example.com?secret=NBXWOZLGOVTWC===&issuer=Example
# totp add [issuer] [account name] [secret]
totp add Example hoge@example.com NBXWOZLGOVTWC===
# ** Generate
totp
> No     ISSUER      IDENTIFIER           TOTP      REMAINING
> 0      Example     hoge@example.com     376947    21
# ** Delete Definition
# totp delete [index]
totp delete 0