kgolawski
kgolawski
Don't trust PDF header, my colleague once reported an issue that PDF header version mismatched used security scheme.
Can you provide hash string and password? Are you using CUDA or OpenCL? I created simple wordlist and works like a charm. ``` hashcat (v6.2.6-851-g6716447df) starting OpenCL API (OpenCL 2.0...
I am not able to verify on Windows, but on Linux works fine.
What do you think about creating some consts like `ITER_DIGITS_MIN`/`ITER_DIGITS_MAX`? ```c const static unsigned ITER_DIGITS_MIN = 1; const static unsigned ITER_DIGITS_MAX = 10; // validate with those values const unsigned...
Hmm... Well, isn't it simpler to use `const static unsigned INTMAX = ~0`? Maybe with a tiny comment why this value was chosen. It's more about readability rather than option...
Are you sure that you have installed proper drivers (and your device supports it)? My Intel Xeon works very well. Fresh build from `master` branch. ``` $ ./hashcat -I hashcat...
Had same problem here GH-2553. I finally re-implemented PyHashcat on my own in Cython and got some working version with the trick below. ```py cdef int session_init(hashcat_ctx_t *context): install_directory =...
I fully agree that Hashcat should have a better alternative for the initialization process. In my opinion Hashcat maintainers need to decide whether to make the API more user-friendly or...
@process0, the main issue I faced was related to versioning. The binary and the library have the same version, tied to the binary. Between versions 6.2.2 and 6.2.3, if I...
Hey @PenguinKeeper7 Can you provide old wallet file (or test my extraction script on your own)?