Support Forums
[Java] Password Generator Version 3.0 - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18)
+---- Forum: Java Programming (https://www.supportforums.net/forumdisplay.php?fid=22)
+---- Thread: [Java] Password Generator Version 3.0 (/showthread.php?tid=5450)

Pages: 1 2 3


[Java] Password Generator Version 3.0 - CometJack - 04-02-2010

This is my version of a secure password generator, I'll quote my post from HackForums. I hope you guys like it!

(04-02-2010, 08:06 PM)CometJack Wrote: The source was released in the HF Coders section, if you're a member make sure to check it out!

After I released 2.0, the 1st poster in my thread 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 Smile 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 Smile

DOWNLOAD

Current Bugs:
-- NONE --

Screenshot:
[Image: 2m5gw7p.png]

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



RE: [Java] Password Generator Version 3.0 - BrainDeadFreak - 04-03-2010

Looks kind off to me for some reason. Virus?..


RE: [Java] Password Generator Version 3.0 - CometJack - 04-03-2010

(04-03-2010, 03:10 AM)BrainDeadFreak Wrote: Looks kind off to me for some reason. Virus?..

Virus? No, nowhere close. I wouldn't have released it in HackForums if it was a virus silly Rolleyes You really need to learn how to read silly Wacko


RE: [Java] Password Generator Version 3.0 - Drake™ - 04-05-2010

It's not a virus, I can assure you.

I like it man, you are a really good programmer, keep up the great work. Smile


RE: [Java] Password Generator Version 3.0 - Support - 04-05-2010

I like it and have seen another one.... Whats the use of it?


RE: [Java] Password Generator Version 3.0 - burnt - 04-05-2010

does it really work, anyone confirmed?


RE: [Java] Password Generator Version 3.0 - Drake™ - 04-05-2010

@Pi[X]el - Creating string passwords

@burnt - Yes, it works perfectly


RE: [Java] Password Generator Version 3.0 - php - 04-05-2010

Pretty good. I'm going to decompile it first to see if there is any malicious script in it.


RE: [Java] Password Generator Version 3.0 - .:xX[ThunderStorm]Xx:. - 04-10-2010

Nice i'll be using it for my community.
Thanks a lot.


RE: [Java] Password Generator Version 3.0 - Qkyrie - 04-10-2010

Hey comet, just a small question, since I helped you with some code.

When the next version arrives, with the new features, could you share me the source code, I would like to make a side project for you ;-). I'm pretty bored, and would like to make you an online version of your password creator :-)

regards
Q