Encryption



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.


.



Relevant Pages

  • Re: WITH ENCRYPTION en masse
    ... most - also a deliberate act is required to decrypt - bit like someone ... Also, I want to encrypt Views, ... Triggers and UDF's - not just SPs. ... stored procedure I tested it on ...
    (microsoft.public.sqlserver.security)
  • Re: Encryption
    ... can only decrypt it none of other user can do? ... through third party tool, is there any other way I can encrypt my ... stored procedure with my own key or like that? ...
    (microsoft.public.sqlserver.clients)
  • RE: NTE_BAD_DATA
    ... They are NOT used DIRECTLY to encrypt / decrypt data; ... you should generate a RANDOM SESSION KEY and select a SYMMETRIC ENCRYPTION ... // imported from a BLOB read in from the source file or having ...
    (microsoft.public.platformsdk.security)
  • Re: Back Doors
    ... >> Design into the system a master key. ... Encrypt that with public key. ... Decrypt random symmetric key with private key. ...
    (sci.crypt)
  • Re: CAPI and RC4: can not decrypt when Final parameter is set to F
    ... to store ASYMMETRIC key pairs - never symmetric keys like RC4, ... Now when you need to encrypt at one place and decrypt at the other normally ... Get a HCRYPTPROV handle to a key container with CryptAcquireContext ...
    (microsoft.public.platformsdk.security)