[ forky ]
[ sid ]
[ ソース: golang-github-dchest-bcrypt-pbkdf ]
パッケージ: golang-github-dchest-bcrypt-pbkdf-dev (0.0~git20150205.83f37f9-1)
golang-github-dchest-bcrypt-pbkdf-dev に関するリンク
Debian の資源:
golang-github-dchest-bcrypt-pbkdf ソースパッケージをダウンロード:
- [golang-github-dchest-bcrypt-pbkdf_0.0~git20150205.83f37f9-1.dsc]
- [golang-github-dchest-bcrypt-pbkdf_0.0~git20150205.83f37f9.orig.tar.xz]
- [golang-github-dchest-bcrypt-pbkdf_0.0~git20150205.83f37f9-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
bcrypt password-based key derivation function for Go (library)
This package provides a Go implementation of bcrypt_pbkdf, a key derivation function from OpenBSD. It is a variant of PBKDF2 that uses the bcrypt hash function as its pseudorandom function to derive cryptographic keys from a password.
The function takes a password, a salt, a cost factor (number of rounds), and the desired key length as input. It is designed to be computationally intensive to protect against brute-force attacks.
その他の golang-github-dchest-bcrypt-pbkdf-dev 関連パッケージ
|
|
|
|
-
- dep: golang-golang-x-crypto-dev
- Supplementary Go cryptography libraries