Re: encryption / decryption
From: Steve Kass (skass_at_drew.edu)
Date: 10/06/04
- Next message: Lito D: "RE:Persons Age"
- Previous message: Itzik Ben-Gan: "Re: Varbinary | Varbinary Operation ???"
- In reply to: anonymous_at_discussions.microsoft.com: "encryption / decryption"
- Messages sorted by: [ date ] [ thread ]
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
>
>
- Next message: Lito D: "RE:Persons Age"
- Previous message: Itzik Ben-Gan: "Re: Varbinary | Varbinary Operation ???"
- In reply to: anonymous_at_discussions.microsoft.com: "encryption / decryption"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|