=encoding euc-jp =head1 名前 unix_md5_crypt - 相互に利用可能なMD5ベースのcrypt()関数を提供します =head1 概要 use Crypt::PasswdMD5; $cryptedpassword = unix_md5_crypt($password, $salt); =head1 説明 Cは、最近のオペレーティング・システムにはある新しいMD5 ベースのcrypt()関数へのcrypt()-互換のインターフェースを提供します。 これはFreeBSD 2.2.[56]-リリースにある実装をベースとし、その中に 以下のライセンスを含んでいます: "THE BEER-WARE LICENSE" (Revision 42): wrote this file. As long as you retain this notice you can do whatever you want with this stuff. If we meet some day, and you think this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp CはApacheのC<.htpasswd>ファイルと互換性のある関数を 提供します。これはBryan Hart により寄贈されました。 William A. Rowe, Jr. によって提案されたように、 これはデフォルトでexportされます。 =head1 翻訳者 川合孝典(GCD00051@nifty.ne.jp)