How to Secure PDF on Mac Free (3 Easy Ways)
Advertisement
Mac users have multiple free options for securing PDF files with password protection. You can use PDFcraft in your browser, the built-in Preview app, or a combination of both. Here are all three methods explained.
Method 1 — PDFcraft (easiest, works on any Mac)
Open Safari or Chrome on Mac
Go to getpdfcraft.com. No software installation needed.
Click Protect PDF
Select the Protect PDF tool.
Select your PDF and set password
Choose your file, enter a strong password, click Protect.
Download the secured PDF
Files never uploaded — complete privacy on your Mac.
Method 2 — Mac Preview (built-in, no download needed)
Open the PDF in Preview
Double-click the PDF to open in Preview.
Go to File → Export as PDF
Important: use Export as PDF, not Save.
Check Encrypt checkbox
At the bottom of the export dialog, check the Encrypt checkbox.
Enter password and save
Type your password twice to confirm, then save. The PDF is now password protected.
Method 3 — Terminal (for advanced Mac users)
Open Terminal
Go to Applications → Utilities → Terminal.
Run the command
Use: python3 -c "import pikepdf; pdf = pikepdf.open('input.pdf'); pdf.save('output.pdf', encryption=pikepdf.Encryption(user='yourpassword', owner='yourpassword'))"
Install pikepdf if needed
Run: pip3 install pikepdf — then run the command above.
Which method is best for Mac?
Use PDFcraft for quick, private protection
Fastest and most private — no software needed, works on any Mac.
Use Preview for offline use
Great if you're offline and need occasional PDF protection.
Use Terminal for batch processing
Best for developers who need to protect many PDFs automatically.
💡 Pro tip
When using Preview to encrypt, always use File → Export as PDF — not File → Save. Using Save creates an unencrypted version that overwrites your original.
Advertisement
Frequently asked questions
Can I secure a PDF on Mac for free?
Yes. Both PDFcraft (browser-based) and Mac's built-in Preview app offer free PDF password protection.
How do I password protect a PDF on Mac without software?
Use PDFcraft in Safari or Chrome — no software installation needed.
Does Mac Preview encryption use strong encryption?
Yes. Mac Preview uses AES-128 encryption for PDF password protection.
Can I secure PDFs on a MacBook?
Yes. All methods work on MacBook Air, MacBook Pro, and all Mac models.
Can I secure a PDF on Mac without internet?
Yes. Mac Preview works completely offline for PDF encryption.
Will a PDF secured on Mac open on Windows?
Yes. Password-protected PDFs are a universal standard that works on all platforms.
Advertisement