Re: Field Encryption
From: Anith Sen (anith@bizdatasolutions.com)
Date: 09/12/02
- Next message: Anith Sen: "Re: Inncrement row by 1 more than last column"
- Previous message: Maher K. Al-Jendasi: "Re: Securing Data Base Structure"
- In reply to: Widi: "Field Encryption"
- Next in thread: Fernando G. Guerrero: "Re: Field Encryption"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Anith Sen" <anith@bizdatasolutions.com> Date: Thu, 12 Sep 2002 13:28:56 -0500
SQL Server does not provide any inbuilt encyption method.
You have to use MS Crypto APIs from your front-end to
develop your own methods to implement encryption solutions.
If this is for password encryptions, I guess, there are a few
undocumented methods like PWDENCRYPT, PWDCOMPARE etc which
you may use (not recommended). Also check out
http://www.sqlsecurity.com/DesktopDefault.aspx?tabindex=1&tabid=2
-- - Anith
- Next message: Anith Sen: "Re: Inncrement row by 1 more than last column"
- Previous message: Maher K. Al-Jendasi: "Re: Securing Data Base Structure"
- In reply to: Widi: "Field Encryption"
- Next in thread: Fernando G. Guerrero: "Re: Field Encryption"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|