Boneyard Tools

PDF Encryption and Permissions Checker

Drop in a PDF to see whether it is encrypted and exactly what its security settings allow. The report shows the encryption algorithm version, the key length in bits, the security handler, and a clear allowed or blocked list for printing, copying, editing, annotating, form filling, and assembly. The file is read entirely in your browser and never uploaded.

How to check PDF encryption

  1. Drag a PDF onto the box, or click browse to pick one.
  2. Read the encrypted or not-encrypted badge that appears instantly.
  3. If it is encrypted, review the algorithm, key length, and permissions list.

Examples

A password-protected PDF

report.pdf (encrypted with 128-bit RC4, /P -44)
Encrypted: Standard handler, V2 R3, 128-bit, printing allowed, copying allowed, editing blocked

Frequently asked questions

Is my PDF uploaded anywhere?

No. The PDF is read and parsed entirely in your browser using JavaScript. Nothing is sent to a server, so even confidential documents stay on your device.

Can this open or crack a password-protected PDF?

No. This is not a password cracker. It only reports the security settings a PDF declares about itself, such as the encryption version and which actions are permitted. It never tries to recover a password, decrypt content, or bypass any restriction.

What do the permissions mean?

PDFs store a permissions value that flags which actions are allowed: printing, modifying content, copying or extracting text, adding annotations, filling forms, extracting text for accessibility, assembling pages, and high-resolution printing. The tool decodes that value into a plain allowed or blocked list.

What is the difference between V, R, and Length?

V is the encryption algorithm version, R is the standard security handler revision, and Length is the key size in bits (40 by default when not stated). Together they describe how strongly the file is encrypted, for example V2 R3 with 128 bits, or V5 R6 with 256-bit AES.

Why can a file say it is encrypted but show no permissions?

Some PDFs store the encryption dictionary indirectly or inside an object stream, so the detailed fields are not readable from the raw bytes. In that case the tool still confirms that the document is encrypted but may not list every setting.

Does an encrypted PDF always need a password to open?

Not always. Many PDFs are encrypted with an empty user password, so they open without prompting but still enforce the owner permissions, such as blocking copying or editing. This tool reports those restrictions regardless of whether a password is required to open the file.

Related tools