Simple code creation

tts

New Member
Joined
May 8, 2014
Messages
6
Reaction score
0
Hi fellow people,

I am struggling with a project I am assigned too.

We have a simple site that needs a password to be logged into. I need to create passwords using numbers 100 to 2000 without repeating numbers. Each sequence must be unique and generate all sequences upfront so I can distribute.

Any suggestions?

I tried excel but skills lack.
 
Hi fellow people,

I am struggling with a project I am assigned too.

We have a simple site that needs a password to be logged into. I need to create passwords using numbers 100 to 2000 without repeating numbers. Each sequence must be unique and generate all sequences upfront so I can distribute.

Any suggestions?

I tried excel but skills lack.

Must you create the passwords for the users?

Does the site already have an authentication engine or do you need to rebuild the site to use one?
 
Must you create the passwords for the users?

Does the site already have an authentication engine or do you need to rebuild the site to use one?

Hi Thor187, thank you for quick reply.

It's manually done by myself, I will email each sequence to users and save their codes in the system back end. It allows for 5 numbers for example : 100-102-103-104-105 this is similar to the authentication key that you would get in a Microsoft product key you would see.

So from 100 to 200 (not 2000 as indicated, typing error), 5 numbers in sequence all unique then every possible sequence so I have the data base for use.

Each number is separated by a -
 
Use: https://www.random.org/integer-sets/
It generated the below for me. Once generated, copy into notepad and replace the commas & space with a dash.

Just curious, why did you choose this method of integer sets, and not a random password?

Set 1: 101, 140, 151, 156, 159
Set 2: 107, 141, 149, 160, 166
Set 3: 104, 115, 147, 159, 200
Set 4: 110, 134, 135, 137, 148
Set 5: 132, 133, 151, 155, 160
Set 6: 102, 126, 157, 173, 178
Set 7: 100, 139, 152, 160, 168
Set 8: 104, 123, 153, 157, 178
Set 9: 125, 130, 161, 169, 188
Set 10: 108, 109, 111, 112, 194
 
Use: https://www.random.org/integer-sets/
It generated the below for me. Once generated, copy into notepad and replace the commas & space with a dash.

Just curious, why did you choose this method of integer sets, and not a random password?

Set 1: 101, 140, 151, 156, 159
Set 2: 107, 141, 149, 160, 166
Set 3: 104, 115, 147, 159, 200
Set 4: 110, 134, 135, 137, 148
Set 5: 132, 133, 151, 155, 160
Set 6: 102, 126, 157, 173, 178
Set 7: 100, 139, 152, 160, 168
Set 8: 104, 123, 153, 157, 178
Set 9: 125, 130, 161, 169, 188
Set 10: 108, 109, 111, 112, 194

The numbers seemed easier to manage and keep a base which I can quickly copy and email.

I will try the URL, appreciate it
 
Top
Sign up to the MyBroadband newsletter
X