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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T15:13:37+00:00 2026-05-26T15:13:37+00:00

I need to store passwords in my SQL database. Too high security is not

  • 0

I need to store passwords in my SQL database. Too high security is not needed at the moment, but instead of using MD5 hash with seed, I plan to use SHA1+seed to store my passwords.

Usage would be simply for a web site user login. So when a user logs in, my C# code would concatenate a salt+password, hash it, and then compare against whats stored in the database.

My question is that in SQL server, should I be storing the SHA1 has as-is (40 characters), or after converting them to Base64(28 characters)?

Most of the example of SHA1 hashing I saw online, seem to be finally converting it to Base64, but I am not sure, why or what would be the benefit of storing SHA1 after encoding to Base64.

  • 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-05-26T15:13:38+00:00Added an answer on May 26, 2026 at 3:13 pm

    A SHA-1 hash is a 160-bit value; hashing solutions will produce 20 bytes of output, including unprintable characters. Most implementations convert this into a readable format before storage, either to hexadecimal (40 bytes) or to base64 (~28 characters).

    There’s no reason to convert a hex string to base64 before storage, so if your strings are already in hex, just leave ’em that way.

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

Sidebar

Related Questions

I need to store database passwords in a config file. For obvious reasons, I
I need to store user entered changes to a particular table, but not show
I need to store a password has in a SQL server 2000 database. The
I need to reformat my machine but I have so many user/passwords stored in
I need to store products for an e-commerce solution in a database. Each product
I need to store app specific configuration in rails. But it has to be:
Building a relatively simple website, and need to store some data in the database
I need to store passwords in the HTML5 LocalStorage (No, I can't use hashes
I need to write a web application using SQL Server 2005, asp.net, and ado.net.
How do you store a HashMap inside of an SQL database? Also, how would

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.