Help for this page
my $cipher = new Crypt::Rijndael "a" x 32, Crypt::Rijndael::MODE_CBC; my $usernameCrypt = $cipher->encrypt($username^("\0"x16));