<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - Stories tagged with password</title>
    <description>the latest stories tagged with 'password' from DotNetKicks.com</description>
    <link>http://www.dotnetkicks.com/</link>
    <language>en-us</language>
    <copyright>Atweb Publishing Ltd.</copyright>
    <docs>http://backend.userland.com/rss</docs>
    <generator>DotNetKicks.com - .NET links, community driven</generator>
    <ttl>30</ttl>
    <item>
      <title>Password Field / TextBox in 0 lines of code</title>
      <description>The idea to create a Password Field in 0 lines of code is to change the police to a home made password police. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsilverlight.net%2fforums%2fp%2f22876%2f80771.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsilverlight.net%2fforums%2fp%2f22876%2f80771.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Password_Field_TextBox_in_0_lines_of_code</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Password_Field_TextBox_in_0_lines_of_code</guid>
      <pubDate>Thu, 14 Aug 2008 23:14:32 GMT</pubDate>
    </item>
    <item>
      <title>PasswordTextBox for Silverlight 2 Beta 1</title>
      <description>The standard TextBox control that is built into Silverlight 2 Beta 1 is a bit lacking and is missing alot of features that we have become accustomed to in a TextBox. One of those features is being able to mask the characters being displayed when its used to accept passwords. Here's a small PasswordTextBox control I built that does just that; it masks the characters from being displayed so you can accept passwords like you're used to. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fpietschsoft.com%2fpost%2f2008%2f03%2fPasswordTextBox-for-Silverlight-2-Beta-1.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fpietschsoft.com%2fpost%2f2008%2f03%2fPasswordTextBox-for-Silverlight-2-Beta-1.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/PasswordTextBox_for_Silverlight_2_Beta_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/PasswordTextBox_for_Silverlight_2_Beta_1</guid>
      <pubDate>Mon, 17 Mar 2008 13:31:04 GMT</pubDate>
    </item>
    <item>
      <title>You're Probably Storing Passwords Incorrectly</title>
      <description>The web is nothing if not a maze of user accounts and logins. Almost everywhere you go on the web requires yet another new set of credentials. Unified login seems to elude us at the moment, so the status quo is ...  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codinghorror.com%2fblog%2farchives%2f000953.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codinghorror.com%2fblog%2farchives%2f000953.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/security/You_re_Probably_Storing_Passwords_Incorrectly</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/security/You_re_Probably_Storing_Passwords_Incorrectly</guid>
      <pubDate>Tue, 18 Sep 2007 08:01:01 GMT</pubDate>
    </item>
    <item>
      <title>Changing the Password Complexity in ASP.NET 2.0</title>
      <description>I was recently inplementing a admin funtionality into a site for Cotswold and wanted to control the builtin ASP.NET login complexity as I didn't want my users (internal staff members) to be trying to remember passwords that consisted of 1 upper case, 1 digit and at least 7 characters in length. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.allanmuller.co.uk%2fcategories%2fpost.aspx%3fpost%3d18"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.allanmuller.co.uk%2fcategories%2fpost.aspx%3fpost%3d18" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Changing_the_Password_Complexity_in_ASP_NET_2_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Changing_the_Password_Complexity_in_ASP_NET_2_0</guid>
      <pubDate>Wed, 21 Feb 2007 08:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Validate strong passwords in C# and ASP.NET</title>
      <description>Use this simple method to check if a password is strong or not. You can change the regular expression to suit your needs. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.madskristensen.dk%2fblog%2fCommentView%2cguid%2c2fb0f936-ac83-4951-ada3-7ec8282e9fad.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.madskristensen.dk%2fblog%2fCommentView%2cguid%2c2fb0f936-ac83-4951-ada3-7ec8282e9fad.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/security/Validate_strong_passwords_in_C_and_ASP_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/security/Validate_strong_passwords_in_C_and_ASP_NET</guid>
      <pubDate>Tue, 19 Sep 2006 09:31:01 GMT</pubDate>
    </item>
    <item>
      <title>Secret Server 1.2 Released</title>
      <description>&amp;quot;Our next release of Secret Server is out. This release includes lots of performance improvements and minor new features as per customer requests. We have also invested a lot of time in support for browser toolbars which we will be releasing soon. The browser toolbar will communicate with your Secret Server instance and automatically log you into web sites!&amp;quot; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fjcogley%2farchive%2f2006%2f07%2f03%2fSecret-Server-1.2-is-out_2100_--Release-notes_2E00_.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fjcogley%2farchive%2f2006%2f07%2f03%2fSecret-Server-1.2-is-out_2100_--Release-notes_2E00_.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/Secret_Server_1_2_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/Secret_Server_1_2_Released</guid>
      <pubDate>Tue, 04 Jul 2006 14:11:03 GMT</pubDate>
    </item>
  </channel>
</rss>