Help for this page

Select Code to Download


  1. or download this
    use Crypt::SaltedHash;
    
    ...
    # would be very different for me, if this script were to be run a
    # second time, even though it would be processing the same 'Owning 2 
    # boats is 1 boat too many!' desired password.
    
  2. or download this
    use Crypt::SaltedHash;
     
    ...
    my $is_valid = Crypt::SaltedHash->validate( $digest, $asserted_passwor
    +d );
    
    grant_account_access() if ( $is_valid );