Help for this page

Select Code to Download


  1. or download this
    use MIME::Base64;
    use Crypt::Rijndael;
    ...
    print "out = '", 
      unpack("N/A", $cipher->decrypt(substr($in, 16))), 
      "'\n";
    
  2. or download this
    using System;
    using System.IO;
    ...
        Console.WriteLine(textConverter.GetString(encrypted));
      }
    }