Take me over?
The maintainer of this distribution is looking for someone to take over!
        If you're interested then please contact them via
        email.
        
      
  NAME
KiokuX::User::Util - Utility functions for KiokuX::User
SYNOPSIS
use KiokuX::User::Util;
MyFoo::User->new(
    id       => "cutegirl17",
    password => crypt_password("justin timberlake!!!"),
);
DESCRIPTION
This module provides utility functions.
EXPORTS
- 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.