パッケージ: 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.