Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7882695
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T04:20:42+00:00 2026-06-03T04:20:42+00:00

I am using WebMatrix and have built a website based on the StarterSite. In

  • 0

I am using WebMatrix and have built a website based on the “StarterSite”. In this starter site you get a nice basic layout – including registration, login, forgot password pages etc…

I’ve noticed that in the database that the “webpages_Membership” table has a column named “PasswordSalt”. After creating a few new user accounts, this column always remains blank. So I’m assuming that no password salt (not even a default one) is in use.

Obviously this is not the best practice, however I cannot seem to find any documentation that tells me how to set or manage the password salt.

How can I set the password salt with the WebSecurity Helper?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T04:20:43+00:00Added an answer on June 3, 2026 at 4:20 am

    The above answer gives the impression that there is no salting applied when using WebSecurity SimpleMembershipProvider.

    That is not true. Indeed the database salt field is not used, however this does not indicate that there is no salt generated when hashing the password.

    In WebSecuritys SimpleMembershipProvider the PBKDF2 algo is used, the random salt is generated by the StaticRandomNumberGenerator and stored in the password field with the hash:

    byte[] outputBytes = new byte[1 + SALT_SIZE + PBKDF2_SUBKEY_LENGTH];
    Buffer.BlockCopy(salt, 0, outputBytes, 1, SALT_SIZE); 
    Buffer.BlockCopy(subkey, 0, outputBytes, 1 + SALT_SIZE, PBKDF2_SUBKEY_LENGTH);
    return Convert.ToBase64String(outputBytes);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am getting this error when I try to launch my website using WebMatrix.
Hi I'm making a basic HTML website using Microsoft WebMatrix locally. When I've finished
I have three .cshtml created using WebMatrix: MyClass.cshtml located at App_Code: @functions { public
I'm using Microsoft WebMatrix to develop a small website in ASP.NET Web Pages. I
I have developed a website using Asp.Net MVC which uses a SQL CE database
I'm using razor in webmatrix and I have a problem with the string special
i have some problem here with Edit Data Using ASP.NET Razor in WebMatrix i
i have some problem here with Edit Data Using ASP.NET Razor in WebMatrix i
I am using Webmatrix to develop a pretty nifty site ad was wondering how
I'm learning razor syntax, using the startersite in WebMatrix and trying to display some

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.