KiokuX::User::Util - Utility functions for L


KiokuX-User documentation  | view source Contained in the KiokuX-User distribution.

Index


NAME

Top

KiokuX::User::Util - Utility functions for KiokuX::User

SYNOPSIS

Top

    use KiokuX::User::Util;

    MyFoo::User->new(
        id       => "cutegirl17",
        password => crypt_password("justin timberlake!!!"),
    );

DESCRIPTION

Top

This module provides utility functions.

EXPORTS

Top

crypt_password @args

If an even sized list is passed the first argument is assumed to be 'passphrase'.

Defaults to creating a Authen::Passphrase::SaltedDigest with a 20 byte random salt.


KiokuX-User documentation  | view source Contained in the KiokuX-User distribution.