Name : perl-Crypt-ScryptKDF
| |
Version : 0.010
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : lp156.2.1
| Date : 2024-07-03 17:57:23
|
Group : Development/Libraries/Perl
| Source RPM : perl-Crypt-ScryptKDF-0.010-lp156.2.1.src.rpm
|
Size : 0.11 MB
| |
Packager : https://www_suse_com/
| |
Summary : Scrypt password based key derivation function
|
Description :
Scrypt is a password-based key derivation function (like for example PBKDF2). Scrypt was designed to be \"memory-hard\" algorithm in order to make it expensive to perform large scale custom hardware attacks.
It can be used for:
* * deriving cryptographic keys from low-entropy password (like PBKDF2)
* * creating (+validating) password hashes (like PBKDF2 or Bcrypt)
More details about Scrypt: http://www.tarsnap.com/scrypt/scrypt.pdf and https://tools.ietf.org/html/draft-josefsson-scrypt-kdf
*IMPORTANT:* This module needs a cryptographically strong random number generator. It tries to use one of the following:
* * Crypt::PRNG - random_bytes()
* * Crypt::OpenSSL::Random - random_bytes()
* * Net::SSLeay - RAND_bytes()
* * Crypt::Random - makerandom_octet()
* * Bytes::Random::Secure - random_bytes()
* * As an *unsecure* fallback it uses built-in rand()
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-C/15.6/x86_64 |