Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Help me improve a Password Generator program

Status
Not open for further replies.

mfacen

Member level 1
Joined
Feb 24, 2005
Messages
35
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,765
I'm looking for some code to generate password in one computer, and then when I punch the password in another computer it recognizes is a valid password. I need a lot of diferent passwords and they need to have a pattern so a user just typing will not find one.

Thanks for any help you can give me, any code in any programming lenguaje will do, or even just an idea on how to do it.

My first idea=

16 numbers lenght code

even positions are generated randomly
(ex. 3x4x5x3x9x6.....)
then odd positions are calculated in relation with adjacent numbers
(ex. average 3 4 5 3 9 6
3 4 4 5 7
---------------
33445435976......

the program checks if the typed password complies with the given rule.


The above is just an example, the problem with average is that if user inputs 555555555555 for example is a valid password.

Any ideas ?
 

Re: Password Generator

use already available password breakers
 

Password Generator

Password breakers ? Can you explain ?
 

Password Generator

You can always download full dictionaries aswell, got a hell of a lot of passwords. But then you got to use a breaker or type each paswword by hand.
 

Re: Password Generator

Maybe this will help you: **broken link removed**
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top