I'd like to add a method to my statement handles so that I can do something like my $sth = $db->prepare($cipher_object, $sql_statement) and then $sth->execute_encrypt(@values) and have the values encrypted with the Crypt::CBC object before being passed on to execute. How do I go about doing this?
Thanks! =) --TWH