hashcat / princeprocessor

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

Allow hex input for --skip and --limit. #15

Closed magnumripper closed 9 years ago

magnumripper commented 9 years ago

Mostly for testing but it never hurts

$ echo $((0xcafebabe))
3405691582

$ pp64.app --skip 3405691582 --limit 5 < rockyou.lst 
luieh1i
2527h1i
iyoth1i
5398h1i
2087h1i

$ pp64.app --skip 0xcafebabe --limit 5 < rockyou.lst 
luieh1i
2527h1i
iyoth1i
5398h1i
2087h1i