How to encrypt and decrypt oracle procedure

Showing Answers 1 - 12 of 12 Answers

Tauseef

  • Nov 25th, 2007
 

by using the WRAP utility

  Was this answer useful?  Yes

ddf_dba

  • Dec 21st, 2007
 

The WRAP utility 'wraps', or hashes, the PL/SQL source code, but will not 'unwrap' it to restore the plain text starting point.  Oracle can decipher this 'translation' internally, however to edit the code one must retain the plaintext source.

WRAP is intended to obfuscate source code distributed to client sites in an effort to prevent prying eyes from seeing the underlying  logic and to prevent any unauthorized code modification by the client.

Again, there is no UNWRAP utility, so, once code is WRAPed it remains such to the naked eye.

  Was this answer useful?  Yes

Sarkar

  • Mar 28th, 2016
 

I want to know about wrap background logic.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions