The .env Decryption Tool is the companion to the encryption tool: it takes a file of ENC: tokens and your passphrase, and restores the original values — one click, entirely in the browser.
Each token embeds its own random nonce and an AES-GCM authentication tag. That tag is what makes decryption safe: a wrong passphrase or a ciphertext modified in transit fails verification and is reported, rather than producing silently corrupted values.
Lines that are not encrypted — comments, blanks, and plaintext keys — pass through untouched, so the output is a faithful, readable copy of the original configuration.