Help for this page

Select Code to Download


  1. or download this
    use Crypt::RC4;
    
    ...
    my $decrypted = RC4($key, $encrypted);
    
    print $decrypted, "\n";