Help for this page

Select Code to Download


  1. or download this
    my $string = ...; # get the string from wherever
    $string = pack 'a256', $string; ## Will null pad to the specified leng
    +th
    my $md5 = md5( $string );
    ... do the twofish stuff.