Thursday, December 4, 2014

API: DBMS_CRYPTO: encrypt and decrypt data

Encrypt or decrypt, we will need a key. This key will be stored in a table which can be accessed only by the authorized personnel.

In the below examples, the key has been hardcoded
dbms_crypto example to encrypt information
dbms_crypto example to decrypt information

No comments:

Post a Comment