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