Skip to content

shavit/zotp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TOTP

Generate TOTP codes RFC-6238

CLI Quick Start

Add a provider and generate code:

$ zotp a <server> <token>

$ zotp g <server>
123456

List all providers:

$ zotp l
$ zotp list

Delete a provider:

$ zotp delete <server>
$ zotp d <server>

Uninstall:

$ zotp uninstall

This will delete .config/zotp

About

Time-based one-time password generator

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published