hashcat / princeprocessor

Standalone password candidate generator using the PRINCE algorithm
Other
425 stars 98 forks source link

--elem-cnt-max can't be larger than --pw-max (so should bail with error) #10

Closed magnumripper closed 9 years ago

magnumripper commented 9 years ago

Or do I misunderstand something? How could we possibly assemble more than 16 elements to an output length of 16?

$ pp64 <rockyou.lst --keyspace --elem-cnt-max=17           
2864017153353783877782596984
jsteube commented 9 years ago

Fixed, thanks for report!