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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T21:40:46+00:00 2026-06-05T21:40:46+00:00

We have a typical web-based login system. We want customers to have the ability

  • 0

We have a typical web-based login system. We want customers to have the ability to generate a “login link” that doesn’t ever expire and includes their password.
We want to therefore create a link which includes their password in encrypted form.
NOTE: I know the best way is a lookup table where each link has a unique key… I won’t go into why that won’t work for us; it won’t.

I’m not familiar with public key encryption.. Maybe that’s what I need?

Here’s what I’m thinking. This still might not be enough, so please let me know:

Definition: user-password refers to the user’s password that we want in encrypted form in the link.

We cannot use one encryption key for all user-passwords because it may be possible to derive the encryption key by generating tons of links, so…

  • Use a standard form of symmetric encryption.

  • The server has a text file with 1000 complex encryption keys.

  • When a link is generated (using the PHP script that has that list), one of the 1000 encyption keys is chosen to encrypt their plaintext password (chosen in sequence, not at random to prevent the same from being chosen close to the same time).

  • Before encrypting the user’s password, add something like “s345lm34l5k342342343534432324sdfs” to the start of it, to “salt” it. (Ex: password1 becomes s345lm34l5k342342343534432324sdfspassword1). “Salting” makes it harder to decrypt against dictionary attacks. This salt is kept private. But, of course, there’s the risk it can be compromised and it’s one salt for all passwords, so…

  • In addition, there’s a second randomly generated salt added to the password. This salt is encrypted with a single strong password. Because both the salt and the password encrypting it is a random pattern of bytes, it makes it harder to determine the salt.

  • The link maker tool only lets you generate 15 links every 10 minutes, and then locks out the IP.

  • The link maker tool doesn’t not generate links unless the user/password provided to it is actual a functioning user/password combination. That way, if someone is just try to generate links to determine the encryption info, it won’t work. Still, theoretically, they could obtain a valid user/password and try to brute force.

Is this secure?

  • 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-05T21:40:48+00:00Added an answer on June 5, 2026 at 9:40 pm

    No, because the encrypted password has become the password. Have you tried SSL? SSL should solve your problems, you can just use a plain URL on HTTP level.

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

Sidebar

Related Questions

I have typical web application based on PHP, HTML, and javascript. From an HTML
I have a web app in production that is used for typical data entry,retrieval,
In typical web design fashion, there's always something that doesn't look quite right between
Context: The Cloud We have a java-based web application that we normally host on
I have a typical Flex-based application that was written to use a Java/Hibernate/MySQL backend.
I have a web application running on a Gentoo-based LAMP stack. My customers buy
I have a PHP + MySQL web application that runs on a typical shared
In my MVC 2 application I have a typical method that calls a web
I have two web services that return the same type. It doesn't work... it
we have a typical web application stack. there are 120 selenium (webdriver) tests that

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.