IKEBE Tomohiro > Crypt-MySQL-0.01 > Crypt::MySQL

Download:
Crypt-MySQL-0.01.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  1
Open  0
View Bugs
Report a bug
Module Version: 0.01   Source   Latest Release: Crypt-MySQL-0.04

NAME ^

Crypt::MySQL - emulate MySQL PASSWORD() function.

SYNOPSIS ^

  use Crypt::MySQL qw(password);

  my $encrypted = password("foobar");

DESCRIPTION ^

Crypt::MySQL emulates MySQL PASSWORD() SQL function, without libmysqlclient. You can compare encrypted passwords, without real MySQL environment.

AUTHOR ^

IKEBE Tomohiro <ikebe@edge.co.jp>

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

SEE ALSO ^

DBD::mysql