pwgen rule
#1
Hi,
I'm working to make a rule based in pwgen.
But I'm a little bit newbie :-P .
I read the code and I see that:
passwords don't starts by 'ng' or 'gh'
Any vowel can't be before vowel|diphtong ('ae', 'ah', 'ai', 'ee', 'ei', 'ie', 'oh', 'oo')
2 number in 8 characters . Numbers in random positions.

Anyone can help me??

Thank you!
Reply
#2
Anyone can help me?
Reply
#3
sry, guess most of us, including me, have no idea what you are talking about
Reply
#4
Ops sry....
Anyone knows pwgen? password generator soft...
This soft use phonema rule to generate the password like:
The passwords never starts by 'ng' or 'gh'...
Every password (8 characters) have 2 numbers in random positions...
A vowel (a,e,i,o,u) can't be before this ('ae', 'ah', 'ai', 'ee', 'ei', 'ie', 'oh', 'oo')...
It's stange but I have thousand of passwords generates by this soft and i need a rule to crack it more easly
Is there a way to make complex rules?
http://sourceforge.net/projects/pwgen/ <-- Source of pwgen
Reply