Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simple password not discovered using default-query (similar issue already reported by someone else) #28

Open
biggith opened this issue Feb 16, 2024 · 1 comment

Comments

@biggith
Copy link

biggith commented Feb 16, 2024

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

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.
@MKVO-pts
Copy link
Contributor

MKVO-pts commented Mar 24, 2024

Default-query was missing lowercase letters, should be fixed by MKVO-pts-patch-1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants