The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Net::Server::Framework::Crypt - a wrapper for several encryption libs

VERSION

This documentation refers to Net::Server::Framework::Crypt version 1.0.

SYNOPSIS

A typical invocation looks like this: my $token = Net::Server::Framework::Crypt::encrypt( $string, $pass, 'blowfish', 'a' );

DESCRIPTION

This library currently supports only blowfish as encryption algorithm but extending it is easy. It is used to hash passwords and en/decrypt information that should be stored securely.

BASIC METHODS

The commands accepted by the lib are:

encrypt

Encrypts a string.

decrypt

Decrypts a string

hash

Hashes a string

BUGS AND LIMITATIONS

There are no known bugs in this module. Please report problems to Lenz Gschwendtner ( <lenz@springtimesoft.com> ) Patches are welcome.

AUTHOR

Lenz Gschwendtner ( <lenz@springtimesoft.com> )

LICENCE AND COPYRIGHT

Copyright (c) 2007 Lenz Gschwerndtner ( <lenz@springtimesoft.comn> ) All rights reserved.

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

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.