Re: Encryption
- From: "Rogers" <naissani@xxxxxxxxxxx>
- Date: Thu, 9 Mar 2006 10:54:33 -0500
Thanks David.
"David Gugick" <david.gugick-nospam@xxxxxxxxx> wrote in message
news:%237MM5gwQGHA.4900@xxxxxxxxxxxxxxxxxxxxxxx
Rogers wrote:
Is there any way I can encrypt the stored procedure and that only I
can only decrypt it none of other user can do?
I can't use Ecryption reserve word becuase that can also be decrypted
through third party tool, is there any other way I can encrypt my
stored procedure with my own key or like that?
Thanks in advance.
There are some thrid-party solutions for object encryption. In general,
you should be working/developing your stored procs (and other objects)
using external files and version control software like PVCS or SourceSafe.
It's not advisable to edit objects directly in the database. If you use
one of the third-party solutions, that should help secure the objects, but
I don't know if those tools support decryption or a more permanent type of
encryption.
I just came across one of these tools today (I have no experience with the
product or affiliation with them):
http://www.sql-shield.com/
--
David Gugick - SQL Server MVP
Quest Software
.
- References:
- Encryption
- From: Rogers
- Re: Encryption
- From: David Gugick
- Encryption
- Prev by Date: Re: Restoring a Single Table
- Next by Date: Re: Restoring a Single Table
- Previous by thread: Re: Encryption
- Next by thread: SQL Server driver information
- Index(es):
Relevant Pages
|