About this tool
A password stays in this tab. The file is encrypted with AES-256-GCM; the content key is wrapped with PBES2-HS256+A256KW (PBKDF2-HMAC-SHA256, 600,000 iterations). The container is compact JWE from RFC 7516 / 7518 — not a homemade box. Decrypt the .jwe on the same page. Nothing is uploaded, and there is no account that could hold a recovery key.
Why JWE and not a mystery .enc
A private container is how files get stranded when the site disappears. Compact JWE is an existing open format with published test vectors (RFC 7516 Appendix A.1 for A256GCM, RFC 7517 Appendix C for PBES2 key wrap, RFC 3394 §4.6 for the 256-bit wrap). Other JWE tools that implement the same alg / enc pair can read the file; this page does not invent a header.
If the password is gone, the file is gone
There is no reset mail, no security questions, no 'we can unlock it for you'. That is the point of doing this in the browser: we never see the password, so we cannot give it back. Write it down somewhere that will still exist next year before you delete the plaintext.