🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-07 21:50:53 | PHP 8.2.32
📂
/ (Root)
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
crypto-random-string
📍 /usr/lib/node_modules/npm/node_modules/crypto-random-string
🔄 Refresh
✏️
Editing: index.js
Read Only
'use strict'; const crypto = require('crypto'); module.exports = len => { if (!Number.isFinite(len)) { throw new TypeError('Expected a finite number'); } return crypto.randomBytes(Math.ceil(len / 2)).toString('hex').slice(0, len); };
💾 Save Changes
❌ Cancel