1 Authen-Passphrase-Scrypt version 0.001
2 ======================================
4 This is experimental code, DO NOT USE in security-critical software.
6 Scrypt is a key derivation function that was originally developed for
7 use in the Tarsnap online backup system and is designed to be far more
8 secure against hardware brute-force attacks than alternative functions
9 such as PBKDF2 or bcrypt.
11 Authen::Passphrase::Scrypt is a module for hashing and verifying
12 passphrases using scrypt. It offers the same interface as
13 Authen::Passphrase. It is not however possible to use this module from
14 within Authen::Passphrase.
18 To install this module type the following:
27 This module requires these other modules and libraries:
31 * Class::Accessor::Fast
32 * Data::Entropy::Algorithms
36 Copyright (C) 2017 by Marius Gavrilescu
38 This library is free software; you can redistribute it and/or modify
39 it under the same terms as Perl itself, either Perl version 5.24.1 or,
40 at your option, any later version of Perl 5 you may have available.