C
Crouchie1998
Hi all,
I need a function that cannot be random & always calculates the same
password with the same imput
I have a 7 digit number which I need to change into 12 characters for
password complexity. Here's what I mean:
2 Textboxes (1 * max length 7 numbers & 1 * generated password)
If the input is: 8884321 I'd like the second textbox to show something like:
?M1n5412765?
If at a latter date another user enters 8884321 for example I'd like it to
generate the same password & not a random one.
Only want to use '?' and no other special charaters
Any help will be appreciated and Happy Christmas to you all
I need a function that cannot be random & always calculates the same
password with the same imput
I have a 7 digit number which I need to change into 12 characters for
password complexity. Here's what I mean:
2 Textboxes (1 * max length 7 numbers & 1 * generated password)
If the input is: 8884321 I'd like the second textbox to show something like:
?M1n5412765?
If at a latter date another user enters 8884321 for example I'd like it to
generate the same password & not a random one.
Only want to use '?' and no other special charaters
Any help will be appreciated and Happy Christmas to you all