Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

create random salt js

const crypto = require('crypto');
console.log(crypto.randomBytes(16).toString('hex')); //You can easily run it on terminal and copy the code.
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #create #random #salt #js
ADD COMMENT
Topic
Name
2+6 =