Navigation Menu

Skip to content

gray/crypt-scrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crypt-Scrypt
============

This module provides a Perl interface to the scrypt key derivation function.

INSTALLATION

To install this module type the following:

    perl Makefile.PL
    make
    make test
    make install

DEPENDENCIES

This module requires these other modules and libraries:

    Test::More
    XSLoader
    libcrypto (openssl)

A C compiler is required to build this module.

COPYRIGHT AND LICENCE

Copyright (C) 2011 by gray <gray@cpan.org>

This library is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.

About

Perl interface to the scrypt key derivation function

Resources

Stars

Watchers

Forks

Packages

No packages published