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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T16:43:17+00:00 2026-06-17T16:43:17+00:00

I have a URL that tracks clicks and I want to prevent users from

  • 0

I have a URL that tracks clicks and I want to prevent users from sharing that URL.

So, the idea I had was to create a unique URL that has a string that’s some sort of encrypted timestamp (with a salt), and if the link was clicked within 5 minutes of that encrypted timestamp, then it would be valid.

Is there a better way to do this? If not, how would I decrypt it since the timestamp of when this was generated vs. when it was clicked would be different most of the time?

  • 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-17T16:43:18+00:00Added an answer on June 17, 2026 at 4:43 pm

    When the page is served, generate a timestamp convered to the time zone UTC. Encrypt it symmetrically (use AES-256 for example) and place it in the URL.

    When a user asks to go to a URL with such an encrypted timestamp, decrypt it with the same key (EDIT: make the key a salted hash of the content in question, such that every differing content has a different, but always the same, key). If the timestamp is less than 5 minutes ago compared to the server’s timestamp converted to the time zone UTC, reject it, else accept it.

    The user can’t trick you by entering a different encrypted timestamp, since they don’t know and can’t find out your key (even knowing what timestamp it would have been and the encryption algorithm does not give enough information to find out your key) and all the timestamp picking and comparing is done serverside.

    EDIT: With the edit, they also can’t take a timestamp valid for one piece of content and attach it to a timestamp valid for another piece of content.

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

Sidebar

Related Questions

I have a URL that I need to call from a PHP script. The
is it possible to have a url that has a param with an &
I have a website I am making that tracks a users companies through employments.
I have a URL that, when requested, start the download of a .zip file.
I have a URL that would be like so: http://mysite.com/index.php?somename=somevalue I usually check that
I have a URL that returns a HTTP 302 redirect, and I would like
I have a URL that is shown below: URL is taken out due to
I have a url that contains valid xml, but unsure on how I could
I have a url that looks like that http://example.com/index.php?id=111&title=word1 word2 word3 I need to
I am trying to have a URL that would look like: mysite.com/@username Which 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.