Modern security management
Hi,
This is a request that was already done , but i can not see it anymore. 4 years ago MS introduced a new feature called always encrypted. (https://docs.microsoft.com/en-us/sql/relational-databases/security/encryption/always-encrypted-database-engine?view=sql-server-ver15)
Data are encrypted on server side but can only be unencrypted on clients that have the proper key (driver level, totally transparent).
Is such a feature in sight on the Oracle side.
Important note: I know what TDE and Vaults are, so don't tell me about it. Those features are great but they are not the same. I do not want to encrypt the data inside my applications, it need to be transparent.