Help for this page

Select Code to Download


  1. or download this
    #!/user/bin/perl
    use Digest::MD5 ;
    ...
    $md5->reset;
    $md5->add("jhondoe:one_real:jh@ondoe");
    print $md5->hexdigest , "\n" ;
    
  2. or download this
    echo -n "jhondoe:one_real:jh@ondoe" | perl computedigest.pl
    10933255f493361481c580259b2a1ab5
    f483e2cea20ce9d5891abd77c66a01a6