web-getting-started-samples icon indicating copy to clipboard operation
web-getting-started-samples copied to clipboard

Remove "node-uuid" dependency for salt

Open tomtom215 opened this issue 8 years ago • 0 comments

Remove external dependency of outdated "node-uuid" for salting and using vanilla Node Crypto instead via shaking this salt function instead:

return crypto.randomBytes(20).toString('hex');

tomtom215 avatar Mar 14 '17 03:03 tomtom215