Details
Description
Case DBMS_CRYPTO:
This rule raises an issue each time the following constants are used ENCRYPT_DES, ENCRYPT_3DES, ENCRYPT_3DES_2KEY.
Case DBMS_OBFUSCATION_TOOLKIT
This rule raises an issue when DBMS_OBFUSCATION_TOOLKIT's procedures are used:
- DBMS_OBFUSCATION_TOOLKIT.DES3Encrypt
- DBMS_OBFUSCATION_TOOLKIT.DES3DECRYPT
- DBMS_OBFUSCATION_TOOLKIT.DES3GetKey
- DBMS_OBFUSCATION_TOOLKIT.DESDecrypt
- DBMS_OBFUSCATION_TOOLKIT.DESEncrypt
- DBMS_OBFUSCATION_TOOLKIT.DESGetKey
References:
Attachments
Issue Links
- implements
-
RSPEC-2278 Neither DES (Data Encryption Standard) nor DESede (3DES) should be used
- Superseded