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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T10:30:21+00:00 2026-05-24T10:30:21+00:00

I thought of an authentication system without SSL that seems reasonably secure. Am I

  • 0

I thought of an authentication system without SSL that seems reasonably secure. Am I overlooking something important?

  1. User hits the login page
  2. Server generates a salt for transmission (t-salt) and stores it in the session
  3. Server sends the t-salt to the user as part of the login page that loads
  4. User types in their username and password and clicks submit
  5. Browser MD5 encrypts their password along with the t-salt
  6. Browser sends username and MD5 (password + t-salt) to the server
  7. Server retrieves password from database using username (*) Note below
  8. Server MD5 encrypts password retrieved from step 7 along with the t-salt that was stored in the session in step 2
  9. Server compares both of the MD5s from step 6 and step 8
  10. If they are identical, the login is successfully authenticated
  11. The server removes the t-salt from the session (added in step 2) to prevent potential replay attacks

* Note that the password retrieved in step 7 cannot be 1-way encrypted (as is common practice) in order for step 8 to work. But 2-way encryption systems can still be used to secure passwords at the database level. (Hey, that comes with the side benefit of allowing a more user friendly password recovery process.)

Aside from my note immediately above, what are the strengths and weaknesses of this scheme?

  • 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-24T10:30:21+00:00Added an answer on May 24, 2026 at 10:30 am

    You send the t-salt and the hashing algorythm. It wouldn’t take long to calculate the password inside the hash.

    You should reconsider SSL in my opinion.

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

Sidebar

Related Questions

I'm implementing a login/authentication system for my little server-client program. I'm wondering how to
I have created a user login page and am using Forms Authentication. Users are
I thought I would be smart and create member functions that accepted output iterators.
I thought I was pretty well acquainted with Subversion, but now something I thought
I always thought the user running the app pool was used to, for instance,
I've got a WCF service that's running on IIS 6, with integrated authentication and
I'm writing a comprehensive authentication system for an application and I was planning on
I was building an Active Directory Single Sign-On authentication system for Java web applications
I'm super new to Ruby on Rails. I'm trying to make an authentication system
I have an existing ASP.NET application that implements Forms Authentication site-wide. The application is

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.