Help for this page

Select Code to Download


  1. or download this
    
            my $cipher = Crypt::CBC->new(
    ...
                      } );
    
            my $epassword = $cipher->encrypt_hex($password);
    
  2. or download this
            my $cipher = Crypt::CBC->new(
                     {'key'             => 'stringie',
    ...
                      } );
    
            my $dbpwmd5 = $cipher->encrypt_hex($dbpw);