Help for this page

Select Code to Download


  1. or download this
    my $cipher = new Crypt::Rijndael "a" x 32, Crypt::Rijndael::MODE_CBC;
    my $usernameCrypt = $cipher->encrypt($username^("\0"x16));