hashcat / hashcat-utils

Small utilities that are useful in advanced password cracking
MIT License
1.33k stars 353 forks source link

combipow: fixed some problems/overflows with shifts #19

Closed philsmd closed 7 years ago

philsmd commented 7 years ago

This should fix some unsigned int (integer) overflows... we need a 64 bit integer for variables i and j.

Thank you