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

  • SEARCH
  • Home
  • 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 8831765
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T08:23:01+00:00 2026-06-14T08:23:01+00:00

Should passwords be hashed in the client side using the hash(password + salt) method

  • 0

Should passwords be hashed in the client side using the hash(password + salt) method even if I’m using HTTPS? or should I just hash it when it arrives to SQL SERVER 2008 R2 with a built in function? Thank You.

  • 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-14T08:23:02+00:00Added an answer on June 14, 2026 at 8:23 am

    Why would you hash in the client side? Is this a single page app written in Javascript? Even then, you must have some server side language connecting to a database (ASP.NET? PHP?). Do your salting and hashing on the server side. Client side smells bad to me … for some reason the salting/hashing procedure seems more prone to attack if you’ve got the logic and random generation happening client side. I can’t point to a specific attack – but it just seems like a needless thing to push to the client (unless perhaps you can’t get SSL).

    It’s not particularly important whether you do it in your server side language or directly in the database. I prefer doing your calculations in the code, and then sending the final hash over to SQL. Using built in SQL Server functions is annoying and there’s problems between versions – and your code is forever locked away in Microsoft-land.

    TL;DR Do it server-side, not client, and not in database directly. HTTPS is necessary if you want that plaintext password encrypted over the line before you send (definitely should).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using PBKDF2 encryption to hash password with salt. should I store hashed
I'm wanting to store hashed passwords in MySQL, I'm using PHP: <?php $salt =
What is the most secure way to handle forgotten passwords/password resets? Should I email
Probably a super basic question. I know many online services hash and salt passwords
I have an app that runs on PHP 5.3 which stores passwords hashed using
Given that I know the hashed password, salt & original password generated with Authlogic
I've been using PHPass to hash my passwords for a long time. I admit
I have a change password page that needs to hash any passwords entered on
i would like to have a page where i can change passwords. me should
According to the W3 CSS spec, something like: input[type~=text password] should select input fields

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.