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
- Drag a PDF onto the box, or click browse to pick one.
- Read the encrypted or not-encrypted badge that appears instantly.
- 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
File Type Identifier
Find out what a file really is from its magic bytes, not its extension. Detects images, audio, video, archives, fonts, and more in your browser. Private.
PDF Metadata Viewer
View a PDF's metadata in your browser: title, author, subject, keywords, creator, producer, and creation and modified dates, plus the PDF version. Private.
PDF Page Counter
Count the number of pages in a PDF in your browser. Drop a file in and see the page count instantly. Nothing is uploaded, so private documents stay private.
Add Page Numbers to PDF
Add page numbers to a PDF in your browser. Pick the corner, starting number, and font size, then download. Nothing is uploaded.
Delete PDF Pages
Remove pages from a PDF by number or range, then download the smaller file. Runs entirely in your browser, nothing is uploaded.
Extract PDF Pages
Extract a page range from a PDF into a new file. Enter pages like 1-3, 7 and download. Runs in your browser, nothing is uploaded.