debian man page for crypt::mysql

Query: crypt::mysql

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Crypt::MySQL(3pm)					User Contributed Perl Documentation					 Crypt::MySQL(3pm)

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
DBD::mysql Digest::SHA perl v5.14.2 2011-11-15 Crypt::MySQL(3pm)
Related Man Pages
mysql_get_client_info(3) - php
authen::passphrase::mysql323(3pm) - debian
mysql::diff::database(3pm) - debian
sql::reservedwords::mysql(3pm) - debian
time::piece::mysql(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Installing Dash Shell on OS X Lion
Is UNIX an open source OS ?
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph