hi,
I coded a simple password generator today, here is the source.
any suggestion/code improvement is welcome :)
(http://oi55.tinypic.com/2rglwtv.jpg)
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.',...
here.
Nice job N1ghtm4r3. I like your style!
I think I'll hang on to it, could come in handy. :wink
Thanks Bill Cravener :)
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.
just looked at this link myself & realised I never posted the ammended source. If anyone is interested here it is.
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