|
-
Mar 28th, 2008, 05:31 PM
#1
Thread Starter
Addicted Member
Encrypt SQL Stored Procedure
Is there any way to encrypt SQL stored procedures that actually works? I know about WITH ENCRYPTION and I also know it can be hacked. I have seen one program out there called SQL Shield but it is very expense. Are there any other ways to do it?
-
Mar 29th, 2008, 01:29 PM
#2
Re: Encrypt SQL Stored Procedure
You may consider using an ActiveX DLL, which can be referenced from a stored procedure in SQL Server to in turn encrypt your stored procedures. For further details you may need to perform a search or wait for someone more experienced with this to reply, but as far as I can tell, that would be the strategy.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|