Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
www
/
talha_silentcontent
/
node_modules
/
next
/
dist
/
server
/
Filename :
node-polyfill-crypto.js
back
Copy
// Polyfill crypto() in the Node.js environment "use strict"; if (!global.crypto) { let webcrypto; Object.defineProperty(global, "crypto", { enumerable: false, configurable: true, get () { if (!webcrypto) { webcrypto = require("node:crypto").webcrypto; } return webcrypto; }, set (value) { webcrypto = value; } }); } //# sourceMappingURL=node-polyfill-crypto.js.map