01-04-2018, 05:07 PM
(This post was last modified: 01-04-2018, 05:08 PM by walterlacka.)
Code:
cat dict.txt
this
orange
rocks
and
Code:
./pp64.app --elem-cnt-min=4 --elem-cnt-max=4 --pw-max=20 < dict.txt
andandandand
andandandthis
andandthisand
andthisandand
thisandandand
rocksandandand
andandthisthis
andthisandthis
thisandandthis
andandrocksand
etc
etc
Code:
./pp64.app --elem-cnt-min=3 --elem-cnt-max=4 --pw-max=20 < dict.txt
andandand
andandthis
andthisand
thisandand
andandrocks
andthisthis
thisandthis
androcksand
thisthisand
rocksandand
andandandand
andthisrocks
thisandrocks
androcksthis
thisthisthis
rocksandthis
andorangeand
thisrocksand
rocksthisand
etc
etc