﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / SQL Server 2005 / SQL Server 2005 Security  / Mask Password / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Sat, 25 May 2013 13:36:34 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Mask Password</title><link>http://www.sqlservercentral.com/Forums/Topic469522-359-1.aspx</link><description>Thanks Steve, I will have a read up on asymmetric keys.Phil</description><pubDate>Sat, 15 Mar 2008 10:22:30 GMT</pubDate><dc:creator>2Tall</dc:creator></item><item><title>RE: Mask Password</title><link>http://www.sqlservercentral.com/Forums/Topic469522-359-1.aspx</link><description>I don't believe that AES is available in XP.No one is likely to crack them. I'd use one of the shorter and quicker algorithms like RSA for the asymmetric key.</description><pubDate>Sat, 15 Mar 2008 09:19:51 GMT</pubDate><dc:creator>Steve Jones - SSC Editor</dc:creator></item><item><title>RE: Mask Password</title><link>http://www.sqlservercentral.com/Forums/Topic469522-359-1.aspx</link><description>Back again. I am running SQL 2005 on a XP Pro machine. Here is what I did:create master key encryption by password = 'Pufd&amp;s@))%';create certificate cert_sk_admin with subject = 'Certificate for accessing symmetric keys - for use by admin';create certificate cert_sk_charles with subject = 'Certificate for accessing symmetric keys - for use by Charles';create symmetric key sk_users with algorithm = aes_192 encryption by certificate cert_sk_admin;The above command generates an error:Msg 15314, Level 16, State 1, Line 1Either no algorithm has been specified or the bitlength and the algorithm specified for the key are not available in this installation of Windows.Any Ideas?Thanks,Phil.</description><pubDate>Sat, 15 Mar 2008 07:09:48 GMT</pubDate><dc:creator>2Tall</dc:creator></item><item><title>RE: Mask Password</title><link>http://www.sqlservercentral.com/Forums/Topic469522-359-1.aspx</link><description>Thanks I will have a read.Phil</description><pubDate>Fri, 14 Mar 2008 13:38:16 GMT</pubDate><dc:creator>2Tall</dc:creator></item><item><title>RE: Mask Password</title><link>http://www.sqlservercentral.com/Forums/Topic469522-359-1.aspx</link><description>Check out Encryption:Columns in SQL Server BOLDAB</description><pubDate>Fri, 14 Mar 2008 10:39:11 GMT</pubDate><dc:creator>Scalability Doug</dc:creator></item><item><title>Mask Password</title><link>http://www.sqlservercentral.com/Forums/Topic469522-359-1.aspx</link><description>I am attempting to create a backend database that is to accessed by a front end web site. I have created a single table in my sql db 'dbo.Users'. One of the fields contains the users password. Currently it is stored in plain text. In access I know how to mask this but how is it achieved in SQL?Many Thanks,Phil.</description><pubDate>Fri, 14 Mar 2008 10:17:25 GMT</pubDate><dc:creator>2Tall</dc:creator></item></channel></rss>