Skip to content

the implement of TOTP(Time-Based One-Time Password) for Google Authenticator

Notifications You must be signed in to change notification settings

duyuwei/TOTP4GoogleAuthenticator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

TOTP4GoogleAuthenticator

功能说明

根据私钥生成符合Google Authenticator规范的一次性密码(Time-Based One-Time Password)

输入的私钥为经过Base32加密后的值,加密过程使用HMAC-SHA1加密,时间间断为30s,输出的动态密码为6位数字

相关内容

About

the implement of TOTP(Time-Based One-Time Password) for Google Authenticator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages