Skip to content

richfelker/totp.sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

totp.sh

This is a simple shell script implementation of TOTP (RFC 6238). It depends only on a base32 utility, date command supporting %s format, and openssl command line utility.

Usage

totp.sh < secretfile

where secretfile contains the base32-encoded secret.

About

Shell script implementation of TOTP (RFC 6238) using openssl command line tool

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages