Lägg till ett lösenord på en PDF
Kryptera din PDF så att den bara kan öppnas med lösenordet du anger.
Så fungerar det
1. Ladda upp din PDF. 2. Skriv ett lösenord och bekräfta det. 3. Ladda ner — filen är krypterad (AES-256) så den bara kan öppnas med det lösenordet.
Skickas mitt lösenord någonstans?
Nej — krypteringen sker helt i din webbläsare. Din fil och ditt lösenord lämnar aldrig din enhet.
Vad händer om jag glömmer lösenordet?
Det finns ingen återställning — krypteringen är riktig, så ett glömt lösenord innebär att filen inte kan öppnas av någon, inte ens av oss. Förvara det på ett säkert ställe.
Vilken kryptering använder det här?
AES-256, dagens standardkrypteringsstyrka för PDF, via den mycket använda öppna källkodsmotorn qpdf som körs i din webbläsare.
Does this work on a mobile browser?
Yes — it's a regular web page, not an app, so it works the same way in a mobile browser as on desktop. Tap to pick the file, set a password, and download the encrypted result — the encryption still happens entirely on your device.
Does this restrict printing or copying, not just require a password to open?
No — it's a single password that's required to open the file. Once someone has entered it, they can print, copy, and edit like normal; there's no separate owner password or permission controls that limit what an already-authenticated reader can do. Worth knowing anyway: those "disable printing/copying" options other tools offer are only honored by well-behaved PDF readers — anyone can strip them by printing the file to a new PDF.
What makes a good password for this?
Something reasonably long that isn't a guessable word — not your birthday, not "password123". We only require 4 characters minimum so we don't block anyone, but since there's no permission system backing this up, that password is the only thing standing between someone and the file. Treat it like a real password.