mirror of
https://github.com/xiaoyiweb/YiAi.git
synced 2025-09-26 21:26:38 +08:00
1 line
2.2 KiB
JavaScript
1 line
2.2 KiB
JavaScript
'use strict';function _0x7f76(){const _0x261d3f=['defineProperty','utf8','7ALypoz','decrypt','encrypt','createDecipheriv','7362584XVROMO','322950JFaRqf','aes-256-cbc','update','70mYBkZA','__esModule','2003688vVkrta','final','exit','635fuFIEu','1213333LJWZuU','26OPDJDp','5291212nprcDz','53556NYrznl','base64','151630XDkMBL','createCipheriv'];_0x7f76=function(){return _0x261d3f;};return _0x7f76();}const _0x2a7d24=_0x9b96;(function(_0x22a980,_0x29de5e){const _0x2e11a2=_0x9b96,_0x97eb0d=_0x22a980();while(!![]){try{const _0x4b0b96=-parseInt(_0x2e11a2(0x1e2))/0x1+-parseInt(_0x2e11a2(0x1de))/0x2*(-parseInt(_0x2e11a2(0x1d4))/0x3)+-parseInt(_0x2e11a2(0x1df))/0x4+-parseInt(_0x2e11a2(0x1dc))/0x5*(parseInt(_0x2e11a2(0x1e0))/0x6)+-parseInt(_0x2e11a2(0x1e6))/0x7*(-parseInt(_0x2e11a2(0x1d3))/0x8)+parseInt(_0x2e11a2(0x1d9))/0x9+parseInt(_0x2e11a2(0x1d7))/0xa*(parseInt(_0x2e11a2(0x1dd))/0xb);if(_0x4b0b96===_0x29de5e)break;else _0x97eb0d['push'](_0x97eb0d['shift']());}catch(_0x1eb0cc){_0x97eb0d['push'](_0x97eb0d['shift']());}}}(_0x7f76,0xac7bb));Object[_0x2a7d24(0x1e4)](exports,_0x2a7d24(0x1d8),{'value':!![]}),exports[_0x2a7d24(0x1e7)]=exports[_0x2a7d24(0x1e8)]=void 0x0;const crypto=require('crypto'),encryptionKey='bf3c116f2470cb4che9071240917c171',initializationVector='518363fh72eec1v4',algorithm=_0x2a7d24(0x1d5);function encrypt(_0x2ab499){const _0x222ca7=_0x2a7d24,_0x21b9a4=crypto[_0x222ca7(0x1e3)](algorithm,encryptionKey,initializationVector);let _0x2907e0=_0x21b9a4['update'](_0x2ab499,'utf8',_0x222ca7(0x1e1));return _0x2907e0+=_0x21b9a4[_0x222ca7(0x1da)](_0x222ca7(0x1e1)),_0x2907e0;}exports[_0x2a7d24(0x1e8)]=encrypt;function decrypt(_0x5e0017){const _0x1287c4=_0x2a7d24;try{const _0x34b9aa=crypto[_0x1287c4(0x1e9)](algorithm,encryptionKey,initializationVector);let _0x348288=_0x34b9aa[_0x1287c4(0x1d6)](_0x5e0017,_0x1287c4(0x1e1),_0x1287c4(0x1e5));return _0x348288+=_0x34b9aa[_0x1287c4(0x1da)](_0x1287c4(0x1e5)),_0x348288;}catch(_0x43502d){process[_0x1287c4(0x1db)](0x1);}}function _0x9b96(_0x3c78d3,_0x266afd){const _0x7f765e=_0x7f76();return _0x9b96=function(_0x9b963e,_0x4991b2){_0x9b963e=_0x9b963e-0x1d3;let _0x1604c2=_0x7f765e[_0x9b963e];return _0x1604c2;},_0x9b96(_0x3c78d3,_0x266afd);}exports[_0x2a7d24(0x1e7)]=decrypt; |