| View previous topic :: View next topic |
| Author |
Message |
TROLOLOLOLOLOLOLOLOLOLOLO Expert Cheater
Reputation: -1
Joined: 27 Dec 2009 Posts: 100
|
Posted: Mon Mar 29, 2010 3:16 pm Post subject: [Java] Password Generator Version 3.0 |
|
|
The source was released in the HackForums Coders section, if you're a member make sure to check it out!
After I released 2.0, the 1st poster in my thread at HackForums gave me inspiration by providing a link that does exactly what my application did and more. This time, I think I've leveled the playing field I also have 2 features it doesn't; deleting a selected password and copying a selected password to your clipboard!
This time it allows YOU to choose what types of characters to add in your password. It also generates 20 at a time, so you have plenty to choose from! I'll add future updates, possible links to HackForums, a credits list, and maybe a couple more useful features if you guys can tell me some that you would like. Perhaps I might add a feature where you can download the current password list to a text file for future use
DEMO VIDEO
DOWNLOAD
Current Bugs:
-- NONE --
Screenshot:
Credits:
Me - Adding onto and editing this program substantially
This site- 1 line of code
Epicness - For making me realize my class needed to implement ClipboardOwner
N4than - For making me realize I was returning the wrong data
Qkyrie - For telling me how to clear a StringBuffer
Those usernames are from another forum, HackForums, NOT this forum.
Last edited by TROLOLOLOLOLOLOLOLOLOLOLO on Sat Apr 03, 2010 12:48 am; edited 1 time in total |
|
| Back to top |
|
 |
NINTENDO Grandmaster Cheater Supreme
Reputation: 0
Joined: 02 Nov 2007 Posts: 1371
|
Posted: Tue Mar 30, 2010 4:19 pm Post subject: |
|
|
I dont get the lenghten and shorten buttons. Instead I would like to control the lenght with a textbox that accepts numeric values.
Second to that how is this advanced?
_________________
Intel over amd yes. |
|
| Back to top |
|
 |
Cpt.Slow Cheater
Reputation: 0
Joined: 02 Dec 2009 Posts: 28
|
Posted: Tue Mar 30, 2010 10:04 pm Post subject: |
|
|
Ahhh, so this is why you wanted to remove 1 char ;P. Cool
_________________
Now let's cause some fucking havoc. |
|
| Back to top |
|
 |
TROLOLOLOLOLOLOLOLOLOLOLO Expert Cheater
Reputation: -1
Joined: 27 Dec 2009 Posts: 100
|
Posted: Sat Apr 03, 2010 12:49 am Post subject: |
|
|
| Cryoma wrote: | I dont get the lenghten and shorten buttons. Instead I would like to control the lenght with a textbox that accepts numeric values.
Second to that how is this advanced? |
It's far more advanced now
@above:
Bump for the update!
|
|
| Back to top |
|
 |
hcavolsdsadgadsg I'm a spammer
Reputation: 26
Joined: 11 Jun 2007 Posts: 5801
|
Posted: Sat Apr 03, 2010 2:16 am Post subject: |
|
|
why can i not copy the entire thing to my clipboard? why can i not put in any length i want?
srsly, just use a text box.
|
|
| Back to top |
|
 |
iPromise Grandmaster Cheater
Reputation: -1
Joined: 27 Jun 2009 Posts: 529 Location: Canada
|
Posted: Sat Apr 03, 2010 10:24 am Post subject: |
|
|
| shouldn't this be in the binary section?
|
|
| Back to top |
|
 |
HomerSexual Grandmaster Cheater Supreme
Reputation: 5
Joined: 03 Feb 2007 Posts: 1657
|
Posted: Sun Apr 04, 2010 4:48 pm Post subject: |
|
|
Can't you just create an vector of every character you would want in your password and then create a random number (i) between 0 and vector length and create a password of n length based on vector.get(i)
You can use a PRAN for that because the actual method of getting the Psuedo random numbers doesn't matter
_________________
|
|
| Back to top |
|
 |
|