[ forky ]
[ sid ]
[ 原始碼: golang-github-sethvargo-go-password ]
套件:golang-github-sethvargo-go-password-dev(0.3.1-1)
golang-github-sethvargo-go-password-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-sethvargo-go-password:
- [golang-github-sethvargo-go-password_0.3.1-1.dsc]
- [golang-github-sethvargo-go-password_0.3.1.orig.tar.gz]
- [golang-github-sethvargo-go-password_0.3.1-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
high-entropy random password generator for Go (library)
This package provides a library for generating high-entropy random passwords. It is useful for applications that need to create secure, random passwords for users or systems, similar to password managers like 1Password or LastPass.
The library allows specifying password length, the number of digits, and the number of symbols. It supports including both uppercase and lowercase letters, and can be configured to disallow repeated characters. Password generation uses crypto/rand for strong randomness.