Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
                                 -header => 'none', 
                                 -keysize => length($aeskey));
    print $cipher->decrypt ( substr($CipherData ,16) );