Remove PDF password without cracking it

0

I have a PDF with a strong password (contains uppercase, lowercase letter, digits, special characters). Now I don't know what's the length of the password. All I care about is contents of the file.

I am trying PDF Password Cracker Enterprise v3.1 it allows you to specify min and max password length and uses a Brute-Force type of attack. Problem is brute force attack takes a hell lot of time. For past 24 hours it's running the attack but so far it has only reached 6 characters.

Any way I can remove the password without actually cracking it !?

abhishek14d

Posted 2016-03-15T09:38:07.803

Reputation: 11

Question was closed 2016-03-19T15:29:10.857

6

Have you checked this :http://superuser.com/questions/86266/removing-the-password-from-a-pdf-file?rq=1 ?

– nex84 – 2016-03-15T09:45:04.617

@nex84 Yes I went through that thread you mentioned and the top answer led me to tool I have mentioned in my question viz. "PDF Password Cracker Enterprise v3.1" – abhishek14d – 2016-03-15T09:56:09.557

There is only one way to remove the password from a password protected PDF file, and that of course, is to provide the password. Take this comment however, you want, but that is literally the only way. Even getting the author, themselves to do it, would involve providing the password. – Ramhound – 2016-03-15T12:45:05.297

try MUPDF: http://mupdf.com/news - there's a windows command line tool called mutool.exe which you can use to remove the password: c:\> mutool clean protected.pdf clean.pdf

– Sun – 2016-07-22T14:47:48.460

Answers

4

Any way I can remove the password without actually cracking it !?

Yes, ask the issuer for an unprotected version. It is as simple as that. Otherwise, you'd better respect the intention of the issuer.

Is the document protected with an user password (needed to open it) or with an owner password (needed to modify it)?

Max Wyss

Posted 2016-03-15T09:38:07.803

Reputation: 1 481

Sometime I am the rightful owner of the PDF, trying to remove an old password on my payslip which I forgot. – Daniel Da Cunha – 2020-02-08T02:12:15.097