下面是列出的每种JS加密算法的简单介绍和JavaScript demo,各位各自将适合自己用的拿去用。

1. AES(对称加密)

说明: 使用相同密钥加密和解密,适用于大规模数据加密。

: CryptoJS

Demo:

const CryptoJS = require('crypto-js');

// 加密
const key = 'secretKey12345678';  // 密钥
const message = 'Hello, world!';
const encrypted = CryptoJS.AES.encrypt(message, key).toString();
console.log('Encrypted:', encrypted);

// 解密
const decrypted = CryptoJS.AES.decrypt(encrypted, key).toString(CryptoJS.enc.Utf8);
console.log('Decrypted:', decrypted);

2. RSA(非对称加密)

说明: 使用公钥加密,私钥解密,适合安全传输敏感数据。

: jsrsasign

Demo:

const { KEYUTIL, KJUR } = require('jsrsasign');

// 生成密钥
const keyPair = KEYUTIL.generateKeypair("RSA", 1024);
const publicKey = KEYUTIL.getPEM(keyPair.pubKeyObj);
const privateKey = KEYUTIL.getPEM(keyPair.prvKeyObj, "PKCS1PRV");

console.log('Public Key:', publicKey);
console.log('Private Key:', privateKey);

// 加密
const message = 'Hello, RSA!';
const encrypted = KJUR.crypto.Cipher.encrypt(message, keyPair.pubKeyObj);
console.log('Encrypted:', encrypted);

// 解密
const decrypted = KJUR.crypto.Cipher.decrypt(encrypted, keyPair.prvKeyObj);
console.log('Decrypted:', decrypted);

3. SHA-256(哈希)

说明: 生成不可逆的消息摘要,常用于密码存储。

Demo:

const CryptoJS = require('crypto-js');

const message = 'password123';
const hash = CryptoJS.SHA256(message).toString();
console.log('SHA-256 Hash:', hash);

4. HMAC-SHA256(消息认证码)

说明: 结合哈希算法和密钥验证数据完整性。

Demo:

const CryptoJS = require('crypto-js');

const secretKey = 'supersecretkey';
const message = 'Important data';
const hmac = CryptoJS.HmacSHA256(message, secretKey).toString();
console.log('HMAC:', hmac);

5. Base64(编码)

说明: 用于将二进制数据转换为文本格式,不属于加密。

Demo:

const message = 'Encode me!';
const encoded = btoa(message);  // 编码
console.log('Base64 Encoded:', encoded);

const decoded = atob(encoded);  // 解码
console.log('Base64 Decoded:', decoded);

6. bcrypt(密钥导出)

说明: 专用于安全存储密码。

Demo:

const bcrypt = require('bcrypt');

const password = 'mypassword';
const saltRounds = 10;

bcrypt.hash(password, saltRounds, (err, hash) => {
    if (err) throw err;
    console.log('Hashed Password:', hash);

    bcrypt.compare(password, hash, (err, result) => {
        console.log('Password Match:', result);
    });
});

7. jsjiami(高级加密)

说明: 专用于JS加密安全保护,让代码变得不可阅读,防止源代码被滥用盗用。

Demo:

