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


Net-Server-Framework documentation  | view source Contained in the Net-Server-Framework distribution.

Index


NAME

Top

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

VERSION

Top

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

SYNOPSIS

Top

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

DESCRIPTION

Top

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

Top

The commands accepted by the lib are:

encrypt

Encrypts a string.

decrypt

Decrypts a string

hash

Hashes a string

BUGS AND LIMITATIONS

Top

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

AUTHOR

Top

Lenz Gschwendtner ( <lenz@springtimesoft.com> )

LICENCE AND COPYRIGHT

Top


Net-Server-Framework documentation  | view source Contained in the Net-Server-Framework distribution.