Currently viewing the tag: "pl/sql"
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 [...]
Categories