Help for this page

Select Code to Download


  1. or download this
    my $password = pack('C*', (0x01,0x23,0x45,0x67,0x89,0xab,0xcd,0xef));
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
    my $decrypted = RC4($key, $decoded);
    print "$decrypted\n";