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 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
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