博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
golang google authenticator
阅读量:6690 次
发布时间:2019-06-25

本文共 3331 字,大约阅读时间需要 11 分钟。

hot3.png

Google authenticator是基于TOTP(Time-based One-time Password Algorithm)原理实现的双因子认证方案。

通过 一致算法保持手机端和服务端相同,并每30秒改变认证码。

主要对外调用方法说明:

  1. GetSecret() :获取秘钥(32位字符串)

  2. GetCode() :获取动态码
  3. GetQrcode() :获取动态码二维码内容
  4. GetQrcodeUrl() :获取动态码二维码图片地址
  5. VerifyCode() :验证动态码

otp是什么知道么?  是一次性密码,简单的说,totp是基于时间的,htop是基于次数的。

操作过程:

1、下载google 身份验证器

2、添加账号、秘钥(秘钥需要通过以下程序生成:NewGoogleAuth().GetSecret())

3、登录app、网站时,填写”google身份验证器“显示的6位数字

4、服务端验证6位数字是否正确:NewGoogleAuth().VerifyCode(secret, code)

秘钥生成原理(基于时间):

1、时间戳,精确到微秒,除以1000,除以30(动态6位数字每30秒变化一次)

2、对时间戳余数 hmac_sha1 编码

3、然后 base32 encode 标准编码

4、输出大写字符串,即秘钥

动态6位数字验证:

Google Authenticator会基于密钥和时间计算一个HMAC-SHA1的hash值,这个hash是160 bit的,然后将这个hash值随机取连续的4个字节生成32位整数,最后将整数取31位,再取模得到一个的整数。

这个就是Google Authenticator显示的数字。

在服务器端验证的时候,同样的方法来计算出数字,然后比较计算出来的结果和用户输入的是否一致。

googleAuth.go

package mainimport (	"bytes"	"crypto/hmac"	"crypto/sha1"	"encoding/base32"	"encoding/binary"	"fmt"	"strings"	"time")type GoogleAuth struct {}func NewGoogleAuth() *GoogleAuth {	return &GoogleAuth{}}func (this *GoogleAuth) un() int64 {	return time.Now().UnixNano() / 1000 / 30}func (this *GoogleAuth) hmacSha1(key, data []byte) []byte {	h := hmac.New(sha1.New, key)	if total := len(data); total > 0 {		h.Write(data)	}	return h.Sum(nil)}func (this *GoogleAuth) base32encode(src []byte) string {	return base32.StdEncoding.EncodeToString(src)}func (this *GoogleAuth) base32decode(s string) ([]byte, error) {	return base32.StdEncoding.DecodeString(s)}func (this *GoogleAuth) toBytes(value int64) []byte {	var result []byte	mask := int64(0xFF)	shifts := [8]uint16{56, 48, 40, 32, 24, 16, 8, 0}	for _, shift := range shifts {		result = append(result, byte((value>>shift)&mask))	}	return result}func (this *GoogleAuth) toUint32(bts []byte) uint32 {	return (uint32(bts[0]) << 24) + (uint32(bts[1]) << 16) +		(uint32(bts[2]) << 8) + uint32(bts[3])}func (this *GoogleAuth) oneTimePassword(key []byte, data []byte) uint32 {	hash := this.hmacSha1(key, data)	offset := hash[len(hash)-1] & 0x0F	hashParts := hash[offset : offset+4]	hashParts[0] = hashParts[0] & 0x7F	number := this.toUint32(hashParts)	return number % 1000000}func (this *GoogleAuth) GetSecret() string {	var buf bytes.Buffer	binary.Write(&buf, binary.BigEndian, this.un())	return strings.ToUpper(this.base32encode(this.hmacSha1(buf.Bytes(), nil)))}func (this *GoogleAuth) GetCode(secret string) (string, error) {	secretUpper := strings.ToUpper(secret)	secretKey, err := this.base32decode(secretUpper)	if err != nil {		return "", err	}	number := this.oneTimePassword(secretKey, this.toBytes(time.Now().Unix()/30))	return fmt.Sprintf("%06d", number), nil}func (this *GoogleAuth) GetQrcode(user, secret string) string {	return fmt.Sprintf("otpauth://totp/%s?secret=%s", user, secret)}func (this *GoogleAuth) GetQrcodeUrl(user, secret string) string {	qrcode := this.GetQrcode(user, secret)	return fmt.Sprintf("http://www.google.com/chart?chs=200x200&chld=M%%7C0&cht=qr&chl=%s", qrcode)}func (this *GoogleAuth) VerifyCode(secret, code string) (bool, error) {	_code, err := this.GetCode(secret)	fmt.Println(_code, code, err)	if err != nil {		return false, err	}	return _code == code, nil}

main.go

package mainimport (	"fmt")func main() {	secret := NewGoogleAuth().GetSecret()	code, err := NewGoogleAuth().GetCode(secret)	fmt.Println(secret, code, err)}

 

转载于:https://my.oschina.net/qiongtaoli/blog/3049118

你可能感兴趣的文章
Windows AD证书服务系列---证书的使用范围(3)
查看>>
ps、firewords在win78中无法直接拖入的问题解决方法
查看>>
android-------非常好的图片加载框架和缓存库(Picasso)
查看>>
Titanium, PhoneGap, Sencha Touch, jQuery Mobile – Clearing up confusion
查看>>
eclipse如何部署Web工程到tomcat中
查看>>
在CentOS7上安装JDK1.8
查看>>
搜索和网页排名的数学原理
查看>>
Xcode项目中同一个名称不同位置 简单修改
查看>>
java设计模式-建造者模式
查看>>
oracle笔记
查看>>
ContentProvider数据更新
查看>>
一些常用RPM Repository(RPM软件仓库)地址
查看>>
Xcode常用插件
查看>>
实体 map 属性
查看>>
php设计模式--适配器模式
查看>>
java中的枚举类 enum使用与分析
查看>>
JAVA 四大域对象总结
查看>>
GIT 常用命令
查看>>
企业级落地容器与DevOps,选用K8S都有哪些“姿势”
查看>>
Android平台播放语音时支持听筒、喇叭之间切换
查看>>