InterviewSolution
Saved Bookmarks
| 1. |
What Functionality Does Oracle Provide To Secure Sensitive Information? |
|
Answer» You can USE the dbms__obfuscation_toolkit package to encrypt sensitive information. The Data ENCRYPTION STANDARD (DES) or triple DES ALGORITHM can be USED to encrypt the data. You can use the dbms__obfuscation_toolkit package to encrypt sensitive information. The Data Encryption Standard (DES) or triple DES algorithm can be used to encrypt the data. |
|