套件:libcrypt-pbkdf2-perl(0.161520-2)
libcrypt-pbkdf2-perl 的相關連結
Debian 的資源:
下載原始碼套件 libcrypt-pbkdf2-perl:
- [libcrypt-pbkdf2-perl_0.161520-2.dsc]
- [libcrypt-pbkdf2-perl_0.161520.orig.tar.gz]
- [libcrypt-pbkdf2-perl_0.161520-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [metacpan.org]
相似套件:
Perl implementation of PBKDF2 password hash
PBKDF2 (part of the PKCS#5 standard) is a secure password hashing algorithm that uses the techniques of "key strengthening" to make the complexity of a brute-force attack arbitrarily high. The Crypt::PBKDF2 module supports SHA-1, SHA-2 and SHA-3 as the underlying hash functions natively and can also use arbitrary Digest-compatible classes. It allows for an arbitrary number of iterations of the hashing function, and a nearly unlimited output hash size (up to 2**32 - 1 times the size of the output of the backend hash). The hash is salted, as any password hash should be, and the salt may also be of arbitrary size.
其他與 libcrypt-pbkdf2-perl 有關的套件
|
|
|
|
-
- dep: libdigest-hmac-perl
- module for creating standard message integrity checks
-
- dep: libdigest-sha3-perl
- Perl extension for SHA-3
-
- dep: libmodule-runtime-perl
- Perl module for runtime module handling
-
- dep: libmoo-perl
- Minimalist Object Orientation library (with Moose compatibility)
-
- dep: libnamespace-autoclean-perl
- module to remove imported symbols after compilation
-
- dep: libstrictures-perl
- Perl module to turn on strict and make all warnings fatal
-
- dep: libtry-tiny-perl
- module providing minimalistic try/catch
-
- dep: libtype-tiny-perl
- tiny, yet Moo(se)-compatible type constraint
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language