Re: encryption / decryption

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Steve Kass (skass_at_drew.edu)
Date: 10/06/04


Date: Wed, 06 Oct 2004 17:50:13 -0400

There are no supported encryption functions in SQL Server 2000. Data
encryption is a proposed feature of SQL Server 2005, but until then, you
either have to "roll your own" (which is arguably very hard to do well)
or use features of your front-end application for encryption and
decryption so that nothing unencrypted resides on the server. Depending
on what you are trying to accomplish, the security model for SQL Server
may provide other features to help you out.

Steve Kass
Drew University

anonymous@discussions.microsoft.com wrote:

>Hi,
>
>Is there any built in function or stored procedure to
>encrypt / decrypt MONEY field in SQL Server?
>
>Thank you
>
>



Relevant Pages

  • Re: SQL or Access DB
    ... As far as encryption goes though... ... with Sql Server you can use SQL DMO and encrypt your stored procedures ... installation - Security was absolutely critical and in most instances, ... > then we create a nice gui around this database and sell it to automotive ...
    (microsoft.public.dotnet.languages.vb)
  • RE: Views
    ... you must understand that SQL Server 2000 does not support ... database data encryption as such. ... following method in the KB below to enhance the security. ... Microsoft is providing this information as a convenience to you. ...
    (microsoft.public.sqlserver.programming)
  • Re: Protecting database from administrators
    ... >> there is no encryption while at rest it must still be secure. ... >> All the security MS has offered is weak. ... If it is attached to SQL Server ...
    (microsoft.public.sqlserver.security)
  • Re: MSDE Security (aka users looking at my apps database)
    ... > I have been called in more than once to untangle all sorts of developer ... let's think about a genious tool, RAC by SQL Server MVP Thanh Ngo.. ... even if SQL Server encryption has been defeated... ... think to privacy protection for sensible data... ...
    (microsoft.public.sqlserver.msde)
  • Re: is WITH ENCRYPTION now safe in SQL2005?
    ... There are very dissenting opinions on that in the SQL Server community. ... you are in this situation you are quite happy that you can decrypt the ... How would a safe encryption method be implemented? ... private key, SQL Server must have access to that private key. ...
    (comp.databases.ms-sqlserver)