The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Authen::Htpasswd::Util - performs encryption of supported .htpasswd formats

SYNOPSIS

    use Authen::Htpasswd::Util;
    my $hash = 'md5'; # can be md5, sha1, crypt, or plain
    my $hashed_pass = htpasswd_encrypt($hash,$password,$hashed_password); # exported by default

htpasswd_encrypt

AUTHOR

David Kamholz dkamholz@cpan.org

Yuval Kogman

COPYRIGHT & LICENSE

        Copyright (c) 2005 the aforementioned authors. All rights
        reserved. This program is free software; you can redistribute
        it and/or modify it under the same terms as Perl itself.