How to Password Protect and Encrypt PDF Files: 256-bit AES vs 128-bit RC4
Transmitting unencrypted PDF attachments over email exposes sensitive personal data to interception. Discover how to apply 256-bit AES encryption and granular permission locks directly in your web browser with zero server transmission.
1. User Password vs Master (Owner) Password
PDF security defines two distinct cryptographic keys: the Document Open (User) Password and the Permissions (Owner) Password. An open password encrypts the document streams completely, requiring authentication before any page can be read. A master password controls whether authorized readers can print, highlight, or copy text to their clipboard.
2. Why Modern 256-bit AES Replaced 128-bit RC4
Legacy PDF tools used RC4 encryption, which has known mathematical vulnerabilities that allow modern GPUs to crack passwords in minutes. Modern ISO 32000-1 extensions utilize 256-bit AES (Advanced Encryption Standard), providing quantum-resistant protection that cannot be brute-forced.
Run These Tools Free In Your Browser Now
Zero file uploads, unlimited usage, instant processing powered by modern in-browser Web Workers.
Frequently Asked Questions
Does 2run.tools know or store my document password?▾
Never! Cryptographic key derivation and AES stream encryption execute exclusively inside your web browser's JavaScript runtime. Zero bytes or passwords ever travel over the network.
2run Engineering Team
Authored by the browser engine & security team at 2RUN OÜ (Tallinn, Estonia). Built on zero-retention and private client-side architecture.