文件名称:转到软件包进行编码(使用随机生成的盐)并验证密码-Golang开发
文件大小:4KB
文件格式:ZIP
更新时间:2024-06-15 12:45:06
Golang Security
go-password-encoder Go中的此软件包提供了对原始密码进行编码的功能(例如,在网站上注册时),然后进行验证(例如,登录到网站时)。 可用功能:func Encode(st go-password-encoder)Go中的此软件包提供了一些功能,可对原始密码进行编码(例如,在网站上注册时),以后再进行验证(例如,登录到网站时)。 :func Encode(string,* Options)(string,string){} //接收原始密码和选项,返回生成的盐和十六进制编码的密码func Verify(string,string,string,* Options)bool {} //接受原始密码,生成的盐和带有选项的编码密码,然后重新生成
【文件预览】:
go-password-encoder-master
----.travis.yml(52B)
----README.md(2KB)
----encode_test.go(824B)
----license(1KB)
----encode.go(2KB)