WebTools

Password encrypt

Encrypts text with a password. Uses AES-GCM (256-bit) for encryption and PBKDF2 with SHA-256 (250,000 iterations) to derive the key from the password. All processing is done in the browser; nothing is sent to the server. Enter your text in the input area and the password in the Password field below. Output is a base64-encoded payload that you can decrypt with Password decrypt using the same password.

Submits