June 7, 2006 at 4:51 am
Hi,
Anyone know of any free tool to encrypt SQL2k stored prcocedures/function and trigger ?
Native sql2k encryption can be crack by third party tool.
Thank you
June 8, 2006 at 7:19 am
I haven't tried it but I had heard that you can simply delete the text of the stored proc from the syscomments table. Thus the compiled version is still there but there is no text version. I have no idea what SQL does if it wishes to recompile the proc
June 8, 2006 at 11:31 pm
Hi,
Thank for the feedback. I know that we can just remove the syscomment
but there is still tool to reverse back the code, hence not safe.
June 10, 2006 at 3:25 pm
I've heard that the SDK for SQL Server has some fairly powerful encryption tools that 3rd part software will not be able to crack.
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply