Help for this page

Select Code to Download


  1. or download this
    document.formname.password.value = hexMD5('\027' + document.formname.p
    +assword.value + '\340\174\012\314\214\070\070\231\377\005\016\132\270
    +\024\241\163');
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
    my $chapchalange2= '\340\174\012\314\214\070\070\231\377\005\016\132\2
    +70\024\241\163';
    
    print "\nExample2=".Digest::MD5::md5_hex($chapid2."AAA".$chapchalange2
    +);
    
  3. or download this
    Example1=18ed4d4f656255182e771016deb7d23a
    Example2=3f40ad10610755cefd8223a3a1a566db
    
  4. or download this
    Example1=
    ------------------------
    ...
      CUR = 71
      LEN = 72
    
  5. or download this
    {
              'username' => 'Ptestuser',
    ...
              'chap-id' => '\\027',
              'chap-challenge' => '\\340\\174\\012\\314\\214\\070\\070\\23
    +1\\377\\005\\016\\132\\270\\024\\241\\163',
            };
    
  6. or download this
    -------------------
    Encode::decode('UTF-8'...);
    ...
    utf8::decode $_;
    ---------------
    and many others