The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

MPMinus::MainTools::MD5 - MD5 functions

VERSION

Version 1.01

SYNOPSIS

    use MPMinus::MainTools::MD5;

    my $md5_apache = get_md5_apache( $password );
    my $md5_unix = get_md5_unix( $password );

DESCRIPTION

MD5 functions

get_md5_apache
    my $md5_apache = get_md5_apache( $password );
get_md5_unix
    my $md5_unix = get_md5_unix( $password );

AUTHOR

Serz Minus (Lepenkov Sergey) http://serzik.ru <minus@mail333.com>

COPYRIGHT

Copyright (C) 1998-2013 D&D Corporation. All Rights Reserved

LICENSE

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

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. See the GNU General Public License for more details.

See LICENSE file