go-diceware:Golang库,用于通过diceware算法生成密码短语

时间:2021-05-05 01:48:46
【文件属性】:
文件名称:go-diceware:Golang库,用于通过diceware算法生成密码短语
文件大小:108KB
文件格式:ZIP
更新时间:2021-05-05 01:48:46
golang password-generator password diceware Go Golang Diceware Generator 该库在纯Golang中实现了算法。 生成人类可读密码时,最常用该算法。 您可能熟悉。 单词列表是从中生成。 但是,API是抽象的,因此您可以滚动模具,然后根据需要使用自己的单词列表。 它使用加密/randint滚动模具以增加随机性。 该库可能选择的示例单词示例: squirt catchy anatomy storm patchy replica scholar alkalize operative shrank lying uncorrupt confusion studio abstain subdivide chewy ouch password tropical pentagon 安装 $ go get -u github.com/sethvargo/go-diceware/diceware/... 用法 package
【文件预览】:
go-diceware-main
----go.mod(49B)
----Makefile(1KB)
----diceware()
--------interface.go(116B)
--------mock.go(1KB)
--------word_list_eff_large.go(152KB)
--------generate_test.go(1KB)
--------word_list_original.go(131KB)
--------generate.go(4KB)
--------diceware_doc_test.go(1KB)
--------word_list.go(682B)
--------word_list_eff_small.go(25KB)
----.travis.yml(163B)
----LICENSE(1KB)
----.github()
--------CONTRIBUTING.md(535B)
--------workflows()
----tools()
--------go.mod(232B)
--------tools.go(232B)
--------go.sum(4KB)
----README.md(2KB)
----cmd()
--------diceware()

网友评论