The default params used for AES encryption with CryptoJS are:
Are these safe to use?
Answering my own question; NO! ABSOLUTELY NOT!
CryptoJS by default does only a single iteration of MD5 hashing over the password, which is extremely weak unless the password is extremely strong!
Correct key derivation of arbitrary passwords should do key derivation with something along the 30k iterations!