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/