| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.misc -> DBMS_OBFUSCATION_TOOLKIT
Hi.
I use the DBMS_OBFUSCATION_TOOLKIT to encrypt the information. I use the dbms_obfuscation_toolkit.DESEncrypt(
input_string => input_string,
key_string => key_string,
encrypted_string => encrypted_string ).
I have the following problem. When I pass the input_string parameter I know
the DBA has the possibility to see the input_string querying the v$sqlarea.
Is there a method to hide the parameter so that nobody see the values except
the client?
Thanks Received on Fri Oct 31 2003 - 05:14:02 CST
![]() |
![]() |