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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T03:06:21+00:00 2026-05-23T03:06:21+00:00

I have some strings containing alpha numeric values, say asdf1234 , qwerty//2345 etc.. I

  • 0

I have some strings containing alpha numeric values, say

asdf1234,

qwerty//2345

etc..

I want to generate a specific constant number related with the string. The number should not match any number generated corresponding with other string..

  • 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-23T03:06:22+00:00Added an answer on May 23, 2026 at 3:06 am

    Does it have to be a number?

    You could simply hash the string, which would give you a unique value.

    echo md5('any string in here');
    

    Note: This is a one-way hash, it cannot be converted from the hash back to the string.

    This is how passwords are typically stored (using this or another hash function, typically with a ‘salt’ method added.) Checking a password is then done by hashing the input and comparing to the stored hash.

    edit: md5 hashes are 32 characters in length.

    Take a look at other hash functions:
    https://www.php.net/manual/en/function.crc32.php (returns a number, possibly negative)
    https://www.php.net/manual/en/function.sha1.php (40 characters)

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

Sidebar

Related Questions

The Back Story I have some decimal values which I am displaying as strings
In a MySQL table, I have several columns - some containing strings, some dates
I have some data structures: all_unordered_m is a big vector containing all the strings
Lets say I have some random .cs file containing a class with some properties
I have some strings of xxh:yym format where xx is hours and yy is
I have some strings that I am pulling out of a database and I
I have to change some connection strings in an incredibly old legacy application, and
I have this .NET regex: ^(?<prefix>([^]*))\s(?<attrgroup>(\([^\)]*\)))\s(?<suffix>([^]*))$ It properly matches the following strings: some prefix
I have several strings in the rough form: [some text] [some number] [some more
I have a HashMap relating Keys to Strings, and I need to compare some

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.