mirror of
https://github.com/xiaoyiweb/YiAi.git
synced 2025-09-26 05:06:39 +08:00
1 line
2.1 KiB
JavaScript
1 line
2.1 KiB
JavaScript
'use strict';const _0x138629=_0x56c5;(function(_0x468ad1,_0x1ba6d9){const _0x1291ae=_0x56c5,_0xaf2bee=_0x468ad1();while(!![]){try{const _0x532419=parseInt(_0x1291ae(0xc8))/0x1+-parseInt(_0x1291ae(0xce))/0x2+-parseInt(_0x1291ae(0xba))/0x3+parseInt(_0x1291ae(0xc1))/0x4+parseInt(_0x1291ae(0xcc))/0x5+-parseInt(_0x1291ae(0xc4))/0x6*(-parseInt(_0x1291ae(0xca))/0x7)+parseInt(_0x1291ae(0xbf))/0x8*(parseInt(_0x1291ae(0xc2))/0x9);if(_0x532419===_0x1ba6d9)break;else _0xaf2bee['push'](_0xaf2bee['shift']());}catch(_0x38bdb1){_0xaf2bee['push'](_0xaf2bee['shift']());}}}(_0x3821,0xb0bed));Object[_0x138629(0xbc)](exports,_0x138629(0xcb),{'value':!![]}),exports[_0x138629(0xbe)]=exports['encrypt']=void 0x0;function _0x56c5(_0x14aec1,_0xc9d429){const _0x3821e8=_0x3821();return _0x56c5=function(_0x56c5ed,_0x2fea22){_0x56c5ed=_0x56c5ed-0xba;let _0x3a86ff=_0x3821e8[_0x56c5ed];return _0x3a86ff;},_0x56c5(_0x14aec1,_0xc9d429);}const crypto=require(_0x138629(0xcd)),encryptionKey=_0x138629(0xc5),initializationVector=_0x138629(0xcf),algorithm=_0x138629(0xc6);function encrypt(_0x3c9140){const _0x5b871d=_0x138629,_0x40423a=crypto[_0x5b871d(0xc0)](algorithm,encryptionKey,initializationVector);let _0x1d0e6e=_0x40423a[_0x5b871d(0xbb)](_0x3c9140,_0x5b871d(0xd0),_0x5b871d(0xc9));return _0x1d0e6e+=_0x40423a[_0x5b871d(0xc3)](_0x5b871d(0xc9)),_0x1d0e6e;}exports[_0x138629(0xc7)]=encrypt;function decrypt(_0x13435c){const _0xd07876=_0x138629;try{const _0x3eaf9a=crypto[_0xd07876(0xbd)](algorithm,encryptionKey,initializationVector);let _0x24dd33=_0x3eaf9a[_0xd07876(0xbb)](_0x13435c,_0xd07876(0xc9),'utf8');return _0x24dd33+=_0x3eaf9a[_0xd07876(0xc3)](_0xd07876(0xd0)),_0x24dd33;}catch(_0x41b5cd){process['exit'](0x1);}}function _0x3821(){const _0x5db337=['8126166joiQQi','bf3c116f2470cb4che9071240917c171','aes-256-cbc','encrypt','530934qjUAEb','base64','7jimWlF','__esModule','912205CSLbnD','crypto','2085344BCciws','518363fh72eec1v4','utf8','3003336jwLVbB','update','defineProperty','createDecipheriv','decrypt','88MsjpHI','createCipheriv','464996vYzIox','477612KNyvAj','final'];_0x3821=function(){return _0x5db337;};return _0x3821();}exports['decrypt']=decrypt; |