Hi - noob here so apologies.
I am struggling to test the hashing js out.
I have imported the CryptoJS (googlecode) and created a Generic Service for the JS.
I have created parameters called hashedkey and salt.
In the data mode I have added the generic service and mapped the hashedkey and salt to input key and label respectively.
The next bit i'm not too sure about - I want to hash value and output to a label so I can see it. (Ultimately I want to output the hash+salt as the password)