ASP.NET Membership Encrypted Passwords [ June 5th, 2010 ] Posted in » ASP.NET, Controls, Web Development, Wordpress

To keep your passwords secure but still be able to retrieve the password via the ASP.NET membership provider you will need to implement the password type as Encrypted.

To do this you need to provide a machine key in the web.config of machine.config.

You can find a machine key generator at:  http://www.developmentnow.com/articles/machinekey_generator.aspx

The membership code looks like:

<membership defaultProvider="BfssSqlMembershipProvider">
  <providers>
    <!-- Add a customized SqlMembershipProvider -->
    <add name="BfssSqlMembershipProvider"
    type="System.Web.Security.SqlMembershipProvider"
    connectionStringName="cstrBFSS"
    enablePasswordRetrieval="true"
    enablePasswordReset="true"
    requiresQuestionAndAnswer="true"
    applicationName="BusinessForSaleSpain"
    requiresUniqueEmail="false"
    passwordFormat="Encrypted"
    maxInvalidPasswordAttempts="5"
    minRequiredPasswordLength="7"
    minRequiredNonalphanumericCharacters="0"
    passwordAttemptWindow="10"
    passwordStrengthRegularExpression=""/>
  </providers>
</membership>
<machineKey
  validationKey="7D69B8F7D5D4A9D6CC9776D6972877FC1ACA7669
    650687987EBF3C2A1709E0065AAA13ECABF4193A65920A027588
    42EF9EA97FDAC57C2F40F808AD1FFD9145"
  decryptionKey="CB0CE75BFD315E2108A96F95384BA8E28AE2AF97
    03F42B7D369EE44C09C394A6"
  validation="SHA1" decryption="AES"
/>

Please make sure you generate your own machine key.

For further information about ASP.NET Membership please visit: http://msdn.microsoft.com/en-us/library/ff648345.aspx

Free Flash Charting Control for ASP.NET, PHP and More

I have recently been working on a management dashboard for an e-commerce website and needed a good charting control to display an overview of sales, registrations etc.

After a brief crawl on the web I came across Fusion Charts. The controls are as neat and easy to use as any of the premium solutions I could find, but best of all, the basic package is completely free, even for commercial use.

read more about fusion charts

December 5th, 2008 | Leave a Comment

Free Directory Submission Software

Pacweb Directory Submitter Pro

Thanks to IMBuzz Pacweb can now offer Free Directory Submission Software to help you gain those all important back links to your web sites.

  • 200 Directories Included
  • Add, Edit and Delete Directories
  • Manage Multiple SEO Back Link Building Projects
  • Gain one way back links to your web site
  • Alternate Title and Description to target multiple keywords and avoid spamming the same term
  • Simple to use interface

Pacweb Directory Submitter Pro Offers all the funtionailty found in similar paid for products and even some advanced features like maintaining your own lists of directories which are hard to find in even some of the most well known directory submission applications.

By maintaining your own directory list you will never need another directory submission program, and best of all its free.

DSP Screen 1

Directory Submitter Pro - Full Screen

Directory Submitter Pro - Directory

Directory Submitter Pro - Directory

Directory Submitter Pro - Directories

Directory Submitter Pro - Directories

November 8th, 2008 | 1 Comment

Powered by WordPress | Blue Weed by Blog Oh! Blog | Entries (RSS) and Comments (RSS).