Help for this page
my $cipher = Crypt::CBC->new( ... } ); my $epassword = $cipher->encrypt_hex($password);
my $cipher = Crypt::CBC->new( {'key' => 'stringie', ... } ); my $dbpwmd5 = $cipher->encrypt_hex($dbpw);