Storing encryption key in outside database
My requirement is to do column level encryption. I looked into DBMS_CRYPTO package, this works as per our requirement but the client wants to store encryption key outside database maybe a wallet. I’m not able to find solution for storing key outside database.
Ay help on this is highly appreciated.