where I should store de key? [message #36758] |
Tue, 18 December 2001 04:34  |
Atg
Messages: 1 Registered: December 2001
|
Junior Member |
|
|
I'm using the package DBMS_OBFUSCATION_TOOLKIT to Enmcrypt but i don't Know where i should store the key?
----------------------------------------------------------------------
|
|
|
Re: where I should store de key? [message #36760 is a reply to message #36758] |
Tue, 18 December 2001 09:48  |
andrew again
Messages: 2577 Registered: March 2000
|
Senior Member |
|
|
You could compile it into your program or in pl/sql try the "wrap" utility. If "wrap" doesn't hide the string, you could also build the string up using chr(88)||chr(89)||chr(90) for XYZ to make it more hidden.
----------------------------------------------------------------------
|
|
|