Bump version and update Changes
[authen-passphrase-scrypt.git] / README
... / ...
CommitLineData
1Authen-Passphrase-Scrypt version 0.002
2======================================
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* Data::Entropy::Algorithms
32* Object::Tiny
33* Test::Exception
34
35COPYRIGHT AND LICENCE
36
37Copyright (C) 2017-2018 by Marius Gavrilescu
38
39This library is free software; you can redistribute it and/or modify
40it under the same terms as Perl itself, either Perl version 5.24.1 or,
41at your option, any later version of Perl 5 you may have available.
42
43
This page took 0.009216 seconds and 4 git commands to generate.