Encrypt and decrypt text using AES encryption with a passphrase you provide. The encrypted output is a Base64 string that can only be decrypted with the same passphrase. Encryption runs entirely in your browser — the text and passphrase never leave your device. Useful for storing sensitive notes and sharing private messages.