Question: I am trying to generate a random salt of 32 bytes size. But my JS engine Rhino 1.7.13 doesn’t support SecureRandom class. Below is the code snippet of the same. Error logged as below. java.util.concurrent.ExecutionException: javax.script.ScriptException: ReferenceError: "SecureRandom" is ...