Is the file really encrypted, or just marked read-only?
The finished bytes declare AES-128 revision 4 protection and sampled clear-text content is absent. The self-check then opens the file twice: the no-password attempt must fail and the supplied-password attempt must succeed. That proves what this tool wrote; it does not make a weak password resistant to guessing.
Is this AES-256?
No. This tool writes AES-128 under revision 4 and does not implement revision 6 AES-256 protection. If AES-256 is a requirement, use a current desktop PDF tool and verify its reported encryption mode.
Why does it refuse my password?
Because the encryption is only as strong as the password. Revision 4's key derivation is 50 rounds of MD5, which is cheap to run over a guess list, so a short password is the whole attack. Empty passwords, anything under six characters and short runs of digits are refused; a passphrase of several words is far stronger than a clever short one.
What happens if I forget the password?
Steady PDF cannot reset or return it: the password stays in this tab while the tool runs, and no server copy or account recovery path exists here. Keep a separate copy before closing the page. A weak password may still be guessed; that is an attack on password strength, not a recovery feature.
What do the permission settings do?
They record what a reader is allowed to do once the file is open: copying text, printing, changing it. They are enforced by the reader rather than by mathematics, so treat them as an instruction to well-behaved software, not as a guarantee. Opening is cryptographically gated, but that boundary is still only as strong as the chosen password; weak passwords may be guessed.
Can I protect a file that already has a password?
Not directly — this tool does not ask for an existing password. Remove the old one with the unlock tool on this site, then protect the copy here with the password you want.