관리-도구
편집 파일: index.js
'use strict'; const cryptoRandomString = require('crypto-random-string'); module.exports = () => cryptoRandomString(32);