Search:

Type: Posts; User: djl1990

Search: Search took 0.18 seconds.

  1. Re: Creating a 8 digit password mixture of numbers and letters

    Thanks so for the first character it would be:

    c1 = characters[r1];
  2. Creating a 8 digit password mixture of numbers and letters

    What i want to do is generate a random 8 digit password consisting of 8 characters.

    The possible characters would be 0-9 and a-z.

    Here is what i have so far but i will warn you i think i am...
Results 1 to 2 of 2