这是indexloc提供的服务,不要输入任何密码
Skip to content

jesusdf/totp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

totp

A less minimal TOTP generator based on MinTOTP.

Differences with MinTOTP

  • Prompts for the TOTP key.
  • Uses Python's getpass to read the TOTP key without echoing it.
  • Ignores all spaces in the TOTP key.
  • Reads only one TOTP key at a time.
  • Avoids printing Python backtraces if interrupted with Ctrl+C or if an invalid base32 character is entered for the TOTP key.

Auxiliary files such as build and test files also have been removed.

About

A less minimal TOTP generator based on MinTOTP.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%