Two different PDF passwords
A PDF can carry two very different kinds of password, and they call for opposite approaches:
- Owner (permissions) password. The file opens normally, but printing, copying or editing is restricted. On a PDF you own, this restriction can be removed instantly — it’s a quick, direct operation, not a search. (This is the one case where “remove” is literally accurate.)
- User (open) password. Required to open the file at all. If you’ve forgotten it, there’s nothing to remove — it has to be recovered by searching for the password.
Krylack handles both on files you own.
How PDF encryption works
PDF encryption has gone through several revisions, and yours determines how a forgotten open password is recovered:
- 40-bit RC4 (revision 2) — the oldest scheme. Weak, so recovery is fast.
- 128-bit RC4 / AES (revisions 3–4) — very common in everyday PDFs.
- 256-bit AES (revision 5) — modern and strong.
- 256-bit AES, PDF 2.0 (revision 6) — the newest, with a heavy key-derivation step, so it’s slow to search by design.
What to expect
- Removing an owner/permissions password from your own PDF is essentially instant, whatever the revision.
- Recovering a forgotten open password depends on the password’s strength and the encryption revision: older RC4 files are quick; a long random password on 256-bit AES (especially PDF 2.0) can be impractical to search exhaustively. We say so honestly rather than overpromising.
A GPU speeds up open-password recovery, particularly against the AES revisions.
Recovery methods
- Dictionary — real words and known password lists, with optional rules.
- Smart — masks and patterns for anything you remember about the password.
- Brute-force — every combination, practical mainly for short passwords.
Frequently asked
How do I remove a PDF password so I can print or copy? That’s the owner/permissions password. On a PDF you own, Krylack removes the restriction directly — no search needed — so you can print, copy and edit again.
I’ve forgotten the password that opens my PDF — can you get it back? That’s the user (open) password, which has to be recovered. Open the file in Krylack, choose a method, and let it search. Short or memorable passwords are very recoverable; long random ones on modern AES may be beyond practical reach.
How do I know which kind of password my PDF has? If the file opens but blocks printing, copying or editing, it has an owner/permissions password (instantly removable). If it demands a password just to open, that’s a user password (recovered by searching). Krylack detects the encryption for you.