Skip to content

tongium/totp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

totp

Time-based one-time password demonstration

URI Format

otpauth://totp/{{issuer}}:{{account_name}}?secret={{key_with_base32_format}}&issuer={{issuer}}&algorithm={{algorithm}}&digits={{digits}}&period={{period}}
  • algorithm: SHA-1
  • issuer: Provider
  • account_name: Email
  • digits: Numer of digit [6,8]. default: 6
  • period: Period in second, default: 30

Reference

About

Time-based one-time password demonstration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages