Re: encrypting stored procedure



Mikhail has a good point.

Oftentimes it isn't worth the effort because if people *really* want to
de-compile they can. This thread reminded me of a similar one on the
Postgresql group that I read just a few weeks ago when I was looking
into the same type of issue. It is here:
http://groups.google.com/group/pgsql.admin/browse_thread/thread/e3ce5f60bca28bae/a8211a22774b0f88?lnk=gst&q=stored+procedure&rnum=7#a8211a22774b0f88

-Ant

Mikhail Teterin wrote:
julien Touche wrote:

sp_hidetext <ProcName>

How strong is this "encryption"? Java byte-code, for example, can be
decompiled back easily -- and often ends up looking better, than the
original :-)

-mi

.