Encrypt and decrypt text using AES with a secret key — runs entirely in your browser.
Note: AES mode uses CryptoJS's standard passphrase-based encryption (compatible with most online AES tools including devglan's default). AES-256-CBC derives a deterministic key from your passphrase using SHA-256. Use the same mode and key on both ends.