Results 1 to 4 of 4

Thread: Encryption for sql server

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Dec 2004
    Posts
    610

    Encryption for sql server

    hey guyz.. if the client app is connecting straight to the sql server to withdraw the data from its database. is there a way to encrypt the information when the client is sending info. and the sql server will automatically decrypt the information and visa versa?

  2. #2

    Thread Starter
    Fanatic Member
    Join Date
    Dec 2004
    Posts
    610

    Re: Encryption for sql server

    has anyone tried this method before?

  3. #3
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    Re: Encryption for sql server

    It would seem to me that you would have to have a layer on the server to process the encryption and decryption - before somehow sending the packet of info - but that's really an assumption on my part. I've never seen anything in ADO that indicates that it can handle this natively.

    Have you looked in BOOKS ONLINE for anything about SQL have an encryption capability?

    Have you looked into third party products to do this?

    What kind of network do you have? What kind of client application? Do you use ADO to talk to SQL now? 2-tier, 3-tier?

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

  4. #4

    Thread Starter
    Fanatic Member
    Join Date
    Dec 2004
    Posts
    610

    Re: Encryption for sql server

    haha.. nope.. haven't checked on anythign yet.. asking aroudn to see whether it can be done.

    erm a 2 tier network
    the client is connecting straight to the db

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width