var _0x7Sos = 'jsjiami.com.v7';(function(_0x518b59,_0x3dd4a7,_0x3fda22,_0x5ae84b,_0x5501fb,_0x47530d,_0x5787a8){var _0x5468a3={_0x22d305:'\u204e\x59\x24\x6d',_0x4136fe:0x177,_0x1ae05a:0x15e,_0x11c107:'\x36\u205a\x4b\x6a',_0x4a856d:0x118,_0x35a81c:'\x21\u204d\x36\x7a',_0x4441ec:0x13b,_0x115e84:'\u2048\x66\x59\x25',_0x38c6f2:0x108,_0x3f151f:0x148,_0x57a04e:'\x67\x40\u2055\x32',_0x573c6d:0x17c,_0x588aef:0x164,_0x20b6a0:0x12b,_0x2be459:0x160};return _0x518b59=_0x518b59>>-0x168*0xc+-0x1007*-0x2+-0xf28,_0x47530d='hs',_0x5787a8='hs',function(_0xee6ef0,_0x1187c6,_0x408b5c,_0x1ddeea,_0x20d99e){_0x1ddeea='tfi';function _0x1feb8e(_0x5f5cf1,_0x4bee5f,_0x1d5366){return _0x258b(_0x4bee5f-0xb,_0x1d5366);}_0x47530d=_0x1ddeea+_0x47530d,_0x20d99e='up',_0x5787a8+=_0x20d99e,_0x47530d=_0x408b5c(_0x47530d),_0x5787a8=_0x408b5c(_0x5787a8),_0x408b5c=-0x1d07+0x1*0x269f+-0x998;var _0x4267d3=_0xee6ef0();while(!![]&&--_0x5ae84b+_0x1187c6){try{_0x1ddeea=-parseInt(_0x1feb8e(0x139,0x11a,_0x5468a3._0x22d305))/(0x210d*-0x1+0x207a+0x4*0x25)*(-parseInt(_0x1feb8e(_0x5468a3._0x4136fe,_0x5468a3._0x1ae05a,_0x5468a3._0x11c107))/(-0x1a2d*-0x1+-0x1efe+0xf7*0x5))+parseInt(_0x1feb8e(0xc3,0xf2,'\x4d\x35\u2040\x2a'))/(-0x4e4+-0x291*-0x2+-0x3b)+parseInt(_0x1feb8e(0x12e,_0x5468a3._0x4a856d,_0x5468a3._0x35a81c))/(0x21b0*-0x1+-0xf30+0x30e4)*(parseInt(_0x1feb8e(_0x5468a3._0x4441ec,0x165,_0x5468a3._0x115e84))/(0x1640+0x673+0x1*-0x1cae))+-parseInt(_0x1feb8e(_0x5468a3._0x38c6f2,0x142,'\x75\x24\x4a\u2033'))/(-0x212b+0x116*0x22+-0x1*0x3bb)+-parseInt(_0x1feb8e(_0x5468a3._0x3f151f,0x13b,_0x5468a3._0x57a04e))/(-0x113f+0x1b47*-0x1+-0x5*-0x8e9)+parseInt(_0x1feb8e(_0x5468a3._0x573c6d,_0x5468a3._0x588aef,'\x56\u2038\x52\x55'))/(0x1f4e+-0xd37+-0x120f)+-parseInt(_0x1feb8e(_0x5468a3._0x20b6a0,_0x5468a3._0x2be459,'\u200c\x26\x4b\x71'))/(-0x1f67*0x1+-0x20c8+0x4038);}catch(_0x43227d){_0x1ddeea=_0x408b5c;}finally{_0x20d99e=_0x4267d3[_0x47530d]();if(_0x518b59<=_0x5ae84b)_0x408b5c?_0x5501fb?_0x1ddeea=_0x20d99e:_0x5501fb=_0x20d99e:_0x408b5c=_0x20d99e;else{if(_0x408b5c==_0x5501fb['replace'](/[GJPQDWLufTOECNXptAUV=]/g,'')){if(_0x1ddeea===_0x1187c6){_0x4267d3['un'+_0x47530d](_0x20d99e);break;}_0x4267d3[_0x5787a8](_0x20d99e);}}}}}(_0x3fda22,_0x3dd4a7,function(_0x378173,_0x566d51,_0x32f5a3,_0x4641ea,_0x2a611f,_0x3acd69,_0x1d4211){return _0x566d51='\x73\x70\x6c\x69\x74',_0x378173=arguments[0x1d30+-0x7*-0x166+-0x26fa],_0x378173=_0x378173[_0x566d51](''),_0x32f5a3='\x72\x65\x76\x65\x72\x73\x65',_0x378173=_0x378173[_0x32f5a3]('\x76'),_0x4641ea='\x6a\x6f\x69\x6e',(0xb*0x2a97+-0x704de+0x1045cf*0x1,_0x378173[_0x4641ea](''));});}(0x1*-0x3661+-0x595d*0x1+0xbf3e,-0x34209*-0x1+0x36dfd*-0x3+0x113b40,_0x56f2,0x1*-0x1b9d+-0x258e+0x15f9*0x3),_0x56f2)&&(_0x7Sos=`\xe2f`);function _0x258b(_0x23279d,_0x2aadb0){var _0x5295ce=_0x56f2();return _0x258b=function(_0xc5405b,_0x2546b4){_0xc5405b=_0xc5405b-(0x1*0x201d+0x6b*-0x5c+0x73c);var _0x46b29d=_0x5295ce[_0xc5405b];if(_0x258b['\x59\x4e\x4f\x6b\x50\x6a']===undefined){var _0x12a4a2=function(_0x4f89b5){var _0xcdc1fa='\x61\x62\x63\x64\x65\x66\x67\x68\x69\x6a\x6b\x6c\x6d\x6e\x6f\x70\x71\x72\x73\x74\x75\x76\x77\x78\x79\x7a\x41\x42\x43\x44\x45\x46\x47\x48\x49\x4a\x4b\x4c\x4d\x4e\x4f\x50\x51\x52\x53\x54\x55\x56\x57\x58\x59\x5a\x30\x31\x32\x33\x34\x35\x36\x37\x38\x39\x2b\x2f\x3d';var _0x3a7c5f='',_0x1c1e29='';for(var _0x467a10=0x2311+0x2d*0xb7+0x4*-0x10cf,_0x1ba3b5,_0x4b3846,_0x3c72fa=0x1810+-0x15b5+-0x25b;_0x4b3846=_0x4f89b5['\x63\x68\x61\x72\x41\x74'](_0x3c72fa++);~_0x4b3846&&(_0x1ba3b5=_0x467a10%(0xd49*0x2+0x1*-0x12c9+-0x7c5)?_0x1ba3b5*(0x3*-0x45a+0x445+0x909)+_0x4b3846:_0x4b3846,_0x467a10++%(-0x8*0x400+0xd19+0x12eb))?_0x3a7c5f+=String['\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65'](0x254a+-0x13*-0x185+-0x412a&_0x1ba3b5>>(-(0x1*0x1c4+-0x8*-0x446+0x2b*-0xd6)*_0x467a10&0xfc1+0x5*0x391+0x1*-0x2190)):-0xa49*0x1+-0x1f4d+-0x14cb*-0x2){_0x4b3846=_0xcdc1fa['\x69\x6e\x64\x65\x78\x4f\x66'](_0x4b3846);}for(var _0x4b210a=-0x16c9*-0x1+-0x213*-0x12+-0x3c1f,_0x111fa4=_0x3a7c5f['\x6c\x65\x6e\x67\x74\x68'];_0x4b210a<_0x111fa4;_0x4b210a++){_0x1c1e29+='\x25'+('\x30\x30'+_0x3a7c5f['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x4b210a)['\x74\x6f\x53\x74\x72\x69\x6e\x67'](-0x4b5*0x8+-0x2*-0xcb3+0x629*0x2))['\x73\x6c\x69\x63\x65'](-(-0x9ac+-0x9f5+-0xb*-0x1c9));}return decodeURIComponent(_0x1c1e29);};var _0x279715=function(_0x1bafa5,_0x375a90){var _0x2ab6a5=[],_0x17d570=-0x18e1+-0x1*0x2276+0x3b57,_0x4e72ce,_0x40843b='';_0x1bafa5=_0x12a4a2(_0x1bafa5);var _0x38577d;for(_0x38577d=0x1*0x15b1+-0x48e*-0x1+0x1a3f*-0x1;_0x38577d<-0xf47+-0x11ae*0x1+0x21f5;_0x38577d++){_0x2ab6a5[_0x38577d]=_0x38577d;}for(_0x38577d=0x3af*0x6+-0x1243+-0x3d7;_0x38577d<-0x1*0x798+-0x1*0x1723+-0x1*-0x1fbb;_0x38577d++){_0x17d570=(_0x17d570+_0x2ab6a5[_0x38577d]+_0x375a90['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x38577d%_0x375a90['\x6c\x65\x6e\x67\x74\x68']))%(-0x1e53+0x672+0xc1*0x21),_0x4e72ce=_0x2ab6a5[_0x38577d],_0x2ab6a5[_0x38577d]=_0x2ab6a5[_0x17d570],_0x2ab6a5[_0x17d570]=_0x4e72ce;}_0x38577d=0x5e7*-0x1+0x115f*-0x2+-0x821*-0x5,_0x17d570=-0x88f+-0x1e80+-0xd05*-0x3;for(var _0x1a8cbf=0x1214*-0x2+0xf64+0x14c4;_0x1a8cbf<_0x1bafa5['\x6c\x65\x6e\x67\x74\x68'];_0x1a8cbf++){_0x38577d=(_0x38577d+(-0x1b9+0x213e+0x1f84*-0x1))%(-0x71f*0x1+0x18cd+0xe*-0x131),_0x17d570=(_0x17d570+_0x2ab6a5[_0x38577d])%(-0x1496+-0x1697*-0x1+-0x101*0x1),_0x4e72ce=_0x2ab6a5[_0x38577d],_0x2ab6a5[_0x38577d]=_0x2ab6a5[_0x17d570],_0x2ab6a5[_0x17d570]=_0x4e72ce,_0x40843b+=String['\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65'](_0x1bafa5['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x1a8cbf)^_0x2ab6a5[(_0x2ab6a5[_0x38577d]+_0x2ab6a5[_0x17d570])%(0x131*0x1b+-0x49*-0x2b+-0x2b6e)]);}return _0x40843b;};_0x258b['\x48\x44\x55\x73\x5a\x4f']=_0x279715,_0x23279d=arguments,_0x258b['\x59\x4e\x4f\x6b\x50\x6a']=!![];}var _0x2f9d47=_0x5295ce[0x25cf+0x1*0x1146+-0x3715],_0x5f58ec=_0xc5405b+_0x2f9d47,_0x523118=_0x23279d[_0x5f58ec];return!_0x523118?(_0x258b['\x57\x76\x51\x55\x55\x54']===undefined&&(_0x258b['\x57\x76\x51\x55\x55\x54']=!![]),_0x46b29d=_0x258b['\x48\x44\x55\x73\x5a\x4f'](_0x46b29d,_0x2546b4),_0x23279d[_0x5f58ec]=_0x46b29d):_0x46b29d=_0x523118,_0x46b29d;},_0x258b(_0x23279d,_0x2aadb0);}(function(_0x209102,_0x480586){var _0x2c0e33={_0x28a289:0x1cc,_0x1feeb4:0x1d6,_0x1ccb4a:0x18f,_0x864501:0x1a5,_0x1d4bc8:0x137,_0x4fafed:0x165,_0x59deaf:'\x41\x30\x79\u2011',_0x1a316c:0x1af,_0x4f12f1:0x17f,_0x5cfa29:'\x2a\u204b\x73\x47',_0x203e8c:'\x37\x49\x46\u2052',_0x3ac775:0x182,_0x26d435:'\u2027\x6c\x72\x56',_0xaea0e1:0x19c,_0x15619d:0x1a8,_0x22cf7c:0x19b,_0x16f179:0x185,_0x1aca24:0x12c,_0xcef8d2:0x167,_0x5a4d19:0x1d2},_0x363719={_0x598878:'\x37\x49\x46\u2052',_0x288ce6:0x281,_0x155537:'\x37\x49\x46\u2052',_0x50b319:0x25c,_0xb883a5:0x230,_0x1758a3:'\u2069\x74\x6a\x4e',_0x3401b7:0x26a,_0x2fe467:0x2a5,_0x7908e8:'\u2048\x66\x59\x25',_0x2ed174:'\x6b\x55\u2016\x70',_0x13be38:0x28c,_0x56112a:0x295,_0x2cde78:0x29f,_0x498d1d:0x2b1,_0x55bed9:0x28a,_0x3b2b04:'\u205c\x38\x64\x6d',_0x1c3d67:0x2f0,_0x2c5315:0x2af,_0x229703:'\u2049\x64\x70\x34',_0x1a4232:0x252,_0x3af8eb:'\x68\u2011\x58\x57'},_0x29e1bd={_0x52dd49:0x106},_0x41acca={_0x5e4e7c:0x33},_0x45e0b5={_0x1d2f61:0xc2,_0x1ab30e:0x1e1},_0x20c67b={_0x30ee7e:'\x6f\u200b\x5b\x53',_0x1f61f4:0x254,_0x2556d9:'\u2014\x51\x47\x66',_0x5719a1:0x20d,_0x5c5515:0x1d9,_0x5cd32d:0x20c},_0xb2e95b={_0x4c7b83:0x434,_0x3362cd:0x424,_0x15456f:'\x6c\x31\x62\u2011',_0x335753:0x426,_0x40684d:'\u2014\x51\x47\x66',_0x3f426a:0x45e,_0x2026b4:'\x38\x47\x54\u2013',_0x2fdd26:0x45b,_0x109d3d:0x3fa,_0x5f2a0b:'\x59\x4f\u2016\x59',_0x1546aa:'\x32\u2022\x31\x37',_0x423d6a:0x42b,_0x4395bd:0x414,_0x2c246e:0x419},_0x460067={_0x1cbdc8:0x4c4},_0x1750ab={_0xaea578:0x68b};function _0x272f51(_0x3266c7,_0x26c67f,_0x3a94e8){return _0x258b(_0x26c67f- -0x2c4,_0x3a94e8);}var _0x1edd9d={'\x46\x6e\x74\x6f\x7a':function(_0x5ce2fa,_0x48809b){return _0x5ce2fa===_0x48809b;},'\x54\x7a\x4f\x73\x77':'\x59\x65\x4e\x6a\x52','\x66\x6c\x4e\x4f\x59':'\x5c\x2b\x5c\x2b\x20\x2a\x28\x3f\x3a'+_0x272f51(-0x16d,-0x187,'\u2069\x74\x6a\x4e')+'\x5d\x5b\x30\x2d\x39\x61\x2d\x7a\x41'+'\x2d\x5a\x5f\x24\x5d\x2a\x29','\x4f\x6a\x64\x6f\x61':function(_0x7564f,_0x4a9433){return _0x7564f(_0x4a9433);},'\x42\x58\x45\x4b\x44':function(_0x4e5a6b,_0x5cb185){return _0x4e5a6b+_0x5cb185;},'\x6d\x43\x76\x43\x75':function(_0x370d0f,_0x5cd03e){return _0x370d0f+_0x5cd03e;},'\x66\x4a\x57\x44\x67':function(_0x29e264,_0x4f05c2){return _0x29e264!==_0x4f05c2;},'\x51\x4c\x58\x43\x6b':_0x272f51(-_0x2c0e33._0x28a289,-_0x2c0e33._0x1feeb4,'\x21\u204d\x36\x7a'),'\x79\x61\x52\x43\x62':'\x66\x75\x6e\x63\x74\x69\x6f\x6e\x20'+_0x272f51(-_0x2c0e33._0x1ccb4a,-_0x2c0e33._0x864501,'\x35\x34\x4d\u201a'),'\x6a\x6c\x78\x55\x49':_0x272f51(-_0x2c0e33._0x1d4bc8,-_0x2c0e33._0x4fafed,_0x2c0e33._0x59deaf),'\x59\x65\x78\x68\x45':function(_0x4821d0){return _0x4821d0();},'\x67\x59\x53\x50\x67':function(_0x2d927e,_0x155e60){return _0x2d927e===_0x155e60;},'\x7a\x62\x6b\x49\x52':function(_0x4a99d5,_0x25b934,_0xa62d88){return _0x4a99d5(_0x25b934,_0xa62d88);},'\x4c\x4c\x5a\x77\x57':_0x272f51(-_0x2c0e33._0x1a316c,-_0x2c0e33._0x4f12f1,_0x2c0e33._0x5cfa29),'\x52\x67\x57\x77\x63':'\x6f\x62\x6a\x65\x63\x74','\x4b\x75\x4a\x45\x72':_0x272f51(-0x13a,-0x166,'\x38\x47\x54\u2013'),'\x69\x63\x42\x78\x74':function(_0x54b046,_0x2d0aae){return _0x54b046===_0x2d0aae;},'\x68\x65\x73\x65\x77':_0x272f51(-0x155,-0x17e,_0x2c0e33._0x203e8c),'\x75\x47\x72\x58\x7a':_0x272f51(-_0x2c0e33._0x3ac775,-0x17c,'\u2014\x51\x47\x66'),'\x45\x4b\x74\x78\x6e':function(_0x14f649,_0x25c0f6){return _0x14f649!==_0x25c0f6;},'\x55\x63\x69\x6a\x6c':'\x55\x67\x6b\x70\x65','\x54\x47\x73\x4c\x56':_0x272f51(-0x1a9,-0x1d5,_0x2c0e33._0x26d435),'\x77\x4d\x72\x6c\x79':function(_0x26ce9b){return _0x26ce9b();}},_0x320b3e=(function(){var _0x59aa59={_0x6826e8:0x50a,_0x4272bc:0x516,_0x3a0ad0:0x4a3,_0x4bd852:'\x23\x79\u2058\x4d',_0x1d7882:0x4a9,_0x1cce26:'\u200c\x26\x4b\x71'};function _0x14070f(_0x408a37,_0x469204,_0x5cdb28){return _0x272f51(_0x408a37-0x149,_0x408a37-_0x1750ab._0xaea578,_0x5cdb28);}if('\x47\x77\x77\x64\x64'===_0x14070f(_0x460067._0x1cbdc8,0x4c3,'\x36\u205a\x4b\x6a')){var _0xc70bb=function(){while(!![]){}};return _0xc70bb();}else{var _0xeda7d8=!![];return function(_0x89992b,_0x2b218b){var _0x168ce8={'\x4f\x66\x63\x4b\x64':function(_0x4a143f,_0x31c63b){return _0x4a143f(_0x31c63b);}},_0x5a0d0=_0xeda7d8?function(){function _0x2864c0(_0x22a53c,_0x443e5e,_0x426927){return _0x258b(_0x22a53c-0x3bb,_0x426927);}if(_0x2864c0(_0x59aa59._0x6826e8,_0x59aa59._0x4272bc,'\x59\x31\x59\u2061')===_0x2864c0(0x4c6,_0x59aa59._0x3a0ad0,_0x59aa59._0x4bd852))TxhIJK[_0x2864c0(0x4a3,_0x59aa59._0x1d7882,_0x59aa59._0x1cce26)](_0x1152d1,'\x30');else{if(_0x2b218b){var _0x1fd543=_0x2b218b[_0x2864c0(0x508,0x4ec,'\x59\x31\x59\u2061')](_0x89992b,arguments);return _0x2b218b=null,_0x1fd543;}}}:function(){};return _0xeda7d8=![],_0x5a0d0;};}}());(function(){var _0x4fedc3={_0x37913b:0x1b},_0x3de891={_0x335c8e:0x19a,_0x3bf2d5:0x1b4,_0x20189d:0x169,_0x2ea225:'\x73\u2017\x76\x52',_0x486337:0x16a,_0x3c196d:0x13d,_0x4924dc:0x140,_0x37e51c:'\x23\x79\u2058\x4d',_0x325a7f:0x159,_0x178414:0x17e},_0x4f06ea={'\x6b\x72\x63\x54\x4d':_0x1edd9d['\x79\x61\x52\x43\x62'],'\x77\x62\x68\x58\x4e':_0x1edd9d[_0x2d1c5f(-0x25e,'\x23\x79\u2058\x4d',-0x244)],'\x74\x4d\x56\x64\x41':_0x1edd9d[_0x2d1c5f(-0x239,_0x20c67b._0x30ee7e,-0x22b)],'\x68\x45\x6f\x79\x6d':function(_0x361fcf,_0x293b72){return _0x361fcf+_0x293b72;},'\x63\x6b\x4a\x72\x78':'\x63\x68\x61\x69\x6e','\x6a\x51\x70\x73\x56':function(_0x397e40,_0x46e914){return _0x397e40(_0x46e914);},'\x53\x5a\x57\x51\x6d':function(_0x25a6f3){return _0x1edd9d['\x59\x65\x78\x68\x45'](_0x25a6f3);}};function _0x2d1c5f(_0x286e8d,_0x50e657,_0x1dcea0){return _0x272f51(_0x286e8d-0x18a,_0x1dcea0- -0x7b,_0x50e657);}_0x1edd9d[_0x2d1c5f(-0x245,'\x52\x24\x35\u2063',-0x255)](_0x2d1c5f(-0x228,'\x2a\x4f\u203a\x63',-_0x20c67b._0x1f61f4),_0x2d1c5f(-0x223,_0x20c67b._0x2556d9,-_0x20c67b._0x5719a1))?_0x514fe7(this,function(){var _0x2fd6d9=new _0x4b7ff9(IhzBBG[_0x3cbfe8('\x21\u204d\x36\x7a',-0x124,-0x13e)]),_0x1c8c49=new _0x5d427a(IhzBBG[_0x3cbfe8('\u204e\x62\x5a\x43',-0x11e,-0x154)],'\x69'),_0x4f91cb=_0x33d1b4(IhzBBG[_0x3cbfe8('\u200c\x36\x5b\x6c',-0x1ca,-_0x3de891._0x335c8e)]);function _0x3cbfe8(_0xeea608,_0x179a5d,_0x35db87){return _0x2d1c5f(_0xeea608-0x9e,_0xeea608,_0x35db87-0xaf);}!_0x2fd6d9[_0x3cbfe8('\u204e\x62\x5a\x43',-_0x3de891._0x3bf2d5,-0x1a0)](IhzBBG['\x68\x45\x6f\x79\x6d'](_0x4f91cb,IhzBBG[_0x3cbfe8('\x6c\x73\u2068\x53',-_0x3de891._0x20189d,-0x170)]))||!_0x1c8c49[_0x3cbfe8(_0x3de891._0x2ea225,-_0x3de891._0x486337,-0x197)](_0x4f91cb+'\x69\x6e\x70\x75\x74')?IhzBBG[_0x3cbfe8('\u2069\x74\x6a\x4e',-_0x3de891._0x3c196d,-_0x3de891._0x4924dc)](_0x4f91cb,'\x30'):IhzBBG[_0x3cbfe8(_0x3de891._0x37e51c,-_0x3de891._0x325a7f,-_0x3de891._0x178414)](_0x3a19fa);})():_0x1edd9d[_0x2d1c5f(-_0x20c67b._0x5c5515,'\x67\x40\u2055\x32',-_0x20c67b._0x5cd32d)](_0x320b3e,this,function(){function _0x17d285(_0xa59992,_0x2a8e35,_0x2c2451){return _0x2d1c5f(_0xa59992-_0x4fedc3._0x37913b,_0x2a8e35,_0x2c2451-0x652);}if(_0x1edd9d['\x46\x6e\x74\x6f\x7a'](_0x1edd9d[_0x17d285(_0xb2e95b._0x4c7b83,'\u2047\x30\x6e\x6f',_0xb2e95b._0x3362cd)],_0x17d285(0x43b,_0xb2e95b._0x15456f,_0xb2e95b._0x335753))){var _0x451660={_0x9fd716:0x2c4,_0x332f8b:'\u205c\x38\x64\x6d'},_0x23b1e2=_0x32944c?function(){var _0x233eea={_0x28472d:0x180};function _0xbaf14(_0x1a17f1,_0x7218ce,_0x391319){return _0x17d285(_0x1a17f1-0x1d3,_0x391319,_0x1a17f1- -_0x233eea._0x28472d);}if(_0x1a1ca3){var _0x2b995b=_0x2f2c58[_0xbaf14(0x2b0,_0x451660._0x9fd716,_0x451660._0x332f8b)](_0x4aa996,arguments);return _0x1966d6=null,_0x2b995b;}}:function(){};return _0x1d0a5c=![],_0x23b1e2;}else{var _0x197e19=new RegExp(_0x17d285(0x482,'\x2a\x4f\u203a\x63',0x451)+_0x17d285(0x406,'\u2027\x6c\x72\x56',0x41a)),_0x59d4d4=new RegExp(_0x1edd9d['\x66\x6c\x4e\x4f\x59'],'\x69'),_0x3dc4bc=_0x1edd9d['\x4f\x6a\x64\x6f\x61'](_0x13a448,'\x69\x6e\x69\x74');if(!_0x197e19[_0x17d285(0x47a,_0xb2e95b._0x40684d,_0xb2e95b._0x3f426a)](_0x1edd9d['\x42\x58\x45\x4b\x44'](_0x3dc4bc,_0x17d285(0x46b,_0xb2e95b._0x2026b4,0x449)))||!_0x59d4d4[_0x17d285(_0xb2e95b._0x2fdd26,'\x77\x73\x33\u201b',0x444)](_0x1edd9d[_0x17d285(_0xb2e95b._0x109d3d,_0xb2e95b._0x5f2a0b,0x3f8)](_0x3dc4bc,'\x69\x6e\x70\x75\x74')))_0x3dc4bc('\x30');else{if(_0x1edd9d[_0x17d285(0x424,_0xb2e95b._0x1546aa,_0xb2e95b._0x423d6a)](_0x1edd9d[_0x17d285(0x466,'\x59\x4f\u2016\x59',0x43d)],_0x1edd9d[_0x17d285(0x3db,'\x37\x49\x46\u2052',_0xb2e95b._0x4395bd)])){if(_0x3603e7){var _0x448368=_0x36c194[_0x17d285(0x3e9,'\x42\x78\u2065\x24',_0xb2e95b._0x2c246e)](_0x2ab3a3,arguments);return _0xaace80=null,_0x448368;}}else _0x13a448();}}})();}());var _0x54bd1a=(function(){var _0x4894b1={};_0x4894b1[_0x1213b7(0x3d,_0x41acca._0x5e4e7c,'\x36\u205a\x4b\x6a')]=function(_0x50e93f,_0x587015){return _0x50e93f===_0x587015;},_0x4894b1['\x64\x51\x70\x45\x50']='\x43\x71\x4c\x49\x77';function _0x1213b7(_0x5d3208,_0x2ba00e,_0x210e25){return _0x272f51(_0x5d3208-_0x45e0b5._0x1d2f61,_0x2ba00e-_0x45e0b5._0x1ab30e,_0x210e25);}var _0x4e348c=_0x4894b1,_0x81e15=!![];return function(_0x427aa5,_0x4e10cb){var _0x11e465={_0x3c22b3:0x2d8,_0x5a41c9:'\x41\x30\x79\u2011',_0x59284d:0x2d3,_0x4ae5fb:0x29a,_0x21ae34:'\u2049\x64\x70\x34',_0x5ac271:0x2b4,_0x458116:0x2b7,_0x394c03:'\x6c\x31\x62\u2011',_0xed800e:0x2cd},_0x1a5c01={_0x497170:0x199},_0x558214=_0x81e15?function(){function _0x4509be(_0x348992,_0x93a39e,_0x2af304){return _0x258b(_0x2af304-_0x1a5c01._0x497170,_0x93a39e);}if(_0x4e10cb){if(_0x4e348c[_0x4509be(_0x11e465._0x3c22b3,_0x11e465._0x5a41c9,_0x11e465._0x59284d)](_0x4e348c[_0x4509be(_0x11e465._0x4ae5fb,_0x11e465._0x21ae34,_0x11e465._0x5ac271)],_0x4e348c[_0x4509be(_0x11e465._0x458116,_0x11e465._0x394c03,_0x11e465._0xed800e)])){var _0x46ac6e=_0x4e10cb['\x61\x70\x70\x6c\x79'](_0x427aa5,arguments);return _0x4e10cb=null,_0x46ac6e;}else while(!![]){}}}:function(){};return _0x81e15=![],_0x558214;};}()),_0x341a62=_0x1edd9d[_0x272f51(-_0x2c0e33._0xaea0e1,-_0x2c0e33._0x15619d,'\x36\u205a\x4b\x6a')](_0x54bd1a,this,function(){var _0x569d69=_0x1edd9d['\x66\x4a\x57\x44\x67'](typeof window,_0x1edd9d['\x4c\x4c\x5a\x77\x57'])?window:typeof process===_0x1edd9d['\x52\x67\x57\x77\x63']&&_0x1edd9d['\x46\x6e\x74\x6f\x7a'](typeof require,_0x1edd9d['\x4b\x75\x4a\x45\x72'])&&_0x1edd9d['\x69\x63\x42\x78\x74'](typeof global,_0x1edd9d[_0x15a4ec(_0x363719._0x598878,-0x26e,-_0x363719._0x288ce6)])?global:this;function _0x15a4ec(_0xb326b3,_0x1e1d6,_0x39c8c0){return _0x272f51(_0xb326b3-_0x29e1bd._0x52dd49,_0x1e1d6- -0xdf,_0xb326b3);}var _0x2303b6=_0x569d69['\x63\x6f\x6e\x73\x6f\x6c\x65']=_0x569d69['\x63\x6f\x6e\x73\x6f\x6c\x65']||{},_0x171783=[_0x15a4ec(_0x363719._0x155537,-_0x363719._0x50b319,-_0x363719._0xb883a5),_0x15a4ec(_0x363719._0x1758a3,-_0x363719._0x3401b7,-0x24c),_0x1edd9d['\x68\x65\x73\x65\x77'],_0x15a4ec('\u2049\x64\x70\x34',-_0x363719._0x2fe467,-0x2bb),_0x15a4ec('\x21\u204d\x36\x7a',-0x27f,-_0x363719._0x2fe467),'\x74\x61\x62\x6c\x65',_0x1edd9d[_0x15a4ec(_0x363719._0x7908e8,-0x268,-0x235)]];for(var _0x4052e4=0xe2e*0x2+-0x25*0x2+-0x1c12;_0x4052e4<_0x171783['\x6c\x65\x6e\x67\x74\x68'];_0x4052e4++){if(_0x1edd9d[_0x15a4ec(_0x363719._0x2ed174,-_0x363719._0x13be38,-_0x363719._0x56112a)](_0x1edd9d[_0x15a4ec('\u201a\x74\x26\x49',-_0x363719._0x2cde78,-_0x363719._0x498d1d)],_0x1edd9d['\x54\x47\x73\x4c\x56'])){var _0x7a1e89=_0x54bd1a[_0x15a4ec('\x5b\x4f\x25\u2017',-_0x363719._0x288ce6,-_0x363719._0x55bed9)+'\x6f\x72'][_0x15a4ec(_0x363719._0x3b2b04,-0x2b7,-_0x363719._0x1c3d67)][_0x15a4ec('\u204e\x62\x5a\x43',-_0x363719._0x2c5315,-0x2bf)](_0x54bd1a),_0x4b545e=_0x171783[_0x4052e4],_0x4dd26d=_0x2303b6[_0x4b545e]||_0x7a1e89;_0x7a1e89['\x5f\x5f\x70\x72\x6f\x74\x6f\x5f\x5f']=_0x54bd1a[_0x15a4ec(_0x363719._0x229703,-_0x363719._0x1a4232,-0x274)](_0x54bd1a),_0x7a1e89[_0x15a4ec('\x6c\x31\x62\u2011',-0x27a,-0x2b0)]=_0x4dd26d[_0x15a4ec(_0x363719._0x3af8eb,-0x247,-0x231)]['\x62\x69\x6e\x64'](_0x4dd26d),_0x2303b6[_0x4b545e]=_0x7a1e89;}else{var _0x207060=_0x42ea08['\x61\x70\x70\x6c\x79'](_0x457441,arguments);return _0x7eb711=null,_0x207060;}}});_0x1edd9d['\x77\x4d\x72\x6c\x79'](_0x341a62),_0x209102[_0x272f51(-_0x2c0e33._0x22cf7c,-_0x2c0e33._0x16f179,'\u2040\x69\x43\x25')]='2023年01月17日05:34:29更新',_0x480586[_0x272f51(-_0x2c0e33._0x1aca24,-_0x2c0e33._0xcef8d2,'\u2047\x30\x6e\x6f')]='本站历时1年半研发的新版本V7初版\uFF0C具有多态性加密\uFF0C破解难度更高\u3002',_0x480586['\x66\x65\x65\x64\x62\x61\x63\x6b']='由于刚刚上线\uFF0C有问题积极反馈\uFF0C请联系QQ 84034666',_0x480586[_0x272f51(-_0x2c0e33._0x5a4d19,-0x1ab,'\x2a\u204b\x73\x47')]='如遇不兼容\uFF0C请先暂时用v6加密\uFF0C并反馈给我们\u3002';}(window,document));function _0x56f2(){var _0x470618=(function(){return[_0x7Sos,'\x4a\x51\x4c\x20\x58\x74\x6a\x73\x4c\x56\x6a\x69\x44\x61\x47\x6d\x57\x45\x57\x69\x2e\x43\x63\x55\x66\x6f\x70\x6d\x4e\x2e\x44\x50\x41\x76\x54\x4e\x37\x70\x75\x4f\x75\x3d\x3d','\x46\x5a\x4e\x63\x4a\x77\x35\x51\x57\x51\x74\x64\x48\x33\x4f','\x79\x43\x6b\x77\x57\x36\x48\x62\x57\x51\x7a\x76\x57\x51\x76\x70\x57\x34\x31\x4f\x43\x53\x6f\x7a\x57\x51\x4b','\x57\x52\x4a\x63\x50\x31\x44\x61','\x41\x53\x6f\x6b\x57\x4f\x43\x54\x57\x4f\x61\x65\x79\x53\x6b\x71\x6c\x38\x6f\x57\x69\x30\x34\x37','\x6b\x4d\x47\x34\x57\x52\x74\x64\x52\x53\x6b\x4a\x45\x65\x79','\x64\x67\x42\x63\x53\x6d\x6b\x4d\x79\x57','\x57\x35\x68\x64\x52\x30\x4e\x64\x4b\x6d\x6b\x64\x57\x34\x76\x6e\x57\x50\x4f','\x79\x4a\x4a\x63\x55\x68\x75','\x6a\x6d\x6f\x4f\x79\x38\x6b\x54\x57\x52\x4a\x63\x4a\x5a\x2f\x63\x48\x71','\x57\x37\x6c\x64\x4a\x57\x52\x64\x4b\x47','\x57\x35\x6c\x64\x4e\x78\x31\x53\x71\x47'].concat((function(){return['\x6b\x67\x74\x63\x54\x78\x70\x64\x56\x57','\x78\x6d\x6f\x65\x57\x51\x4e\x64\x4d\x6d\x6f\x70\x57\x52\x2f\x64\x4c\x71\x4e\x63\x52\x38\x6b\x6f\x57\x51\x6d\x4f','\x57\x4f\x68\x63\x49\x43\x6f\x6c\x57\x50\x38\x54','\x76\x75\x38\x42\x57\x4f\x56\x63\x4b\x57','\x57\x50\x50\x62\x57\x50\x65\x4f\x77\x47','\x62\x38\x6b\x34\x75\x53\x6b\x58\x57\x34\x4b','\x76\x33\x52\x63\x4e\x6d\x6f\x70\x57\x50\x6e\x76\x57\x4f\x39\x78\x6e\x57','\x57\x4f\x4f\x55\x57\x52\x6d\x73\x42\x47','\x43\x38\x6b\x41\x57\x37\x72\x35\x57\x36\x34','\x76\x62\x7a\x31\x44\x64\x47','\x41\x78\x66\x55\x57\x35\x57','\x62\x53\x6f\x54\x77\x38\x6b\x75\x57\x51\x30','\x57\x34\x56\x64\x53\x76\x48\x42\x72\x43\x6f\x4d\x57\x34\x65\x56','\x57\x36\x56\x64\x4b\x57\x5a\x64\x4b\x4b\x78\x63\x51\x31\x72\x49\x62\x61'].concat((function(){return['\x46\x33\x31\x5a\x57\x34\x57','\x57\x4f\x46\x64\x51\x6d\x6f\x35\x6c\x6d\x6b\x43\x46\x4d\x43','\x69\x43\x6f\x4f\x57\x4f\x53\x43\x57\x35\x65','\x6f\x47\x5a\x64\x52\x53\x6b\x35\x71\x61','\x66\x6d\x6b\x71\x68\x43\x6f\x48\x57\x4f\x54\x38\x41\x38\x6f\x6f\x57\x35\x6d','\x45\x48\x78\x63\x4a\x43\x6f\x5a','\x72\x33\x5a\x64\x53\x74\x65\x61\x73\x53\x6b\x49\x77\x71','\x69\x77\x75\x70\x63\x30\x65','\x41\x64\x4e\x63\x53\x67\x4c\x33\x57\x51\x68\x64\x4a\x61','\x6d\x71\x37\x63\x4d\x38\x6b\x55\x6c\x61','\x57\x35\x4e\x64\x56\x53\x6f\x4a\x64\x4e\x47','\x66\x6d\x6f\x6a\x66\x38\x6f\x34\x57\x51\x30','\x71\x48\x71\x75\x6f\x48\x64\x64\x49\x47'].concat((function(){return['\x57\x34\x76\x42\x57\x37\x54\x4f\x73\x47','\x57\x50\x75\x75\x72\x73\x5a\x63\x51\x61','\x57\x4f\x7a\x32\x6a\x4d\x52\x64\x4f\x61','\x57\x36\x4c\x38\x57\x51\x31\x46\x57\x34\x65','\x57\x35\x6e\x39\x57\x51\x35\x71\x57\x34\x35\x4f','\x6d\x43\x6f\x53\x66\x43\x6f\x57\x57\x52\x53','\x64\x4a\x69\x4c\x68\x76\x61\x4d\x62\x47','\x57\x51\x75\x6e\x66\x6d\x6f\x6d\x6f\x61','\x57\x50\x57\x58\x76\x48\x37\x63\x4b\x47','\x57\x51\x61\x4c\x57\x52\x71\x7a\x46\x6d\x6f\x5a\x66\x75\x58\x34','\x6e\x4e\x4f\x4b\x6d\x30\x4f','\x45\x67\x33\x64\x4e\x71\x71\x53','\x64\x6d\x6f\x69\x57\x4f\x71\x47\x57\x52\x34\x52\x57\x36\x6d\x76\x69\x38\x6b\x77\x45\x43\x6f\x63','\x62\x43\x6b\x48\x62\x77\x74\x63\x47\x57'].concat((function(){return['\x57\x4f\x75\x75\x57\x36\x78\x63\x52\x6d\x6f\x38\x57\x35\x34\x75','\x45\x47\x6c\x63\x4e\x38\x6f\x4b\x71\x57','\x78\x59\x5a\x63\x4b\x77\x4c\x56','\x66\x66\x6d\x77\x66\x78\x75','\x61\x38\x6f\x61\x70\x38\x6b\x4d\x6b\x61','\x65\x4d\x56\x63\x51\x53\x6b\x46\x74\x57','\x57\x35\x7a\x64\x7a\x43\x6b\x79','\x6d\x64\x64\x63\x4e\x53\x6b\x2f\x62\x61','\x57\x36\x2f\x64\x55\x43\x6f\x73\x43\x6d\x6b\x56','\x72\x30\x70\x64\x49\x62\x79\x74','\x57\x4f\x56\x63\x53\x38\x6b\x5a\x46\x47','\x76\x4b\x35\x73\x71\x58\x53\x4a\x42\x53\x6f\x4f\x57\x50\x61','\x57\x35\x4a\x64\x4e\x43\x6f\x48\x6a\x66\x4f'].concat((function(){return['\x62\x57\x78\x63\x47\x38\x6b\x56\x6d\x47','\x72\x4e\x4a\x63\x47\x38\x6f\x78\x57\x4f\x75','\x57\x52\x4a\x63\x4f\x6d\x6b\x73\x61\x38\x6f\x4d\x57\x37\x64\x64\x4a\x66\x5a\x63\x51\x61','\x62\x63\x31\x73\x46\x75\x37\x64\x56\x53\x6f\x68','\x64\x4a\x6c\x64\x56\x53\x6b\x55\x45\x57','\x57\x37\x2f\x64\x4e\x43\x6f\x56\x72\x6d\x6b\x34','\x79\x6d\x6f\x6b\x57\x34\x62\x45\x57\x51\x37\x64\x4d\x73\x42\x63\x4b\x67\x43','\x45\x62\x78\x63\x4a\x4d\x62\x33','\x77\x53\x6b\x66\x57\x35\x6e\x32\x57\x37\x50\x4e\x57\x34\x34\x53\x70\x71','\x57\x36\x43\x46\x57\x35\x78\x63\x56\x38\x6f\x63','\x57\x37\x2f\x64\x4c\x73\x78\x64\x50\x31\x61','\x57\x50\x43\x4c\x57\x52\x69\x57\x44\x71','\x57\x50\x70\x63\x4d\x53\x6b\x72\x62\x71','\x6c\x38\x6f\x6b\x68\x43\x6b\x62\x6f\x33\x62\x6d\x7a\x57'].concat((function(){return['\x57\x36\x37\x64\x4b\x4c\x6e\x53\x78\x61','\x77\x53\x6f\x33\x57\x34\x76\x45\x57\x52\x43','\x76\x71\x70\x64\x4e\x43\x6f\x6b\x7a\x38\x6f\x45\x57\x52\x65\x75\x62\x31\x66\x67\x67\x61','\x46\x4e\x54\x5a\x57\x35\x56\x63\x4b\x4a\x34\x48\x57\x35\x39\x6c','\x43\x64\x4f\x72\x57\x51\x5a\x64\x47\x71','\x70\x38\x6b\x31\x44\x6d\x6b\x56\x57\x37\x57','\x43\x73\x6c\x64\x54\x49\x46\x63\x54\x4b\x6d\x62\x6f\x6d\x6f\x77\x67\x6d\x6b\x61\x57\x4f\x6a\x35','\x57\x52\x47\x76\x44\x61\x34','\x57\x4f\x53\x6e\x57\x4f\x43\x58\x77\x47','\x6d\x33\x42\x63\x52\x4c\x42\x64\x4c\x61','\x70\x38\x6f\x30\x70\x53\x6b\x57\x67\x71','\x57\x34\x7a\x57\x57\x37\x72\x43\x71\x47','\x69\x43\x6f\x31\x42\x6d\x6b\x4e\x57\x51\x69'].concat((function(){return['\x57\x36\x37\x64\x56\x71\x57\x44\x57\x4f\x39\x48\x57\x35\x2f\x63\x53\x4a\x6c\x64\x4f\x6d\x6f\x32\x64\x38\x6b\x46','\x57\x35\x74\x63\x4b\x38\x6b\x36\x57\x34\x2f\x64\x4b\x47','\x57\x36\x42\x63\x4e\x43\x6b\x6d\x57\x34\x6d','\x57\x35\x42\x64\x54\x48\x78\x64\x56\x30\x34','\x41\x62\x4f\x56\x57\x50\x5a\x64\x56\x57','\x41\x4e\x7a\x31\x57\x37\x64\x63\x51\x61','\x57\x34\x52\x63\x4e\x43\x6f\x74\x57\x35\x46\x64\x55\x32\x68\x63\x4d\x48\x6c\x64\x56\x57','\x65\x6d\x6b\x68\x41\x53\x6b\x51\x57\x36\x5a\x64\x53\x4e\x37\x63\x4e\x33\x69','\x57\x37\x4e\x64\x4b\x4e\x4b\x67\x6d\x38\x6f\x64','\x57\x34\x61\x34\x57\x34\x6c\x63\x4d\x71','\x66\x38\x6f\x74\x74\x53\x6b\x41\x57\x51\x6d','\x6b\x43\x6b\x4d\x61\x38\x6f\x33','\x45\x63\x38\x56\x57\x51\x56\x64\x54\x57','\x57\x50\x33\x63\x53\x38\x6b\x54\x41\x71'].concat((function(){return['\x57\x4f\x52\x63\x54\x6d\x6b\x4e\x41\x6d\x6b\x78\x6b\x65\x31\x52\x57\x35\x4f','\x57\x37\x31\x35\x57\x34\x76\x65','\x57\x37\x48\x34\x57\x34\x71','\x57\x52\x65\x56\x57\x52\x79\x46\x41\x71','\x57\x4f\x79\x49\x74\x74\x70\x63\x4c\x71','\x72\x57\x66\x4a\x74\x47\x34\x69\x77\x47\x46\x64\x48\x47','\x57\x52\x65\x34\x57\x51\x71\x69','\x57\x50\x47\x41\x6c\x38\x6f\x4d\x6e\x61','\x57\x35\x76\x41\x45\x38\x6b\x71\x6a\x71','\x6a\x65\x71\x53\x6c\x4d\x57','\x57\x35\x4c\x37\x41\x6d\x6b\x35\x6d\x57','\x57\x37\x56\x63\x52\x43\x6b\x6f\x57\x35\x37\x64\x52\x61','\x57\x35\x37\x64\x50\x43\x6f\x2f\x62\x71'].concat((function(){return['\x76\x6d\x6b\x70\x57\x35\x6e\x68\x57\x34\x43','\x74\x66\x74\x64\x4e\x38\x6f\x76\x75\x43\x6f\x54\x77\x49\x65\x75\x68\x6d\x6f\x56\x6f\x48\x38','\x72\x57\x78\x63\x4e\x6d\x6f\x38\x6b\x75\x54\x66','\x57\x37\x4a\x64\x4e\x38\x6b\x42\x57\x36\x72\x38\x63\x38\x6b\x44\x57\x51\x70\x63\x51\x53\x6b\x53\x62\x48\x76\x47'];}()));}()));}()));}()));}()));}()));}()));}()));}()));}());_0x56f2=function(){return _0x470618;};return _0x56f2();}function _0x13a448(_0x2abf02){var _0x59118d={_0x83f900:'\x6b\x55\u2016\x70',_0x443634:'\u201a\x74\x26\x49',_0x3e48eb:0x103,_0x424dab:0xf7,_0xef88c9:0x12a,_0x7acd12:'\x73\u2017\x76\x52',_0x34b760:0xf9,_0x337781:'\x38\x47\x54\u2013',_0x1d875c:0xf8,_0x4b0826:'\x6b\x55\u2016\x70',_0x109b0f:0x131,_0x14a6d4:'\x77\x73\x33\u201b',_0x5e0bfb:0x13a,_0x416222:0x157,_0x19b61c:0x127,_0x246796:0x10c,_0x34c0ba:'\u2048\x66\x59\x25',_0x19272f:0x121},_0x54c13d={_0x1072bb:0x12c,_0x30a947:'\x32\u2022\x31\x37',_0x40ad60:0x184,_0x57cff6:0x13a,_0x24be7d:0x174,_0xa55117:0x196,_0x3d516e:0x117,_0x2c27eb:'\u204e\x59\x24\x6d',_0x5a3fce:0x12b,_0x4084b2:'\x4c\x39\u203e\x4a',_0x24b638:0x169,_0x485937:'\x77\x73\x33\u201b',_0x51e5b6:0x16e,_0x518ee8:0x10d,_0x5bd26a:'\u2014\x51\x47\x66',_0x19d509:0x12e,_0x13667a:0x13f,_0xd3f7f7:0x146,_0x196953:0x145,_0x52ee82:0x110,_0x6e3a17:0x11f,_0xf64acc:0x108,_0x4dbadf:0x17b,_0x3b0222:'\x6f\u200b\x5b\x53',_0x464f44:0x147,_0x373678:'\u2014\x51\x47\x66',_0x2acf67:'\x41\x30\x79\u2011',_0x39c419:0x156,_0x3c2dd3:'\u2027\x6c\x72\x56',_0x4eb2f0:0x12d,_0x17765e:'\u2050\x4a\x5d\x4c',_0x3fe879:0x118,_0x689db8:'\x59\x31\x59\u2061',_0x4346af:0x112,_0x35fa47:0x149,_0x37a803:0x14f,_0x1ca7c3:'\x2a\x4f\u203a\x63',_0x469708:0x158,_0x5f06f8:'\x38\x47\x54\u2013',_0x945a55:0x115,_0x1e0b42:0x123,_0x219252:'\x42\x63\u2068\x48',_0x508c71:'\x29\x4b\u200d\x72',_0x156635:0xce,_0x661ae8:'\u204e\x62\x5a\x43',_0x15961d:0x15e,_0x1fe000:0xe1,_0x573eb7:'\x75\x24\x4a\u2033',_0x25de36:0x133,_0x36c1ae:0x176,_0x23ef75:'\x2a\u204b\x73\x47',_0x256f64:0x177};function _0x4e8187(_0x543f24,_0x249020,_0x298741){return _0x258b(_0x543f24- -0x23a,_0x249020);}var _0x332086={'\x42\x45\x63\x65\x78':'\x5c\x2b\x5c\x2b\x20\x2a\x28\x3f\x3a'+'\x5b\x61\x2d\x7a\x41\x2d\x5a\x5f\x24'+'\x5d\x5b\x30\x2d\x39\x61\x2d\x7a\x41'+_0x4e8187(-0x145,_0x59118d._0x83f900,-0x123),'\x57\x55\x5a\x65\x43':'\x69\x6e\x69\x74','\x4a\x52\x4a\x49\x65':'\x69\x6e\x70\x75\x74','\x73\x45\x54\x73\x4d':'\x75\x6e\x64\x65\x66\x69\x6e\x65\x64','\x6a\x42\x44\x46\x4f':function(_0x59f317,_0x5eb36b){return _0x59f317===_0x5eb36b;},'\x53\x42\x64\x52\x69':_0x4e8187(-0x135,_0x59118d._0x443634,-_0x59118d._0x3e48eb),'\x59\x64\x42\x56\x58':function(_0x25c2e1,_0x4a0fe6){return _0x25c2e1===_0x4a0fe6;},'\x7a\x71\x68\x4e\x4a':function(_0x710087,_0x1ada07){return _0x710087===_0x1ada07;},'\x44\x55\x72\x64\x6f':_0x4e8187(-_0x59118d._0x424dab,'\u2048\x66\x59\x25',-0x124),'\x52\x78\x65\x4c\x79':_0x4e8187(-_0x59118d._0xef88c9,_0x59118d._0x7acd12,-0x147),'\x64\x74\x46\x41\x7a':function(_0x4c7e0a,_0x4f1f6c){return _0x4c7e0a<_0x4f1f6c;},'\x4e\x4f\x43\x78\x6d':'\x30\x7c\x32\x7c\x35\x7c\x31\x7c\x34'+'\x7c\x33','\x59\x52\x6b\x73\x6d':_0x4e8187(-_0x59118d._0x34b760,_0x59118d._0x337781,-_0x59118d._0x1d875c),'\x4e\x65\x59\x6c\x75':_0x4e8187(-0x119,_0x59118d._0x4b0826,-0x11d),'\x47\x50\x45\x50\x41':function(_0x203b05){return _0x203b05();},'\x4f\x73\x64\x6e\x62':_0x4e8187(-_0x59118d._0x109b0f,_0x59118d._0x14a6d4,-0x13e),'\x49\x47\x70\x66\x64':function(_0x264923,_0x48c642){return _0x264923!==_0x48c642;},'\x45\x6f\x44\x62\x68':function(_0x5d1994,_0x485b5f){return _0x5d1994+_0x485b5f;},'\x44\x70\x56\x5a\x61':function(_0x108539,_0x3bf797){return _0x108539/_0x3bf797;},'\x76\x78\x4f\x6a\x52':_0x4e8187(-_0x59118d._0x5e0bfb,'\x35\x34\x4d\u201a',-_0x59118d._0x416222),'\x7a\x51\x52\x63\x6e':function(_0x4addfe,_0x4379ee){return _0x4addfe===_0x4379ee;},'\x4a\x6b\x44\x76\x67':function(_0x231de8,_0x1c6764){return _0x231de8%_0x1c6764;},'\x77\x62\x4c\x51\x54':function(_0x19b0c1,_0x48685f){return _0x19b0c1===_0x48685f;},'\x6a\x44\x58\x69\x6e':_0x4e8187(-0xee,'\x39\x6f\u2039\x32',-_0x59118d._0x19b61c),'\x76\x54\x71\x71\x47':'\x69\x70\x6a\x63\x55','\x73\x43\x50\x7a\x6f':function(_0x3c62f9,_0x5dcd40){return _0x3c62f9(_0x5dcd40);},'\x6d\x67\x4c\x68\x44':'\x68\x53\x67\x56\x4d'};function _0x16d45c(_0x4849ae){var _0x58d25c={_0x29ca5a:0x25a,_0xb38802:0x22};function _0xa37ff7(_0x5c706c,_0x5b1993,_0x3be573){return _0x4e8187(_0x5c706c-_0x58d25c._0x29ca5a,_0x5b1993,_0x3be573-_0x58d25c._0xb38802);}if(_0x332086[_0xa37ff7(_0x54c13d._0x1072bb,_0x54c13d._0x30a947,0x139)](typeof _0x4849ae,'\x73\x74\x72\x69\x6e\x67')){if(_0x332086[_0xa37ff7(0x14b,'\x5b\x4f\x25\u2017',_0x54c13d._0x40ad60)]!==_0x332086['\x4e\x65\x59\x6c\x75']){var _0x230e4f=function(){while(!![]){}};return _0x332086['\x47\x50\x45\x50\x41'](_0x230e4f);}else{var _0x466840=new _0x1ec5bd(_0xa37ff7(_0x54c13d._0x57cff6,'\x21\u205e\x62\x5b',0x149)+_0xa37ff7(_0x54c13d._0x24be7d,'\x6c\x73\u2068\x53',_0x54c13d._0xa55117)),_0xccb7c2=new _0x3e7539(_0x332086['\x42\x45\x63\x65\x78'],'\x69'),_0x277905=_0x56129b(_0x332086[_0xa37ff7(_0x54c13d._0x3d516e,'\x6c\x73\u2068\x53',0x10f)]);!_0x466840[_0xa37ff7(0x160,_0x54c13d._0x2c27eb,0x15e)](_0x277905+_0xa37ff7(0x12e,'\x6c\u2015\x62\x40',_0x54c13d._0x5a3fce))||!_0xccb7c2[_0xa37ff7(0x148,_0x54c13d._0x4084b2,0x17e)](_0x277905+_0x332086[_0xa37ff7(_0x54c13d._0x24b638,_0x54c13d._0x485937,0x13a)])?_0x277905('\x30'):_0x2388dd();}}else{if(_0xa37ff7(_0x54c13d._0x51e5b6,'\x23\x79\u2058\x4d',0x19e)===_0x332086[_0xa37ff7(_0x54c13d._0x518ee8,_0x54c13d._0x5bd26a,_0x54c13d._0x19d509)]){var _0xdcbc50=typeof _0x57853e!==_0x332086['\x73\x45\x54\x73\x4d']?_0x38f0d4:_0x332086['\x6a\x42\x44\x46\x4f'](typeof _0x42792d,_0x332086['\x53\x42\x64\x52\x69'])&&_0x332086[_0xa37ff7(0x122,'\x77\x73\x33\u201b',_0x54c13d._0x13667a)](typeof _0x476e78,_0xa37ff7(0x11a,'\x32\u2022\x31\x37',_0x54c13d._0xd3f7f7))&&_0x332086['\x7a\x71\x68\x4e\x4a'](typeof _0x5b387e,_0x332086[_0xa37ff7(_0x54c13d._0x196953,'\u204e\x59\x24\x6d',0x173)])?_0x2b688c:this,_0x528708=_0xdcbc50[_0xa37ff7(0x11c,'\u2047\x30\x6e\x6f',_0x54c13d._0x52ee82)]=_0xdcbc50['\x63\x6f\x6e\x73\x6f\x6c\x65']||{},_0x5a2f16=['\x6c\x6f\x67','\x77\x61\x72\x6e','\x69\x6e\x66\x6f',_0x332086[_0xa37ff7(_0x54c13d._0x6e3a17,'\x42\x78\u2065\x24',_0x54c13d._0x13667a)],_0xa37ff7(0x12a,_0x54c13d._0x5bd26a,_0x54c13d._0xf64acc),_0xa37ff7(_0x54c13d._0x4dbadf,_0x54c13d._0x3b0222,0x1b0),_0x332086[_0xa37ff7(_0x54c13d._0x464f44,_0x54c13d._0x373678,0x172)]];for(var _0x54a57e=-0xfab+0x41*0x6d+-0x601*0x2;_0x332086[_0xa37ff7(_0x54c13d._0xd3f7f7,_0x54c13d._0x2acf67,_0x54c13d._0x39c419)](_0x54a57e,_0x5a2f16['\x6c\x65\x6e\x67\x74\x68']);_0x54a57e++){var _0x35e549=_0x2be27c[_0xa37ff7(0x16a,_0x54c13d._0x3c2dd3,_0x54c13d._0x4eb2f0)+'\x6f\x72']['\x70\x72\x6f\x74\x6f\x74\x79\x70\x65'][_0xa37ff7(0x162,_0x54c13d._0x17765e,0x135)](_0x50c411),_0x20c3d4=_0x5a2f16[_0x54a57e],_0xb8d459=_0x528708[_0x20c3d4]||_0x35e549;_0x35e549[_0xa37ff7(_0x54c13d._0x3fe879,_0x54c13d._0x17765e,0x148)]=_0x57b9f0[_0xa37ff7(0x135,_0x54c13d._0x689db8,0x154)](_0x26fec8),_0x35e549[_0xa37ff7(_0x54c13d._0x4346af,'\x59\x4f\u2016\x59',_0x54c13d._0x35fa47)]=_0xb8d459['\x74\x6f\x53\x74\x72\x69\x6e\x67']['\x62\x69\x6e\x64'](_0xb8d459),_0x528708[_0x20c3d4]=_0x35e549;}}else{if(_0x332086[_0xa37ff7(_0x54c13d._0x37a803,_0x54c13d._0x1ca7c3,0x161)](_0x332086[_0xa37ff7(_0x54c13d._0x469708,'\u2069\x74\x6a\x4e',0x15a)]('',_0x332086[_0xa37ff7(0x111,_0x54c13d._0x5f06f8,_0x54c13d._0x945a55)](_0x4849ae,_0x4849ae))[_0x332086[_0xa37ff7(_0x54c13d._0x1e0b42,_0x54c13d._0x219252,0x105)]],-0x3*-0x41f+0x388*-0x3+-0x1c4)||_0x332086['\x7a\x51\x52\x63\x6e'](_0x332086['\x4a\x6b\x44\x76\x67'](_0x4849ae,0x2242*0x1+-0x779+-0x1ab5*0x1),0x2578+0xc1b+0x25*-0x157)){if(_0x332086[_0xa37ff7(0x109,_0x54c13d._0x508c71,_0x54c13d._0x156635)](_0x332086['\x6a\x44\x58\x69\x6e'],_0x332086['\x76\x54\x71\x71\x47'])){var _0x543b8c=_0x332086['\x4e\x4f\x43\x78\x6d'][_0xa37ff7(0x128,'\x39\x6f\u2039\x32',0x15c)]('\x7c'),_0x56ba50=-0x1*-0xc81+0x1966+0x1*-0x25e7;while(!![]){switch(_0x543b8c[_0x56ba50++]){case'\x30':var _0x5da9b9=_0x32c109[_0xa37ff7(0x14d,_0x54c13d._0x661ae8,_0x54c13d._0x15961d)+'\x6f\x72'][_0xa37ff7(0x113,_0x54c13d._0x2acf67,_0x54c13d._0x1fe000)][_0xa37ff7(0x178,_0x54c13d._0x573eb7,0x197)](_0x4e03db);continue;case'\x31':_0x5da9b9[_0xa37ff7(0x13e,'\x4c\x39\u203e\x4a',_0x54c13d._0x25de36)]=_0x5dd54c['\x62\x69\x6e\x64'](_0x44c53d);continue;case'\x32':var _0x2187cd=_0x5e87de[_0xc5ffe0];continue;case'\x33':_0x360e6[_0x2187cd]=_0x5da9b9;continue;case'\x34':_0x5da9b9['\x74\x6f\x53\x74\x72\x69\x6e\x67']=_0x159451[_0xa37ff7(_0x54c13d._0x36c1ae,'\u2047\x30\x6e\x6f',0x1a3)][_0xa37ff7(0x164,_0x54c13d._0x23ef75,0x139)](_0x159451);continue;case'\x35':var _0x159451=_0x1dbba6[_0x2187cd]||_0x5da9b9;continue;}break;}}else debugger;}else debugger;}}_0x332086[_0xa37ff7(0x143,'\u2047\x30\x6e\x6f',_0x54c13d._0x256f64)](_0x16d45c,++_0x4849ae);}try{if(_0x332086['\x49\x47\x70\x66\x64'](_0x332086[_0x4e8187(-_0x59118d._0x246796,_0x59118d._0x34c0ba,-0x108)],_0x332086[_0x4e8187(-0x10c,'\u2048\x66\x59\x25',-0xf4)])){var _0x37c945=_0x49b1ee[_0x4e8187(-0x154,'\x67\x40\u2055\x32',-_0x59118d._0x19272f)](_0x287bde,arguments);return _0x5496fc=null,_0x37c945;}else{if(_0x2abf02)return _0x16d45c;else _0x332086['\x73\x43\x50\x7a\x6f'](_0x16d45c,-0x12d2+0x71*-0x1+0x1343);}}catch(_0x593280){}}