The MASM Forum Archive 2004 to 2012

General Forums => The Laboratory => Topic started by: N1ghtm4r3 on April 19, 2011, 10:55:02 AM

Title: Password Generator
Post by: N1ghtm4r3 on April 19, 2011, 10:55:02 AM
hi,
I coded a simple password generator today, here is the source.
any suggestion/code improvement is welcome :)

(http://oi55.tinypic.com/2rglwtv.jpg)
Title: Re: Password Generator
Post by: qWord on April 19, 2011, 11:11:40 AM
nice tool

You may thinking about adding some Checkboxes allowing to automatic add/remove character sets. e.g.: '0-9','A-Z','a-z','special char.',...
Title: Re: Password Generator
Post by: N1ghtm4r3 on April 19, 2011, 12:45:53 PM
here.
Title: Re: Password Generator
Post by: Bill Cravener on April 19, 2011, 01:39:55 PM
Nice job N1ghtm4r3. I like your style!

I think I'll hang on to it, could come in handy. :wink
Title: Re: Password Generator
Post by: N1ghtm4r3 on April 19, 2011, 03:10:57 PM
Thanks Bill Cravener :)
Title: Re: Password Generator
Post by: Neil on April 19, 2011, 04:09:16 PM
You might like to check this out :-

http://www.masm32.com/board/index.php?topic=11679.msg106770#msg106770

I use a totally different approach to your method, in that I don't seed but use the difference in speed between the processor & the keyboard interrupt.
Title: Re: Password Generator
Post by: Neil on April 22, 2011, 08:49:24 AM
just looked at this link myself & realised I never posted the ammended source. If anyone is interested here it is.
Title: Re: Password Generator
Post by: anunitu on April 22, 2011, 04:15:29 PM
Here is a good link as far as concidering the actual process of creating "Random" passwords.

https://www.grc.com/passwords.htm

Gibson is the in depth Asm guy in my opinion