Prince processor capability
#4
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


Messages In This Thread
Prince processor capability - by mcilie1324 - 01-03-2018, 11:50 PM
RE: Prince processor capability - by walterlacka - 01-04-2018, 01:34 AM
RE: Prince processor capability - by mcilie1324 - 01-04-2018, 03:38 PM
RE: Prince processor capability - by walterlacka - 01-04-2018, 05:07 PM
RE: Prince processor capability - by mcilie1324 - 01-04-2018, 06:14 PM