Hi,
Is there a decrypt function to decrypt the value using Oracle SQL for the below code which is encrypted? for example i have a value stored in the table column "EID" like below
eid=MTg3NjMwODQ3ODlAMTYzLmNvbQ==
I want to read this value from the table column and decrypt this value using SQL function and display the decrypted value (from encrypted to display the actual value) using SQL
Is there any way to decrypt the above value through Oracle SQL ?
Thanks