String encryption
599314Dec 21 2007 — edited Dec 21 2007Hi,
i wrote a procedure to encrypt and decrypt a given string using oracle built in package(API).But i want a single sql query to do this encryption is there any alternative for this...
dbms_obfuscation_toolkit.DESEncrypt(
input_string => input_string,
key_string => key_string,
encrypted_string => encrypted_string );