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 310599
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T07:50:54+00:00 2026-05-12T07:50:54+00:00

I have a database of hashed passwords that had no salt added before they

  • 0

I have a database of hashed passwords that had no salt added before they were hashed. I want to add salt to new passwords. Obviously I can’t re-hash the existing ones.

How would you migrate to a new hashing system?

  • 1 1 Answer
  • 2 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-05-12T07:50:54+00:00Added an answer on May 12, 2026 at 7:50 am

    Sure you can. Just add a salt to the existing hash and hash it again. Of course this will require any future logins to go through the same process meaning two hash functions will need to be called but lots of legitimate patterns do this anyway so it doesn’t smell as bad as you might think.

    Salting a password is an effort to defend against rainbow tables. In this case the salt does not need to be a secret.

    http://en.wikipedia.org/wiki/Rainbow_tables#Defense_against_rainbow_tables

    You can actually see in the article

    hash = MD5 (MD5 (password) . salt)
    

    Which is the same exact method you would be using. (Except a different hashing function.)

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

Sidebar

Related Questions

I have an old database of users which contains passwords hashed in a way
I have a database that contains user details including sensitive data. They're not as
I'm trying to create passwords that are sha256 hashed with a $salt variable to
i have database with two values id and val so i want to ask
I have database application, I want to allow the user to restore the deleted
i have DataBase function that calculate distance by coordinates CREATE OR REPLACE FUNCTION distance(lat1
that my problem: I have database table like that: id (AI) market_id 1 6
Scenario: Web-service producer have only SHA-1 hash of passwords stored in database. We need
I have a SQL Server 2005 database for a web site that stores user
I want to store a (random) salt next to the password in the database.

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.