加解密

Node.js 加解密

crypto 加密

產生隨機加密字串

const encrypt_string = require('crypto').randomBytes(64).toString('hex');

console.log(encrypt_string);

參考資料