Skip to content

logan/otp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

otp: One Time Password utilities Go / Golang

Build Status

GoDoc

STATUS: IN DEVELOPMENT

Supports:

  • HMAC-based One-time Password Algorithm (HOTP) (RFC 4226): Counter based OTP.
  • Time-based One-time Password Algorithm (TOTP) (RFC 6238): Time based OTP, commonly used by Google Authenticator.

Improvements, bugs, adding feature, etc:

Please open issues in Github for ideas, bugs, and general thoughts. Pull requests are of course preferred :)

License

otp is licensed under the Apache License, Version 2.0

About

TOTP library for Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%