| KiokuX-User documentation | view source | Contained in the KiokuX-User distribution. |
KiokuX::User::Util - Utility functions for KiokuX::User
use KiokuX::User::Util;
MyFoo::User->new(
id => "cutegirl17",
password => crypt_password("justin timberlake!!!"),
);
This module provides utility functions.
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. |