Details
-
New Feature
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
Implement a subset of the system package SYS.DBMS_CRYPTO:
- Constant DBMS_CRYPTO.ENCRYPT_AES256 - algorithm
- Constant DBMS_CRYPTO.CHAIN_CBC - Block Cipher Chaining Modifier
- Constant DBMS_CRYPTO.PAD_PKCS5 - Block Cipher Padding Modifier
- Function DBMS_CRYPTO.ENCRYPT
- Procedures DBMS_CRYPTO.ENCRYPT - overloaded
- Function DBMS_CRYPTO.DECRYPT()
- Procedures DBMS_CRYPTO.DECRYPT - overloaded
Attachments
Issue Links
- blocks
-
MDEV-34323 Oracle compatibility project 3
- Open
- is blocked by
-
MDEV-34391 SET PATH statement
- In Review