AES Encryption

Purpose:

CryptoJS supports AES-128, AES-192, and AES-256. It will pick the variant by the size of the key you pass in.    If you use a passphrase, then it will generate a 256-bit key. This demo will require a passphrase.

Encrypt




Decrypt