var hash = CryptoJS.SHA256("Message"); alert(hash.toString(CryptoJS.enc.Base64)); alert(hash.toString(CryptoJS.enc.Hex));