How to Password Protect and Encrypt a PDF Using Preview on macOS

When you need to transmit a highly classified financial or legal PDF document across an unsecure network, leaving the data naked is mathematically reckless. To force the native macOS Core Graphics engine to execute an absolute cryptographic lockdown, wrapping the document in a heavy encryption matrix that requires a precise password for decryption, you must deploy the Security protocol within the Preview application.

Executing the Cryptographic Lockdown

The Preview engine contains a deeply integrated encryption subroutine capable of altering the fundamental file architecture, rendering the vector data unreadable without the correct cryptographic key (password).

  1. Locate your target classified PDF file in Finder and double-click to open it natively in Preview.
  2. Look at the absolute top menu bar. Click the File menu.
  3. From the drop-down array, select the critical command labeled Export… (Do not select “Export as PDF”).

Deploying the Password Matrix

  1. The macOS kernel will spawn a complex save dialog modal.
  2. Look at the absolute bottom of the modal. You will see a small, highly critical checkbox labeled Encrypt.
  3. Click the checkbox to activate the cryptographic engine.
  4. The system will instantly spawn two new text input fields: Password and Verify.
  5. Enter your complex alphanumeric cryptographic key into both fields.
  6. Define your desired filename and geometric save location (e.g., Desktop).
  7. Click the Save button.

The exact millisecond you click Save, the Preview engine intercepts the parameters. It violently encrypts the vector arrays using the supplied password string and writes a completely locked, secure PDF file to your hard drive. If a hostile actor attempts to open this new file, the macOS kernel will instantly block the rendering sequence and demand the cryptographic key.

Get the best tech tips delivered straight to your inbox.

Join thousands of readers mastering Apple, Google, Microsoft, and Linux.