You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here's another instance of a password not found by default-query. Created a PDF with a password of
bored
On MacOS 13.6.4, saved via Preview. The file is attached in case it helps. Thanks! pdfritet.pdf
The text was updated successfully, but these errors were encountered:
MKVO-pts
added a commit
to MKVO-pts/pdfrip
that referenced
this issue
Mar 24, 2024
Solution Issue mufeedvh#21 and mufeedvh#28:
default_query didn't had lower case letters, though explaining why failing to crack password "bored"
Optimization:
Instead of cloning self.current at the beginning of the method, initialize var next directly with self.current.clone(), expect reduction in memory allocation, copying overhead, resulting in faster execution times and lower memory usage.
Here's another instance of a password not found by default-query. Created a PDF with a password of
bored
On MacOS 13.6.4, saved via Preview. The file is attached in case it helps. Thanks!
pdfritet.pdf
The text was updated successfully, but these errors were encountered: