1
(click on this box to dismiss)
Encrypt Stored procedure (Solved)
Hi,
can I protect stored procedured same as transact sql using the parameter 'with encryption'?
cubrid have any way to do something?
1
Answer
1
Stored procedures in CUBRID are written in Java (see the manual). There is no point in encrypting them at the database level since the actual code is not there. You can however obfuscate/encrypt the Java code in any way you like.
asked last year
viewed 601 times