News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Password Generator

Started by N1ghtm4r3, April 19, 2011, 10:55:02 AM

Previous topic - Next topic

N1ghtm4r3

hi,
I coded a simple password generator today, here is the source.
any suggestion/code improvement is welcome :)



qWord

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.',...
FPU in a trice: SmplMath
It's that simple!

N1ghtm4r3


Bill Cravener

Nice job N1ghtm4r3. I like your style!

I think I'll hang on to it, could come in handy. :wink
My MASM32 Examples.

"Prejudice does not arise from low intelligence it arises from conservative ideals to which people of low intelligence are drawn." ~ Isaidthat

N1ghtm4r3


Neil

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.

Neil

#6
just looked at this link myself & realised I never posted the ammended source. If anyone is interested here it is.

anunitu

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