I would like to us Crypto-JS in Google Apps Script and have copied all source files into my project.
When trying to encrypt data with its AES, I can't get it to work because the following reference in aes.js is not valid in Google Apps Script:
var C_lib = C.lib;
This is my "JavaScript for Dummies" question (I am a JavaScript newbie) :-)
How can I reference and use C.lib with Google Apps Script?
What is C.lib? I have not found any good information on Google and SO.