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