Home » RDBMS Server » Security » What encryption algorithm Oracle 12 (RDBMS 12.1..0.2 on linux)
|
|
|
|
Re: What encryption algorithm Oracle 12 [message #669257 is a reply to message #669248] |
Tue, 10 April 2018 08:58  |
John Watson
Messages: 8976 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
You can encrypt programmatically without ASO (and in Standard Edition), using the dbms_crypto package. Several times I have set up transparent encryption with this. You cover your table with a view, and use functions in INSTEAD OF triggers to encrypt the data when writing and functions in the view definition to decrypt the data when reading. It works. You do need to suss out a way to store and retrieve the keys. Context variables are one method.
|
|
|
Goto Forum:
Current Time: Sat May 03 20:04:13 CDT 2025
|