Re: Cryptography in SQL Server 2000
From: Anith Sen (anith@bizdatasolutions.com)
Date: 08/22/02
- Next message: Scot: "Strange thing happening when I try to give a user select permission a table."
- Previous message: Suresh Channamraju[MS]: "RE: Uninstall of 8.00.655"
- In reply to: Cristiane: "Cryptography in SQL Server 2000"
- Next in thread: George Li [MS]: "Re: Cryptography in SQL Server 2000"
- Reply: George Li [MS]: "Re: Cryptography in SQL Server 2000"
- Reply: Christian Olsson: "Re: Cryptography in SQL Server 2000"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Anith Sen" <anith@bizdatasolutions.com> Date: Thu, 22 Aug 2002 09:30:51 -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: Scot: "Strange thing happening when I try to give a user select permission a table."
- Previous message: Suresh Channamraju[MS]: "RE: Uninstall of 8.00.655"
- In reply to: Cristiane: "Cryptography in SQL Server 2000"
- Next in thread: George Li [MS]: "Re: Cryptography in SQL Server 2000"
- Reply: George Li [MS]: "Re: Cryptography in SQL Server 2000"
- Reply: Christian Olsson: "Re: Cryptography in SQL Server 2000"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|