Support Forums
PassGen v2.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: Visual Basic and the .NET Framework (https://www.supportforums.net/forumdisplay.php?fid=19)
+---- Thread: PassGen v2.0 (/showthread.php?tid=24754)

Pages: 1 2 3


PassGen v2.0 - BreShiE - 01-21-2012

This program creates you a secure password, so if you're ever in need of a quick password and can't think of one, this is the way to go! There will be updates for this program, but I didn't add an auto-update feature in for it.

Download Link: http://www.mediafire.com/?kmet1dr25irr949
Rar Pass: tech.reboot.pro
Preview:
Virus Scan: https://www.virustotal.com/file/38f9940d0c3fd2b212e805d4a6413bf2f193096f4e01a8fae1ed243dcad2a860/analysis/1327200196/
1/43 False Positive

I'd appreciate it if when you open it you take 5 seconds to read the README, thanks.


RE: PassGen v1.0 - Dube - 01-21-2012

looks nice ill check it out later. Big Grin


RE: PassGen v1.0 - AceInfinity - 01-21-2012

[Image: iou9tMA3nHkcw.png]

[Image: ibckrgdt1petdd.png]

Found a couple unhandled errors lol, otherwise, it's decent Smile Restrict the number of digits that can be inputted, otherwise add a logical statement to check the number of digits before it tries to evaluate that. Also, It still accepts Alt Chars.


RE: PassGen v1.0 - BreShiE - 01-21-2012

(01-21-2012, 06:18 PM)AceInfinity Wrote: Found a couple unhandled errors lol, otherwise, it's decent Smile Restrict the number of digits that can be inputted, otherwise add a logical statement to check the number of digits before it tries to evaluate that. Also, It still accepts Alt Chars.

Hmm, that's definitely something to do in the update. How could I restrict the characters without hand-doing it, if that makes sense? I have a section of code inside the source which stops you from entering letters, but how can I block all/every character besides integers?

Restricting the amount of characters shouldn't be too hard, to be honest. I'll start working on it now.


RE: PassGen v1.0 - King - 01-21-2012

(01-21-2012, 06:21 PM)BreShiE Wrote: Hmm, that's definitely something to do in the update. How could I restrict the characters without hand-doing it, if that makes sense? I have a section of code inside the source which stops you from entering letters, but how can I block all/every character besides integers?

Restricting the amount of characters shouldn't be too hard, to be honest. I'll start working on it now.

http://msdn.microsoft.com/en-us/library/6cd3f6w1%28v=vs.71%29.aspx


RE: PassGen v1.0 - AceInfinity - 01-21-2012

You posted the method that I just finished posting as a suggestion to breshie along with some other sloppy code lol. I am off to sleep here soon though, it's been a full 30 some odd hours without any sleep. I'm waiting for pizza to arrive to celebrate my MVP status, and then i'm crashing in my bed hahah. Just finished reading countless pages of terms from this morning, responding to over 10-15 emails from them, and posting around various forums getting my stuff set up. And working on my own forum at the end of all of that. I like wearing myself down though, I seem to get such a good sleep after my energy is all gone lol.

I even took into account the clipboard and formulas to trim off any extra from a set max digits for the textbox for breshie though.


RE: PassGen v1.0 - BreShiE - 01-21-2012

(01-21-2012, 07:06 PM)AceInfinity Wrote: You posted the method that I just finished posting as a suggestion to breshie along with some other sloppy code lol. I am off to sleep here soon though, it's been a full 30 some odd hours without any sleep. I'm waiting for pizza to arrive to celebrate my MVP status, and then i'm crashing in my bed hahah. Just finished reading countless pages of terms from this morning, responding to over 10-15 emails from them, and posting around various forums getting my stuff set up. And working on my own forum at the end of all of that. I like wearing myself down though, I seem to get such a good sleep after my energy is all gone lol.

I even took into account the clipboard and formulas to trim off any extra from a set max digits for the textbox for breshie though.

What you supplied me with on TLF Ace was amazing, works perfectly!! Big Grin


RE: PassGen v1.0 - King - 01-21-2012

(01-21-2012, 07:06 PM)AceInfinity Wrote: You posted the method that I just finished posting as a suggestion to breshie along with some other sloppy code lol. I am off to sleep here soon though, it's been a full 30 some odd hours without any sleep. I'm waiting for pizza to arrive to celebrate my MVP status, and then i'm crashing in my bed hahah. Just finished reading countless pages of terms from this morning, responding to over 10-15 emails from them, and posting around various forums getting my stuff set up. And working on my own forum at the end of all of that. I like wearing myself down though, I seem to get such a good sleep after my energy is all gone lol.

I even took into account the clipboard and formulas to trim off any extra from a set max digits for the textbox for breshie though.

Sleep tight!


RE: PassGen v2.0 - BreShiE - 01-21-2012

Updated the OP, it's now v2.0.


RE: PassGen v2.0 - King - 01-21-2012

How does it store the passwords?