PDF 전자서명 유효성 검증: 서명자 신원, 인증서 체인, 변조 여부 확인
PDF 파일의 전자서명을 브라우저에서 무료로 검증하세요. 서명자 신원, 인증서 체인, 서명 시각, 문서 변조 여부와 신뢰 상태까지 확인하고, 세부 인증서 정보를 살펴보며 파일 업로드 없이 로컬에서 안전하게 결과를 검토할 수 있습니다.
Check whether a signed PDF is still trustworthy
What verification actually checks
A PDF signature is a CMS (PKCS#7) blob embedded in the file, covering a declared byte range. This tool parses every signature dictionary, extracts the CMS structure, and runs three checks: does the signature cryptographically verify against the bytes it claims to cover, does the byte range span the whole file (so nothing was appended after signing), and what does the embedded certificate chain look like.
The result is a per-signature report: signer name and full subject, issuing CA, serial number, validity window, SHA-256 fingerprint, signing time, and a clear verdict — valid, modified after signing, or invalid.
What the report shows
Everything a verifier needs to make a trust call.
Validity verdict
Valid, modified-after-signing, or invalid — with the cryptographic check behind each call.
Certificate details
Subject, issuer, serial, validity dates, and SHA-256 fingerprint for every embedded certificate.
Signing time
The claimed signing time from the CMS attributes, plus RFC 3161 timestamp tokens when present.
Batch + JSON export
Verify several PDFs at once and export the whole result set as a JSON report for compliance records.
Tamper detection
The most important check is coverage: a signature only protects the bytes inside its byte range. If a document was modified after signing — a page added, a field changed, an incremental update appended — the signature either fails verification or provably does not cover the tail of the file. Both cases are flagged, so 'signed' never silently means 'unchanged'.
Document timestamps (ETSI.RFC3161 signatures) are recognized and reported separately, including the time the timestamping authority certified.
Local and private
Verification is pure parsing and math — no network, no upload, no OCSP or CRL fetches. The chain check reports what the embedded certificates prove on their own; whether you trust the issuing CA is a decision the report informs rather than makes.
PDF 전자서명 유효성 검증: 서명자 신원, 인증서 체인, 변조 여부 확인: 자주 묻는 질문
이 도구와 작동 방식에 대해 자주 묻는 질문입니다.
Pro
$29 1회 결제