Sunday, May 12, 2024
 Popular · Latest · Hot · Upcoming
18
rated 0 times [  18] [ 0]  / answers: 1 / hits: 5556  / 3 Years ago, mon, may 24, 2021, 5:57:32

I lost the password to open a PDF file I need to access, so I installed pdfcrack with the hope to recover my password. Actually it's one month that pdfcrack is running but I still am waiting for the result.



Looking at system monitor I noted that pdfcrack is using just one core of my CPU, the other 7 are idle. Is there a way to assign to pdfcrack more than one core to use? I'm using Ubuntu 12.04LTS 32-bit.


More From » 12.04

 Answers
1

Unless specifically designed to do so, software cannot generally use more than one CPU core, and cannot in general have extra added.


(Writing software to run on multiple cores concurrently is significantly more complicated, as you cannot guarantee the order in which tasks will finish, so you have to guard against all manner of problems caused by multiple CPUs trying to access resources concurrently, or events occurring in a different order to that you expected).


That said, PDF cracking is a task that should be parallelisable. It appears you can find a modified version with multi-core support, but it looks like you'll have to compile it from source.


[#32744] Tuesday, May 25, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
gavgenerati

Total Points: 120
Total Questions: 126
Total Answers: 119

Location: Marshall Islands
Member since Wed, Feb 9, 2022
2 Years ago
;