Better test coverage
[authen-passphrase-scrypt.git] / README
CommitLineData
2fc55944
MG
1Authen-Passphrase-Scrypt version 0.001001
2=========================================
0c1f3509
MG
3
4This is experimental code, DO NOT USE in security-critical software.
5
6Scrypt is a key derivation function that was originally developed for
7use in the Tarsnap online backup system and is designed to be far more
8secure against hardware brute-force attacks than alternative functions
9such as PBKDF2 or bcrypt.
10
11Authen::Passphrase::Scrypt is a module for hashing and verifying
12passphrases using scrypt. It offers the same interface as
13Authen::Passphrase. It is not however possible to use this module from
14within Authen::Passphrase.
15
16INSTALLATION
17
18To install this module type the following:
19
20 perl Makefile.PL
21 make
22 make test
23 make install
24
25DEPENDENCIES
26
27This module requires these other modules and libraries:
28
29* OpenSSL (-lcrypto)
30* Authen::Passphrase
31* Class::Accessor::Fast
32* Data::Entropy::Algorithms
33
34COPYRIGHT AND LICENCE
35
36Copyright (C) 2017 by Marius Gavrilescu
37
38This library is free software; you can redistribute it and/or modify
39it under the same terms as Perl itself, either Perl version 5.24.1 or,
40at your option, any later version of Perl 5 you may have available.
41
42
This page took 0.010407 seconds and 4 git commands to generate.