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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T15:12:26+00:00 2026-06-02T15:12:26+00:00

I am trying to create a time limited key to use in one of

  • 0

I am trying to create a time limited key to use in one of my applications. The key is used to unlock certain bits of functionality in an application.

My thinking so far is

to generate:
cryptographic hash the various bits of info I need + key generation date

to validate:
cryptographic hash the various bits of info I need + date now

if all the info is the same and the date is the same I get the same value

But,

this means the key will only work on a certain date. What I want is a key that is valid for the next 24 hours (or extending this, few days/week/month).

I can extend the period but there is always the possibility of generating the key just before the period expires, like the last day of the month for a month key.

Firstly, is this an acceptable way of proceeding at all? If so, how do I do it?

I am aware that “winding” the clock back will defeat the system – but I am still interested in getting some opinions

I have read How do I generate a time limited key or password without storing data which is a similar issue.

  • 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-02T15:12:29+00:00Added an answer on June 2, 2026 at 3:12 pm

    You can make the expiration date part of the token and authenticate the whole data with an MAC like HMAC:

    token = data ":" expiration ":" HMAC(key, data ":" expiration)
    

    To validate the token, all you need is to compare the given expiration datum and regenerate the MAC for the provided data with the secret key.

    If any of the provided parameters were tampered, the MAC will be different as one needs the secret key to generate an authentic MAC.

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

Sidebar

Related Questions

I am trying to create a one time download link in php as my
Im trying to create a one time password generator for a phone. In the
I'm trying to create a new div each time a text field contained in
I am having a hard time trying to create and populate on the fly
So I am trying to create a unique permalink each time that a person
I am trying to create a JFormattedTextField that only accepts a 24-hour time. I
I am trying to create a simple android widget that shows The time but
I am trying to create an app that calculates the time difference and the
I am trying to create a loop function based on the time. After the
I'm having a hard time trying to create a XmlRepository. The problem here I

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.