เข้ารหัส PDF ด้วยใบรับรอง เปิดได้เฉพาะคีย์ส่วนตัว
เข้ารหัส PDF ให้ผู้รับด้วยใบรับรอง X.509 โดยไม่ต้องแชร์รหัสผ่าน มีเฉพาะคีย์ส่วนตัวของเขาที่เปิดได้ พร้อมเซ็น PKCS#7 ฟรีในเบราว์เซอร์
Passwordless encryption for exactly who you mean
Certificate encryption vs passwords
Password protection has a built-in flaw: the password is a second secret you have to deliver safely, and anyone who gets it can open the file forever. Certificate encryption removes the shared secret entirely. You encrypt to the recipient's public certificate; only the matching private key — which never leaves their hands — can open the result.
This tool wraps your PDF in a CMS EnvelopedData package (.p7m): AES-256 encrypts the content, and the content key is wrapped separately for each recipient with RSA-OAEP. Add several recipient certificates and each holder can open the same sealed file independently.
Sign and seal in one pass
Optionally load your own PKCS#12 certificate to embed a real PKCS#7 signature before sealing — so the recipient can verify not just that the file is confidential, but that it came from you and hasn't been altered. A wax-seal stamp option draws a visible seal (signer name and date) on the last page for printed or previewed copies.
The seal is honest about what it is: a visual mark plus a real cryptographic signature underneath — not security theater.
How it protects the file
Standards-based cryptography, no shared secrets.
Recipient certificates
Import .cer/.crt/.pem public certificates. Each recipient's private key opens the same envelope.
AES-256 + RSA-OAEP
Content encrypted with AES-256-CBC; per-recipient key wrapping with RSA-OAEP — the CMS standard.
Optional PKCS#7 signature
Sign with your .pfx before sealing so authenticity travels with confidentiality.
No password to leak
Nothing to phone, email, or reuse — the recipient's existing private key is the only secret.
How recipients open it
The output is a .p7m file — the standard CMS envelope format. Recipients decrypt it with their private key using any CMS-compatible tool (openssl cms -decrypt, or their mail/PKI client). Because decryption needs the private key rather than a password, there is nothing for you to transmit separately and nothing for an attacker to phish.
Everything runs in your browser: the PDF, your .pfx, and the recipients' certificates never leave the device.
เข้ารหัส PDF ด้วยใบรับรอง เปิดได้เฉพาะคีย์ส่วนตัว: คำถามที่พบบ่อย
คำถามที่พบบ่อยเกี่ยวกับเครื่องมือนี้และหลักการทำงาน
ฟรีตลอดไป
Pro
$29 จ่ายครั้งเดียวเครื่องมือที่เกี่ยวข้อง
จัดการไฟล์ PDF ของคุณต่อ
เซ็นชื่อใน PDF
เพิ่มลายเซ็นอิเล็กทรอนิกส์ลงในเอกสาร PDF ของคุณ
ตั้งรหัสผ่านป้องกัน PDF
เข้ารหัสเอกสาร PDF ของคุณด้วยรหัสผ่าน
ปลดล็อกรหัสผ่าน PDF
ลบรหัสผ่านป้องกันออกจากเอกสาร PDF ของคุณ
ล้างข้อมูลส่วนเกินใน PDF
ลบเมทาดาตา คำอธิบายประกอบ สคริปต์ และข้อมูลที่ซ่อนอยู่ออกทั้งหมด
กำหนดสิทธิ์การใช้งาน PDF
ตั้งค่าการจำกัดสิทธิ์ของเอกสาร เช่น ห้ามพิมพ์ หรือห้ามคัดลอกข้อความ
เซ็นเซอร์ปิดทับข้อมูล PDF
ลบข้อมูลลับหรือข้อมูลที่ละเอียดอ่อนออกจาก PDF อย่างถาวร