Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
function getToken(time) { var token = time + getPswId(); console.log(token); return md5.hex_md5(token); }
js function for hashing messages with MD5