Re: Random Password Maker
Re: Random Password Maker
Kl, Imma save it for later use in the future
Re: Random Password Maker
Hi would this code generate the same password twice? if not is there something i can add to this code to stop it doing so?
regards anton.
Re: Random Password Maker
Umm I am not sure if this is the correct way but maybe you can fill an array and check if the item is already found if so generate a new password. I am faced with the same problum now cos I updated my password generator and will upload today some time.
1 Attachment(s)
Re: Random Password Maker
Hi
This is an update of the Random Password Maker, it now has a gui so it easyer to use, you can set the length of the password to create and the number of passwords to create, You also have options to create Alpha, AlphaNumeric, or Numeric only passwords, there also a option to copy selected password to clipboard and option to save passwords. Hope you like the update.
Thanks goes to Max Peck for helping me with the random problum.
http://i34.tinypic.com/x60qs3.jpg
Re: Random Password Maker
thanks for the share man this will be very useful, i am trying to make it so that the password's are generated to a list using file append text and a while(true) loop. problem is the while loop is just keep goign dn wont stop iv tryed break; with button click's ect, problem is i can click a button of the program says not responding. i know that the program is still running because my text file witch i am writing the passwords to keeps going up in size. i have been told to try using threads ect nt to sure how but im fairly new to c#. :wave: