OxygenPDF

비밀번호 없이 PDF를 X.509 인증서로 암호화하는 무료 공개키 봉인 도구

수신자의 X.509 인증서로 PDF를 암호화해 해당 개인키만 열 수 있게 합니다. 공유 비밀번호 없이 공개키로 봉인하고, 필요하면 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를 X.509 인증서로 암호화하는 무료 공개키 봉인 도구: 자주 묻는 질문

이 도구와 작동 방식에 대해 자주 묻는 질문입니다.

평생 무료

119개 이상의 모든 도구 평생 무료
비주얼 워크플로 빌더 — 도구를 자유롭게 연결
데스크톱 앱 다운로드

Pro

$29 1회 결제
여러 파일 일괄 처리
인디 개발자 후원하기
14일 환불 보장

도구의 사용 방식을 파악하고 사용자 경험을 개선하기 위해 분석 도구를 사용합니다. 사용자의 개인 파일은 절대 전송되지 않습니다.