PDF 암호 보호
PDF를 비밀번호로 암호화하고, 읽는 사람이 무엇을 할 수 있는지 정해요.
이 도구는 브라우저 안에서만 실행돼요. 파일은 절대 업로드되지 않으며, 브라우저의 네트워크 탭에서 직접 확인할 수 있어요. 직접 확인해 보세요. 브라우저의 네트워크 탭을 열어 두고 지켜보면, 남은 작업이 있는지 묻는 작은 요청 하나만 보여요. 도구 이름과 해시뿐이고, 파일은 절대 포함되지 않아요.
이 도구가 하는 일
Two different things are called protection, and a PDF offers both. A user password encrypts the file: without it the document cannot be opened by anyone, and that is real cryptography rather than a preference. The permission flags are not encryption at all - they record a request, such as do not print, that a well-behaved reader honours and any other reader may ignore.
Use the password before a document travels somewhere you do not control: a payslip going to a personal address, a contract sent to a counterparty, tax papers going to an adviser. Reach for the permission flags in the softer case, where a request is all you need and all you will get.
작동 방식
- Drop the PDF onto this page. A document that is already encrypted is refused rather than encrypted twice, because a doubly encrypted file is one no reader can open.
- Type the password people will need in order to open it. This is the field that actually encrypts; everything below it is weaker.
- Set a separate permissions password if opening the file and controlling it should be different privileges. Leave it empty and the open password is used for both.
- Choose the encryption strength, then set the toggles for printing, copying, editing, annotating and form filling.
- Press Protect PDF. The password is the only way back in, so keep it somewhere you will still have it next year.
The encryption is done by qpdf compiled to WebAssembly, running in a worker inside your browser. The password you type is used there to derive the file's key and is never transmitted - open the network tab, protect a document, and the one request you will find asks whether you have tasks left, carrying a tool name and a hash.
The two passwords do different jobs. The open password decrypts the file; the permissions password is what lets somebody lift the restrictions afterwards. qpdf needs a permissions password to set any restriction at all, so when only one box is filled in that password is used for both - one password that opens and fully controls the file.
Take the permission flags for what they are. Acrobat and most commercial readers honour them; plenty of free readers do not, and stripping them takes one pass through Unlock PDF and no password whatsoever. If a document genuinely must not be printed, the answer is not to send it.
AES 256-bit is the default because it is the strongest thing the format offers and every reader since roughly Acrobat 9 understands it. The 128-bit settings are compatibility choices for older software and are meaningfully weaker, RC4 especially. Whichever you pick, the length of your password matters more than the cipher, because the password is what gets guessed.
이 도구가 할 수 없는 일
- The permission flags are advisory. The encryption is real, but do not print and do not copy are requests, and any reader is free to ignore them.
- A lost open password cannot be recovered, here or anywhere else. Nothing in the file remembers it.
- An already-encrypted PDF is refused rather than encrypted a second time. Remove the existing protection with Unlock PDF first.
- The 128-bit options exist for readers too old to understand AES and are not a serious defence. AES 256-bit is the only setting worth relying on.
자주 묻는 질문
- 열기 비밀번호와 권한 비밀번호는 어떻게 다른가요?
- 열기 비밀번호는 문서를 암호화해요. 이게 없으면 아무것도 읽을 수 없어요. 권한 비밀번호는 아무것도 암호화하지 않고, 나중에 제한을 풀 수 있게 해 주는 열쇠예요. 열기 비밀번호만 입력하면 둘 다에 쓰이고, 파일을 읽어도 되는 사람과 제한을 풀어도 되는 사람이 다르다면 둘 다 입력하세요.
- 인쇄나 복사를 껐는데도 다른 사람이 할 수 있나요?
- 마음먹으면 할 수 있어요. 제한은 파일 안의 표시일 뿐이고, 그걸 지키는 건 관례예요. Acrobat과 대부분의 유료 뷰어는 따르지만 무료 뷰어 중 몇몇은 따르지 않고, 소유자 비밀번호를 없애는 도구라면 어떤 것이든 순식간에 제한을 걷어내요.
- 암호화 강도는 무엇을 골라야 하나요?
- 특정 구형 뷰어가 꼭 열어야 하는 경우가 아니라면 AES 256비트를 쓰세요. Acrobat 9 정도부터는 모두 처리해요. 128비트 옵션은 그보다 오래된 소프트웨어를 위한 것이고, RC4는 알려진 약점이 있어요. 어느 쪽이든 짧은 비밀번호는 그 모두를 무의미하게 만들어요.
- 비밀번호를 잊었어요. 복구해 줄 수 있나요?
- 아니요, 그리고 그건 의도한 거예요. 이 형식에는 뒷문이 없고 CekPDF는 비밀번호를 추측하지 않아요. 프라이버시 도구에 크래커를 넣는 건 이 사이트의 존재 이유를 바꾸는 일이에요. 문서가 비밀번호 없이 열리는데 인쇄만 막혀 있다면 PDF 잠금 해제가 대신 해결해 줘요.
- 제 비밀번호가 어딘가로 전송되나요?
- 아니요. 암호화는 브라우저 안 웹 워커에서 실행되고, 비밀번호는 거기서 쓰인 뒤 작업과 함께 사라져요. 버튼을 누르기 전에 네트워크 탭을 열어 두면 확인할 수 있어요. 페이지를 한 번 로드하고 나면 연결을 꺼도 도구가 작동해요.
- 화면 낭독기 권한은 무엇을 하나요?
- 보조 소프트웨어가 소리 내어 읽으려고 텍스트를 추출해도 되는지를 정해요. 그래서 이걸 끄면 화면 낭독기에 의존하는 사람에게는 문서를 쓸 수 없게 돼요. 기본값은 켜짐이에요. AES 256비트에서는 이 표시가 아예 담기지 않으니, 이 설정은 128비트 강도에서만 적용돼요.