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

Deliantra::Util - utility cruft

SYNOPSIS

   use Deliantra::Util;

DESCRIPTION

Various utilities that come in handy when dealing with Deliantra.

Deliantra::Util::hash_pw $cleartext

Hashes a cleartext password into the binary password used in the protocol.

Deliantra::Util::auth_pw $hash, $nonce1, $nonce2

Authenticates a (hashed) password using the given nonce.

AUTHOR

 Marc Lehmann <schmorp@schmorp.de>
 http://home.schmorp.de/