Currently viewing the tag: "Oracle"
PL/SQL Implementation of PKCS #7 Padding
on July 2, 2011
· No Comments
I’ve been working on an Oracle package for encrypting/decrypting data using AES256. I need the package to be compatible with a separate C# implementation of AES256 I’m also working on. In the .NET AESManaged Class, the default padding mode is PKCS #7, which the Oracle DBMS_CRYPTO package does not support. So I’ve thrown together an implementation of [...]
When 1 equals 2
on November 7, 2009
· No Comments
This is not intended to be a discussion if 1 actually equals 2. But has to do with a line of sql from the other day. I had a request come in at work to disable a tab in one of our applications that showed historical data for customer accounts. My initial thought was that [...]
Categories