Help for this page

Select Code to Download


  1. or download this
    ....
    $ppr = Authen::Passphrase::SaltedDigest->new(
                    algorithm => "SHA-1", salt_random => 20,
                    passphrase => "passphrase");
    ....
    
  2. or download this
    $hash = $ppr->hash;