-
-
14 Aug 2006 10:32:51 UTC
- Distribution: Crypt-MySQL
- Module version: 0.04
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (3)
- Testers (11348 / 21 / 0)
- Kwalitee
Bus factor: 0- 82.14% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (3.37KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Digest::SHA1
- Test::More
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Crypt::MySQL - emulate MySQL PASSWORD() function.
SYNOPSIS
use Crypt::MySQL qw(password password41); my $encrypted = password("foobar"); # for MySQL 3.23, 4.0 my $encrypted = password41("foobar"); # for MySQL 4.1 or later.
DESCRIPTION
Crypt::MySQL emulates MySQL PASSWORD() SQL function, without libmysqlclient. You can compare encrypted passwords, without real MySQL environment.
AUTHOR
IKEBE Tomohiro <ikebe@shebang.jp>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
SEE ALSO
Module Install Instructions
To install Crypt::MySQL, copy and paste the appropriate command in to your terminal.
cpanm Crypt::MySQL
perl -MCPAN -e shell install Crypt::MySQL
For more information on module installation, please visit the detailed CPAN module installation guide.