AES * xxTEA encryption demo

This page is a demo of double encryption using xxTEA after AES. Code is based on Stanford Javascript Crypto Library and xxTEA implementation by Chris Veness. The later was modified to overcome known attacks. For my comfort and safety it was installed to load from my own server.
To get started, just type in a password in the first (green) pane and a secret message in the second (red) pane, then click "encrypt". Encryption takes place in your browser only. AES encrypted result will be subsequently encrypted by xxTEA. - SJCL has lots of other options for AES. Unhide to show more functionality in the grey boxes or eventually store ciphertext to just send link rather than message. w@ndri.st

Password

Choose a strong, random password.

Plaintext

This message will be encrypted, so that nobody can read it or change it without your password.

Ciphertext AES * xxTEA

Above your message, encrypted and authenticated by aes so that nobody can read it or change it without your password.
Below your aes message further encrypted by xxTea. Share this one if you prefere double encryption.