Help for this page

Select Code to Download


  1. or download this
    use MD5;
    my $MAC = MD5->hexhash( $secret.
    MD5->hexhash(join '', $secret, @fields)
    );
    
  2. or download this
    use MD5;
    my $MAC = MD5->hexhash( $secret.
    MD5->hexhash(join ':', $secret, @fields)
    );