diff --git a/ym-js/16.js b/ym-js/16.js deleted file mode 100644 index 9f5ab93..0000000 --- a/ym-js/16.js +++ /dev/null @@ -1,30 +0,0 @@ -const recast = require("recast"); -const check = recast.types.namedTypes; -const { - expressionStatement, - memberExpression, - identifier: id, - callExpression, - stringLiteral -} = recast.types.builders; - -recast.run(function (ast, printSource) { - recast.visit(ast, { - visitSwitchCase(node) { - var codes = ""; - for (var i = 0; i < node.value.consequent.length; i++){ - if (check.ContinueStatement.check(node.value.consequent[i])){ - continue - } - codes += recast.print(node.value.consequent[i]).code + '\n'; - console.log(codes); - console.log("-----------------------") - } - - exp = expressionStatement(callExpression(memberExpression(id('console'), id("log")), [stringLiteral(codes)])); - node.value.consequent.unshift(exp); - return false - } - }); - console.log(recast.print(ast).code) -}); \ No newline at end of file diff --git a/ym-js/21.js b/ym-js/21.js deleted file mode 100644 index 92d7bc7..0000000 --- a/ym-js/21.js +++ /dev/null @@ -1,564 +0,0 @@ -_$vD = window; -!function (t, n) { - "object" == typeof exports ? module.exports = exports = n() : "function" == typeof define && define.amd ? define([], n) : t.o00o0o00 = n() -}(this, function () { - var t = t || function (t, n) { - var i = Object.create || function () { - function t() { - } - - return function (n) { - var i; - return t.prototype = n, i = new t, t.prototype = null, i - } - }(), e = {}, r = e.lib = {}, o = r.Base = function () { - return { - extend: function (t) { - var n = i(this); - return t && n.mixIn(t), n.hasOwnProperty("init") && this.init !== n.init || (n.init = function () { - n.$super.init.apply(this, arguments) - }), n.init.prototype = n, n.$super = this, n - }, create: function () { - var t = this.extend(); - return t.init.apply(t, arguments), t - }, init: function () { - }, mixIn: function (t) { - for (var n in t) t.hasOwnProperty(n) && (this[n] = t[n]); - t.hasOwnProperty("toString") && (this.toString = t.toString) - }, clone: function () { - return this.init.prototype.extend(this) - } - } - }(), s = r.WordArray = o.extend({ - init: function (t, i) { - t = this.words = t || [], i != n ? this.sigBytes = i : this.sigBytes = 4 * t.length - }, toString: function (t) { - return (t || c).stringify(this) - }, concat: function (t) { - var n = this.words, i = t.words, e = this.sigBytes, r = t.sigBytes; - if (this.clamp(), e % 4) for (var o = 0; o < r; o++) { - var s = i[o >>> 2] >>> 24 - o % 4 * 8 & 255; - n[e + o >>> 2] |= s << 24 - (e + o) % 4 * 8 - } else for (var o = 0; o < r; o += 4) n[e + o >>> 2] = i[o >>> 2]; - return this.sigBytes += r, this - }, clamp: function () { - var n = this.words, i = this.sigBytes; - n[i >>> 2] &= 4294967295 << 32 - i % 4 * 8, n.length = t.ceil(i / 4) - }, clone: function () { - var t = o.clone.call(this); - return t.words = this.words.slice(0), t - }, random: function (n) { - for (var i, e = [], r = function (n) { - var n = n, i = 987654321, e = 4294967295; - return function () { - i = 36969 * (65535 & i) + (i >> 16) & e, n = 18e3 * (65535 & n) + (n >> 16) & e; - var r = (i << 16) + n & e; - return r /= 4294967296, r += .5, r * (t.random() > .5 ? 1 : -1) - } - }, o = 0; o < n; o += 4) { - var a = r(4294967296 * (i || t.random())); - i = 987654071 * a(), e.push(4294967296 * a() | 0) - } - return new s.init(e, n) - } - }), a = e.o00o0o00o = {}, c = a.Hex = { - stringify: function (t) { - for (var n = t.words, i = t.sigBytes, e = [], r = 0; r < i; r++) { - var o = n[r >>> 2] >>> 24 - r % 4 * 8 & 255; - e.push((o >>> 4).toString(16)), e.push((15 & o).toString(16)) - } - return e.join("") - }, o00o0o00o0o: function (t) { - for (var n = t.length, i = [], e = 0; e < n; e += 2) i[e >>> 3] |= parseInt(t.substr(e, 2), 16) << 24 - e % 8 * 4; - return new s.init(i, n / 2) - } - }, u = a.Latin1 = { - stringify: function (t) { - for (var n = t.words, i = t.sigBytes, e = [], r = 0; r < i; r++) { - var o = n[r >>> 2] >>> 24 - r % 4 * 8 & 255; - e.push(String.fromCharCode(o)) - } - return e.join("") - }, o00o0o00o0o: function (t) { - for (var n = t.length, i = [], e = 0; e < n; e++) i[e >>> 2] |= (255 & t.charCodeAt(e)) << 24 - e % 4 * 8; - return new s.init(i, n) - } - }, f = a.o00o0o00o0 = { - stringify: function (t) { - try { - return decodeURIComponent(escape(u.stringify(t))) - } catch (t) { - throw new Error("Malformed UTF-8 data") - } - }, o00o0o00o0o: function (t) { - return u.o00o0o00o0o(unescape(encodeURIComponent(t))) - } - }, h = r.BufferedBlockAlgorithm = o.extend({ - reset: function () { - this._data = new s.init, this._nDataBytes = 0 - }, _append: function (t) { - "string" == typeof t && (t = f.o00o0o00o0o(t)), this._data.concat(t), this._nDataBytes += t.sigBytes - }, _process: function (n) { - var i = this._data, e = i.words, r = i.sigBytes, o = this.blockSize, a = 4 * o, c = r / a; - c = n ? t.ceil(c) : t.max((0 | c) - this._minBufferSize, 0); - var u = c * o, f = t.min(4 * u, r); - if (u) { - for (var h = 0; h < u; h += o) this._doProcessBlock(e, h); - var p = e.splice(0, u); - i.sigBytes -= f - } - return new s.init(p, f) - }, clone: function () { - var t = o.clone.call(this); - return t._data = this._data.clone(), t - }, _minBufferSize: 0 - }), p = (r.Hasher = h.extend({ - cfg: o.extend(), init: function (t) { - this.cfg = this.cfg.extend(t), this.reset() - }, reset: function () { - h.reset.call(this), this._doReset() - }, update: function (t) { - return this._append(t), this._process(), this - }, finalize: function (t) { - t && this._append(t); - var n = this._doFinalize(); - return n - }, blockSize: 16, _createHelper: function (t) { - return function (n, i) { - return new t.init(i).finalize(n) - } - }, _createHmacHelper: function (t) { - return function (n, i) { - return new p.HMAC.init(t, i).finalize(n) - } - } - }), e.algo = {}); - return e - }(Math); - return t -}); -!function (e, t, i) { - "object" == typeof exports ? module.exports = exports = t(require("./core.min"), require("./sha1.min"), require("./hmac.min")) : "function" == typeof define && define.amd ? define(["./core.min", "./sha1.min", "./hmac.min"], t) : t(e.o00o0o00) -}(this, function (e) { - return function () { - var t = e, i = t.lib, r = i.Base, n = i.WordArray, o = t.algo, a = o.MD5, c = o.EvpKDF = r.extend({ - cfg: r.extend({keySize: 4, hasher: a, iterations: 1}), init: function (e) { - this.cfg = this.cfg.extend(e) - }, compute: function (e, t) { - for (var i = this.cfg, r = i.hasher.create(), o = n.create(), a = o.words, c = i.keySize, f = i.iterations; a.length < c;) { - s && r.update(s); - var s = r.update(e).finalize(t); - r.reset(); - for (var u = 1; u < f; u++) s = r.finalize(s), r.reset(); - o.concat(s) - } - return o.sigBytes = 4 * c, o - } - }); - t.EvpKDF = function (e, t, i) { - return c.create(i).compute(e, t) - } - }(), e.EvpKDF -}); -t = { - d: _$vD["e" + "v" + "a" + "l"](function (p, a, c, k, e, d) { - e = function (c) { - return (c < a ? "" : e(parseInt(c / a))) + ((c = c % a) > 35 ? String.fromCharCode(c + 29) : c.toString(36)) - }; - if (!''.replace(/^/, String)) { - while (c--) d[e(c)] = k[c] || e(c); - k = [function (e) { - return d[e] - }]; - e = function () { - return '\\w+' - }; - c = 1; - } - ; - while (c--) if (k[c]) p = p.replace(new RegExp('\\b' + e(c) + '\\b', 'g'), k[c]); - return p; - }('{2:"1"+"0"+"3"+"5"+"4"+"0"}', 6, 6, '{{ m }}'.split('|'), 0, {})) -}; -!function (r, e) { - "object" == typeof exports ? module.exports = exports = e(require("./core.min")) : "function" == typeof define && define.amd ? define(["./core.min"], e) : e(r.o00o0o00) -}(this, function (r) { - return function () { - function e(r, e, t) { - for (var n = [], i = 0, o = 0; o < e; o++) if (o % 4) { - var f = t[r.charCodeAt(o - 1)] << o % 4 * 2, c = t[r.charCodeAt(o)] >>> 6 - o % 4 * 2; - n[i >>> 2] |= (f | c) << 24 - i % 4 * 8, i++ - } - return a.create(n, i) - } - - var t = r, n = t.lib, a = n.WordArray, i = t.o00o0o00o; - i.Base64 = { - stringify: function (r) { - var e = r.words, t = r.sigBytes, n = this._map; - r.clamp(); - for (var a = [], i = 0; i < t; i += 3) for (var o = e[i >>> 2] >>> 24 - i % 4 * 8 & 255, f = e[i + 1 >>> 2] >>> 24 - (i + 1) % 4 * 8 & 255, c = e[i + 2 >>> 2] >>> 24 - (i + 2) % 4 * 8 & 255, s = o << 16 | f << 8 | c, h = 0; h < 4 && i + .75 * h < t; h++) a.push(n.charAt(s >>> 6 * (3 - h) & 63)); - var p = n.charAt(64); - if (p) for (; a.length % 4;) a.push(p); - return a.join("") - }, o00o0o00o0o: function (r) { - var t = r.length, n = this._map, a = this._reverseMap; - if (!a) { - a = this._reverseMap = []; - for (var i = 0; i < n.length; i++) a[n.charCodeAt(i)] = i - } - var o = n.charAt(64); - if (o) { - var f = r.indexOf(o); - f !== -1 && (t = f) - } - return e(r, t, a) - }, _map: "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=" - } - }(), r.o00o0o00o.Base64 -}); -!function (e, t, r) { - "object" == typeof exports ? module.exports = exports = t(require("./core.min"), require("./evpkdf.min")) : "function" == typeof define && define.amd ? define(["./core.min", "./evpkdf.min"], t) : t(e.o00o0o00) -}(this, function (e) { - e.lib.Cipher || function (t) { - var r = e, i = r.lib, n = i.Base, c = i.WordArray, o = i.BufferedBlockAlgorithm, s = r.o00o0o00o, - a = (s.o00o0o00o0, s.Base64), f = r.algo, p = f.EvpKDF, d = i.Cipher = o.extend({ - cfg: n.extend(), createo00o0o00oryptor: function (e, t) { - return this.create(this._o00o0o00o_XFORM_MODE, e, t) - }, createDecryptor: function (e, t) { - return this.create(this._DEC_XFORM_MODE, e, t) - }, init: function (e, t, r) { - this.cfg = this.cfg.extend(r), this._xformMode = e, this._key = t, this.reset() - }, reset: function () { - o.reset.call(this), this._doReset() - }, process: function (e) { - return this._append(e), this._process() - }, finalize: function (e) { - e && this._append(e); - var t = this._doFinalize(); - return t - }, keySize: 4, ivSize: 4, _o00o0o00o_XFORM_MODE: 1, _DEC_XFORM_MODE: 2, _createHelper: function () { - function e(e) { - return "string" == typeof e ? B : x - } - - return function (t) { - return { - o00o0o00orypt: function (r, i, n) { - return e(i).o00o0o00orypt(t, r, i, n) - }, decrypt: function (r, i, n) { - return e(i).decrypt(t, r, i, n) - } - } - } - }() - }), h = (i.StreamCipher = d.extend({ - _doFinalize: function () { - var e = this._process(!0); - return e - }, blockSize: 1 - }), r.mode = {}), u = i.BlockCipherMode = n.extend({ - createo00o0o00oryptor: function (e, t) { - return this.o00o0o00oryptor.create(e, t) - }, createDecryptor: function (e, t) { - return this.Decryptor.create(e, t) - }, init: function (e, t) { - this._cipher = e, this._iv = t - } - }), l = h.CBC = function () { - function e(e, r, i) { - var n = this._iv; - if (n) { - var c = n; - this._iv = t - } else var c = this._prevBlock; - for (var o = 0; o < i; o++) e[r + o] ^= c[o] - } - - var r = u.extend(); - return r.o00o0o00oryptor = r.extend({ - processBlock: function (t, r) { - var i = this._cipher, n = i.blockSize; - e.call(this, t, r, n), i.o00o0o00oryptBlock(t, r), this._prevBlock = t.slice(r, r + n) - } - }), r.Decryptor = r.extend({ - processBlock: function (t, r) { - var i = this._cipher, n = i.blockSize, c = t.slice(r, r + n); - i.decryptBlock(t, r), e.call(this, t, r, n), this._prevBlock = c - } - }), r - }(), _ = r.pad = {}, v = _.o00o0o00o0o0o0 = { - pad: function (e, t) { - for (var r = 4 * t, i = r - e.sigBytes % r, n = i << 24 | i << 16 | i << 8 | i, o = [], s = 0; s < i; s += 4) o.push(n); - var a = c.create(o, i); - e.concat(a) - }, unpad: function (e) { - var t = 255 & e.words[e.sigBytes - 1 >>> 2]; - e.sigBytes -= t - } - }, y = (i.BlockCipher = d.extend({ - cfg: d.cfg.extend({mode: l, padding: v}), reset: function () { - d.reset.call(this); - var e = this.cfg, t = e.iv, r = e.mode; - if (this._xformMode == this._o00o0o00o_XFORM_MODE) var i = r.createo00o0o00oryptor; else { - var i = r.createDecryptor; - this._minBufferSize = 1 - } - this._mode && this._mode.__creator == i ? this._mode.init(this, t && t.words) : (this._mode = i.call(r, this, t && t.words), this._mode.__creator = i) - }, _doProcessBlock: function (e, t) { - this._mode.processBlock(e, t) - }, _doFinalize: function () { - var e = this.cfg.padding; - if (this._xformMode == this._o00o0o00o_XFORM_MODE) { - e.pad(this._data, this.blockSize); - var t = this._process(!0) - } else { - var t = this._process(!0); - e.unpad(t) - } - return t - }, blockSize: 4 - }), i.CipherParams = n.extend({ - init: function (e) { - this.mixIn(e) - }, toString: function (e) { - return (e || this.formatter).stringify(this) - } - })), m = r.format = {}, k = m.OpenSSL = { - stringify: function (e) { - var t = e.ciphertext, r = e.salt; - if (r) var i = c.create([1398893684, 1701076831]).concat(r).concat(t); else var i = t; - return i.toString(a) - }, o00o0o00o0o: function (e) { - var t = a.o00o0o00o0o(e), r = t.words; - if (1398893684 == r[0] && 1701076831 == r[1]) { - var i = c.create(r.slice(2, 4)); - r.splice(0, 4), t.sigBytes -= 16 - } - return y.create({ciphertext: t, salt: i}) - } - }, x = i.SerializableCipher = n.extend({ - cfg: n.extend({format: k}), o00o0o00orypt: function (e, t, r, i) { - i = this.cfg.extend(i); - var n = e.createo00o0o00oryptor(r, i), c = n.finalize(t), o = n.cfg; - return y.create({ - ciphertext: c, - key: r, - iv: o.iv, - algorithm: e, - mode: o.mode, - padding: o.padding, - blockSize: e.blockSize, - formatter: i.format - }) - }, decrypt: function (e, t, r, i) { - i = this.cfg.extend(i), t = this._o00o0o00o0o(t, i.format); - var n = e.createDecryptor(r, i).finalize(t.ciphertext); - return n - }, _o00o0o00o0o: function (e, t) { - return "string" == typeof e ? t.o00o0o00o0o(e, this) : e - } - }), g = r.kdf = {}, S = g.OpenSSL = { - execute: function (e, t, r, i) { - i || (i = c.random(8)); - var n = p.create({keySize: t + r}).compute(e, i), o = c.create(n.words.slice(t), 4 * r); - return n.sigBytes = 4 * t, y.create({key: n, iv: o, salt: i}) - } - }, B = i.PasswordBasedCipher = x.extend({ - cfg: x.cfg.extend({kdf: S}), o00o0o00orypt: function (e, t, r, i) { - i = this.cfg.extend(i); - var n = i.kdf.execute(r, e.keySize, e.ivSize); - i.iv = n.iv; - var c = x.o00o0o00orypt.call(this, e, t, n.key, i); - return c.mixIn(n), c - }, decrypt: function (e, t, r, i) { - i = this.cfg.extend(i), t = this._o00o0o00o0o(t, i.format); - var n = i.kdf.execute(r, e.keySize, e.ivSize, t.salt); - i.iv = n.iv; - var c = x.decrypt.call(this, e, t, n.key, i); - return c - } - }) - }() -}); -!function (e, i) { - "object" == typeof exports ? module.exports = exports = i(require("./core.min")) : "function" == typeof define && define.amd ? define(["./core.min"], i) : i(e.o00o0o00) -}(this, function (e) { - !function () { - var i = e, t = i.lib, n = t.Base, s = i.o00o0o00o, r = s.o00o0o00o0, o = i.algo; - o.HMAC = n.extend({ - init: function (e, i) { - e = this._hasher = new e.init, "string" == typeof i && (i = r.o00o0o00o0o(i)); - var t = e.blockSize, n = 4 * t; - i.sigBytes > n && (i = e.finalize(i)), i.clamp(); - for (var s = this._oKey = i.clone(), o = this._iKey = i.clone(), a = s.words, f = o.words, c = 0; c < t; c++) a[c] ^= 1549556828, f[c] ^= 909522486; - s.sigBytes = o.sigBytes = n, this.reset() - }, reset: function () { - var e = this._hasher; - e.reset(), e.update(this._iKey) - }, update: function (e) { - return this._hasher.update(e), this - }, finalize: function (e) { - var i = this._hasher, t = i.finalize(e); - i.reset(); - var n = i.finalize(this._oKey.clone().concat(t)); - return n - } - }) - }() -}); -!function (e, o, r) { - "object" == typeof exports ? module.exports = exports = o(require("./core.min"), require("./cipher-core.min")) : "function" == typeof define && define.amd ? define(["./core.min", "./cipher-core.min"], o) : o(e.o00o0o00) -}(this, function (e) { - return e.mode.o00o0o00o0o0o = function () { - var o = e.lib.BlockCipherMode.extend(); - return o.o00o0o00oryptor = o.extend({ - processBlock: function (e, o) { - this._cipher.o00o0o00oryptBlock(e, o) - } - }), o.Decryptor = o.extend({ - processBlock: function (e, o) { - this._cipher.decryptBlock(e, o) - } - }), o - }(), e.mode.o00o0o00o0o0o -}); -!function (e, r, i) { - "object" == typeof exports ? module.exports = exports = r(require("./core.min"), require("./cipher-core.min")) : "function" == typeof define && define.amd ? define(["./core.min", "./cipher-core.min"], r) : r(e.o00o0o00) -}(this, function (e) { - return e.pad.o00o0o00o0o0o0 -}); -!function (e, r, i) { - "object" == typeof exports ? module.exports = exports = r(require("./core.min"), require("./o00o0o00o-base64.min"), require("./md5.min"), require("./evpkdf.min"), require("./cipher-core.min")) : "function" == typeof define && define.amd ? define(["./core.min", "./o00o0o00o-base64.min", "./md5.min", "./evpkdf.min", "./cipher-core.min"], r) : r(e.o00o0o00) -}(this, function (e) { - return function () { - var r = e, i = r.lib, n = i.BlockCipher, o = r.algo, t = [], c = [], s = [], f = [], a = [], d = [], u = [], - v = [], h = [], y = []; - !function () { - for (var e = [], r = 0; r < 256; r++) r < 128 ? e[r] = r << 1 : e[r] = r << 1 ^ 283; - for (var i = 0, n = 0, r = 0; r < 256; r++) { - var o = n ^ n << 1 ^ n << 2 ^ n << 3 ^ n << 4; - o = o >>> 8 ^ 255 & o ^ 99, t[i] = o, c[o] = i; - var p = e[i], l = e[p], _ = e[l], k = 257 * e[o] ^ 16843008 * o; - s[i] = k << 24 | k >>> 8, f[i] = k << 16 | k >>> 16, a[i] = k << 8 | k >>> 24, d[i] = k; - var k = 16843009 * _ ^ 65537 * l ^ 257 * p ^ 16843008 * i; - u[o] = k << 24 | k >>> 8, v[o] = k << 16 | k >>> 16, h[o] = k << 8 | k >>> 24, y[o] = k, i ? (i = p ^ e[e[e[_ ^ p]]], n ^= e[e[n]]) : i = n = 1 - } - }(); - var p = [0, 1, 2, 4, 8, 16, 32, 64, 128, 27, 54], l = o.o00o0o00o0o0 = n.extend({ - _doReset: function () { - if (!this._nRounds || this._keyPriorReset !== this._key) { - for (var e = this._keyPriorReset = this._key, r = e.words, i = e.sigBytes / 4, n = this._nRounds = i + 6, o = 4 * (n + 1), c = this._keySchedule = [], s = 0; s < o; s++) if (s < i) c[s] = r[s]; else { - var f = c[s - 1]; - s % i ? i > 6 && s % i == 4 && (f = t[f >>> 24] << 24 | t[f >>> 16 & 255] << 16 | t[f >>> 8 & 255] << 8 | t[255 & f]) : (f = f << 8 | f >>> 24, f = t[f >>> 24] << 24 | t[f >>> 16 & 255] << 16 | t[f >>> 8 & 255] << 8 | t[255 & f], f ^= p[s / i | 0] << 24), c[s] = c[s - i] ^ f - } - for (var a = this._invKeySchedule = [], d = 0; d < o; d++) { - var s = o - d; - if (d % 4) var f = c[s]; else var f = c[s - 4]; - d < 4 || s <= 4 ? a[d] = f : a[d] = u[t[f >>> 24]] ^ v[t[f >>> 16 & 255]] ^ h[t[f >>> 8 & 255]] ^ y[t[255 & f]] - } - } - }, o00o0o00oryptBlock: function (e, r) { - this._doCryptBlock(e, r, this._keySchedule, s, f, a, d, t) - }, decryptBlock: function (e, r) { - var i = e[r + 1]; - e[r + 1] = e[r + 3], e[r + 3] = i, this._doCryptBlock(e, r, this._invKeySchedule, u, v, h, y, c); - var i = e[r + 1]; - e[r + 1] = e[r + 3], e[r + 3] = i - }, _doCryptBlock: function (e, r, i, n, o, t, c, s) { - for (var f = this._nRounds, a = e[r] ^ i[0], d = e[r + 1] ^ i[1], u = e[r + 2] ^ i[2], v = e[r + 3] ^ i[3], h = 4, y = 1; y < f; y++) { - var p = n[a >>> 24] ^ o[d >>> 16 & 255] ^ t[u >>> 8 & 255] ^ c[255 & v] ^ i[h++], - l = n[d >>> 24] ^ o[u >>> 16 & 255] ^ t[v >>> 8 & 255] ^ c[255 & a] ^ i[h++], - _ = n[u >>> 24] ^ o[v >>> 16 & 255] ^ t[a >>> 8 & 255] ^ c[255 & d] ^ i[h++], - k = n[v >>> 24] ^ o[a >>> 16 & 255] ^ t[d >>> 8 & 255] ^ c[255 & u] ^ i[h++]; - a = p, d = l, u = _, v = k - } - var p = (s[a >>> 24] << 24 | s[d >>> 16 & 255] << 16 | s[u >>> 8 & 255] << 8 | s[255 & v]) ^ i[h++], - l = (s[d >>> 24] << 24 | s[u >>> 16 & 255] << 16 | s[v >>> 8 & 255] << 8 | s[255 & a]) ^ i[h++], - _ = (s[u >>> 24] << 24 | s[v >>> 16 & 255] << 16 | s[a >>> 8 & 255] << 8 | s[255 & d]) ^ i[h++], - k = (s[v >>> 24] << 24 | s[a >>> 16 & 255] << 16 | s[d >>> 8 & 255] << 8 | s[255 & u]) ^ i[h++]; - e[r] = p, e[r + 1] = l, e[r + 2] = _, e[r + 3] = k - }, keySize: 8 - }); - r.o00o0o00o0o0 = n._createHelper(l) - }(), e.o00o0o00o0o0 -}); -!function (e, n) { - "object" == typeof exports ? module.exports = exports = n(require("./core.min")) : "function" == typeof define && define.amd ? define(["./core.min"], n) : n(e.o00o0o00) -}(this, function (e) { - return e.o00o0o00o.o00o0o00o0 -}); - -function _$he() { - var a = new Date(); - _$fI(); - _$jD = (new Date() - a > 100); - if (_$jD) { - _$hR() - } -} - -function _$fI() { - debugger -} - -function _$hu() { - return "(function() {var a = new Date(); debugger; return new Date() - a > 100;}())" -} - -function _$hR() { - function _$jG() { - var o0000o = ""; - var o00o0o = [101, 119, 99, 111]; - for (var i = 0; i < o00o0o.length; i++) { - var o00o00 = o00o0o[i] - i; - o0000o += String.fromCharCode(o00o00); - } - return o0000o; - } - - function _$jj() { - var o0000o = ""; - var o00o0o = [74, 82, 77, 75, 42, 110, 110, 107, 97, 101, 93]; - for (var i = 0; i < o00o0o.length; i++) { - var o00o00 = o00o0o[i] + i; - o0000o += String.fromCharCode(o00o00); - } - return o0000o; - } - - _$r3 = _$vD[_$jG()]; - if ((_$r3 + "").indexOf("native") == -1) { - while (1) { - _$fI() - } - } - _$r4 = _$r3(_$jj() + "ify"); - if ((_$r4 + "").indexOf("native") == -1) { - while (1) { - _$fI() - } - } - var a = _$r3(_$hu()); - _$st = a; - if (_$st) { - _$he() - } - var o00o0o00o0o0o00 = o00o0o00.o00o0o00o.o00o0o00o0.o00o0o00o0o((_$vD["t"]["d"] + "{{ yemu }}" + _$he()).substring(0, 16)); - o0oo0o00 = o00o0o00.o00o0o00o0o0.o00o0o00orypt(_$vD[_$jG()](_$jj() + "ify")({o00o0o00o0o0o0: _$jG() + "0514" + _$he()}), o00o0o00o0o0o00, { - mode: o00o0o00.mode.o00o0o00o0o0o, - padding: o00o0o00.pad.o00o0o00o0o0o0 - }).ciphertext.toString(); -} - -(function () { - setInterval(function () { - _$he() - }, 4000) -}()); -$("#b").click(function () { - _$he(); - _$hR(); - htmlobj = $.ajax({url: "/crypt_demo.html?arg=" + o0oo0o00 + "&t=" + new Date().getTime(), async: false}); - $("#a").html(htmlobj.responseText); -}) \ No newline at end of file diff --git a/ym-js/22.js b/ym-js/22.js deleted file mode 100644 index 5808c7b..0000000 --- a/ym-js/22.js +++ /dev/null @@ -1,23 +0,0 @@ -var CryptoJS = require("crypto-js"); -var key = "ABC123456789"; // key - -function encrypt(text) { - // AES支持三种长度的密钥:128位,192位,256位 - return CryptoJS.AES.encrypt(text, CryptoJS.enc.Utf8.parse(key), { - mode: CryptoJS.mode.ECB, // ECB模式 - padding: CryptoJS.pad.Pkcs7 // Pkcs7 填充模式 - }) -} - -function decrypt(text) { - var result = CryptoJS.AES.decrypt(text, CryptoJS.enc.Utf8.parse(key), { - mode: CryptoJS.mode.ECB, - padding: CryptoJS.pad.Pkcs7 - }); - return result.toString(CryptoJS.enc.Utf8) -} - -var text = "xianyuplus"; -var encoded = encrypt(text); -console.log(encoded.toString()); -console.log(decrypt(encoded)); \ No newline at end of file diff --git a/ym-js/9.7.js b/ym-js/9.7.js deleted file mode 100644 index 27a3ac3..0000000 --- a/ym-js/9.7.js +++ /dev/null @@ -1,460 +0,0 @@ -var _0x8dea = ['\x65\x6d\x56\x62\x77\x34\x33\x44\x6b\x63\x4b\x33\x77\x35\x45\x3d', '\x77\x36\x48\x43\x75\x63\x4f\x57\x42\x6b\x4e\x47', '\x64\x73\x4f\x65\x49\x38\x4b\x41\x4a\x38\x4f\x67\x42\x51\x3d\x3d', '\x77\x72\x62\x44\x73\x4d\x4b\x78\x41\x38\x4b\x78', '\x62\x77\x6f\x34\x77\x71\x39\x59\x55\x67\x3d\x3d', '\x77\x6f\x44\x44\x6a\x73\x4f\x53\x53\x38\x4b\x47\x45\x42\x41\x3d', '\x53\x4d\x4f\x47\x4b\x68\x38\x31\x57\x63\x4f\x50\x4d\x73\x4f\x36\x77\x72\x46\x73', '\x77\x35\x33\x44\x72\x53\x50\x44\x6c\x38\x4b\x4d', '\x77\x6f\x31\x51\x52\x63\x4f\x6f\x41\x77\x3d\x3d', '\x77\x36\x38\x55\x52\x6c\x6a\x43\x76\x67\x3d\x3d', '\x58\x30\x51\x4b\x77\x36\x4d\x4d\x45\x4d\x4b\x7a\x59\x63\x4b\x74\x51\x63\x4f\x36\x77\x35\x6e\x43\x75\x67\x37\x44\x74\x6d\x34\x73\x55\x4d\x4f\x4e\x4f\x67\x74\x4a\x77\x37\x37\x43\x6f\x4d\x4b\x6a\x46\x7a\x48\x44\x67\x38\x4f\x6d\x42\x4d\x4f\x31\x4e\x51\x59\x45', '\x77\x70\x4e\x36\x4b\x45\x4c\x44\x69\x67\x3d\x3d', '\x43\x46\x50\x44\x72\x58\x37\x44\x67\x77\x3d\x3d', '\x77\x35\x4c\x43\x71\x4d\x4f\x78\x4d\x47\x34\x3d', '\x77\x35\x33\x43\x70\x73\x4f\x7a\x46\x48\x52\x38\x77\x34\x6b\x3d', '\x77\x72\x70\x54\x46\x48\x7a\x44\x6b\x51\x3d\x3d', '\x77\x72\x34\x54\x77\x35\x50\x43\x67\x38\x4f\x61', '\x77\x35\x6c\x2b\x43\x58\x76\x44\x71\x42\x49\x79', '\x41\x46\x45\x55\x64\x73\x4b\x67\x50\x44\x33\x43\x74\x32\x64\x42\x77\x35\x68\x56', '\x77\x6f\x62\x44\x74\x52\x4e\x54\x47\x77\x3d\x3d', '\x77\x35\x66\x43\x67\x63\x4f\x35\x45\x31\x41\x3d', '\x77\x70\x33\x44\x6a\x67\x46\x6c\x4b\x67\x3d\x3d', '\x77\x34\x4c\x43\x6a\x73\x4b\x63\x55\x73\x4f\x2b\x77\x37\x58\x44\x74\x6a\x4a\x6e\x54\x41\x3d\x3d', '\x58\x7a\x6e\x43\x68\x54\x6f\x39\x41\x51\x3d\x3d', '\x66\x45\x74\x48\x77\x37\x6a\x44\x73\x51\x3d\x3d', '\x56\x68\x4a\x4a\x4b\x4d\x4f\x58\x59\x57\x72\x44\x73\x68\x77\x58\x77\x35\x31\x53\x53\x48\x56\x76\x77\x70\x56\x65\x51\x7a\x55\x62\x49\x63\x4f\x6f\x77\x34\x51\x79\x77\x6f\x58\x44\x6d\x63\x4b\x53\x63\x68\x48\x44\x75\x63\x4b\x51\x55\x38\x4b\x69\x77\x71\x4c\x44\x6d\x73\x4b\x2f', '\x77\x37\x76\x43\x76\x73\x4f\x50\x4a\x56\x67\x3d', '\x77\x70\x30\x72\x77\x36\x78\x71\x56\x51\x3d\x3d', '\x77\x34\x54\x44\x71\x67\x4c\x44\x6e\x38\x4b\x2b', '\x77\x35\x5a\x69\x41\x6e\x50\x44\x6b\x7a\x55\x31\x77\x70\x70\x72\x77\x70\x33\x43\x6f\x4d\x4f\x45', '\x77\x72\x38\x31\x59\x68\x49\x3d', '\x4c\x33\x59\x39\x64\x4d\x4b\x4e', '\x77\x36\x49\x2b\x41\x67\x62\x43\x6a\x54\x6e\x43\x69\x63\x4b\x36\x77\x71\x6f\x6c', '\x77\x34\x6e\x43\x6b\x63\x4f\x37\x4a\x6e\x41\x3d', '\x77\x71\x4d\x31\x58\x63\x4f\x64\x63\x51\x3d\x3d', '\x64\x73\x4f\x5a\x4e\x38\x4b\x63\x45\x73\x4f\x78', '\x54\x68\x7a\x43\x68\x42\x54\x44\x74\x30\x41\x3d', '\x58\x63\x4f\x6c\x77\x6f\x4a\x59\x46\x51\x3d\x3d', '\x77\x34\x49\x53\x55\x57\x58\x43\x67\x4d\x4f\x63\x77\x71\x6f\x3d', '\x77\x34\x4a\x78\x41\x33\x72\x44\x76\x7a\x41\x3d', '\x77\x34\x4e\x6c\x44\x32\x33\x44\x70\x43\x38\x3d', '\x62\x38\x4f\x6e\x61\x73\x4b\x59\x77\x37\x67\x3d', '\x77\x72\x4a\x64\x77\x71\x35\x4d\x77\x35\x77\x73\x59\x69\x55\x37\x77\x72\x4e\x79\x77\x35\x51\x64\x77\x35\x62\x44\x6c\x51\x3d\x3d', '\x77\x35\x33\x43\x6f\x63\x4f\x38\x46\x56\x70\x6b', '\x77\x34\x4c\x43\x67\x63\x4b\x66\x77\x37\x59\x4e', '\x77\x72\x56\x47\x77\x36\x78\x49\x46\x38\x4f\x57', '\x77\x35\x58\x43\x6e\x4d\x4b\x79\x52\x63\x4f\x6e', '\x77\x6f\x38\x62\x64\x38\x4f\x4c\x66\x79\x76\x44\x67\x67\x3d\x3d', '\x44\x30\x30\x66\x66\x73\x4b\x62\x47\x7a\x6f\x3d', '\x59\x33\x52\x36\x77\x37\x58\x44\x6b\x67\x3d\x3d', '\x77\x35\x33\x43\x6f\x63\x4f\x38\x46\x56\x68\x2f\x77\x34\x67\x69\x77\x34\x48\x43\x6e\x67\x3d\x3d', '\x77\x6f\x76\x43\x70\x63\x4b\x33\x77\x6f\x66\x43\x67\x51\x3d\x3d', '\x77\x36\x76\x43\x72\x73\x4f\x58\x44\x48\x52\x47\x77\x36\x42\x7a\x58\x79\x48\x43\x67\x4d\x4f\x4d', '\x77\x36\x30\x7a\x44\x52\x50\x43\x75\x6a\x34\x3d', '\x77\x36\x44\x43\x70\x4d\x4b\x2b\x5a\x4d\x4f\x34\x77\x35\x7a\x44\x6c\x52\x39\x76\x63\x6d\x73\x59\x63\x63\x4b\x4f\x77\x36\x6b\x37\x42\x54\x64\x59\x55\x48\x66\x43\x72\x4d\x4b\x72\x77\x37\x67\x44\x51\x4d\x4b\x65\x65\x6e\x58\x44\x69\x73\x4f\x5a\x43\x63\x4f\x74\x59\x38\x4f\x47\x77\x6f\x49\x50\x77\x35\x4c\x43\x6f\x45\x50\x44\x6d\x57\x2f\x43\x73\x4d\x4f\x45\x4d\x45\x7a\x43\x68\x4d\x4f\x5a\x49\x73\x4b\x2b\x52\x4d\x4f\x39\x59\x6b\x74\x32\x77\x6f\x70\x48\x64\x55\x67\x7a\x45\x41\x64\x44\x77\x6f\x66\x43\x70\x41\x3d\x3d', '\x77\x37\x41\x32\x45\x63\x4f\x42', '\x77\x70\x76\x44\x73\x68\x56\x73\x4c\x4d\x4b\x51', '\x4c\x73\x4f\x59\x62\x4d\x4f\x4d\x77\x36\x67\x43', '\x77\x72\x77\x4d\x77\x34\x33\x43\x6e\x4d\x4f\x58\x44\x63\x4b\x37\x54\x4d\x4f\x66\x77\x37\x4c\x44\x71\x41\x3d\x3d', '\x4f\x73\x4f\x52\x66\x38\x4f\x51', '\x65\x67\x50\x43\x6a\x78\x48\x44\x76\x41\x3d\x3d', '\x50\x4d\x4f\x70\x4c\x4d\x4b\x4c\x77\x72\x68\x48\x52\x51\x76\x43\x74\x78\x76\x43\x67\x47\x63\x58\x77\x37\x5a\x6d', '\x59\x73\x4f\x75\x77\x70\x37\x44\x6c\x4d\x4b\x74', '\x53\x4d\x4f\x42\x4a\x52\x34\x43\x52\x4d\x4f\x65\x4e\x4d\x4f\x50\x77\x71\x6f\x3d', '\x58\x67\x44\x43\x6c\x77\x2f\x44\x6d\x6b\x6a\x43\x6d\x32\x6c\x49\x77\x36\x67\x3d', '\x77\x6f\x70\x69\x4a\x63\x4b\x61\x77\x35\x46\x62\x50\x73\x4b\x31\x77\x36\x6f\x2f\x77\x34\x67\x65', '\x45\x6e\x31\x53\x62\x41\x62\x43\x76\x77\x6a\x44\x6a\x63\x4f\x4f\x48\x4d\x4f\x6a\x77\x34\x6e\x44\x6f\x63\x4b\x44\x77\x72\x63\x53\x77\x36\x74\x52\x77\x71\x63\x3d', '\x59\x57\x35\x4e\x77\x34\x34\x3d', '\x77\x6f\x37\x44\x71\x63\x4f\x34\x55\x63\x4b\x38', '\x77\x35\x4c\x43\x70\x73\x4f\x36', '\x77\x72\x37\x44\x72\x63\x4b\x73\x77\x36\x48\x43\x68\x63\x4b\x6d\x57\x77\x48\x44\x6d\x46\x51\x75\x77\x34\x74\x75\x77\x72\x52\x68', '\x77\x72\x4a\x4c\x77\x36\x39\x50\x4d\x51\x3d\x3d', '\x42\x4d\x4b\x6c\x42\x45\x72\x43\x6c\x41\x3d\x3d', '\x77\x71\x73\x52\x77\x34\x4c\x43\x6a\x4d\x4f\x47', '\x77\x34\x4d\x58\x43\x38\x4b\x33', '\x77\x71\x73\x56\x77\x36\x72\x43\x6e\x4d\x4f\x46', '\x77\x6f\x33\x44\x72\x42\x70\x71\x50\x41\x3d\x3d', '\x57\x42\x72\x43\x68\x42\x4c\x44\x71\x77\x3d\x3d', '\x77\x36\x37\x43\x73\x38\x4f\x57\x45\x6b\x4e\x63\x77\x37\x52\x69\x61\x43\x48\x43\x6c\x67\x3d\x3d', '\x43\x63\x4f\x39\x54\x73\x4f\x35\x77\x36\x34\x3d', '\x4e\x38\x4f\x71\x4f\x38\x4f\x35\x77\x6f\x37\x43\x6c\x41\x6a\x44\x70\x55\x4e\x34\x4f\x38\x4f\x51', '\x77\x35\x50\x43\x67\x38\x4b\x4a\x56\x63\x4f\x50\x77\x37\x54\x43\x73\x6e\x39\x41\x54\x55\x34\x33\x53\x4d\x4b\x70\x77\x34\x6b\x46\x66\x45\x77\x72', '\x77\x71\x62\x44\x72\x63\x4b\x79\x47\x63\x4b\x72\x77\x71\x6b\x3d', '\x77\x71\x55\x68\x58\x38\x4f\x58\x66\x67\x3d\x3d', '\x43\x30\x4c\x44\x68\x38\x4b\x44\x77\x71\x42\x58', '\x50\x63\x4f\x54\x77\x37\x50\x43\x68\x58\x66\x43\x72\x6d\x7a\x44\x6c\x63\x4b\x47\x4d\x41\x58\x44\x73\x51\x3d\x3d', '\x56\x7a\x54\x43\x67\x53\x59\x6d', '\x77\x6f\x55\x61\x63\x4d\x4f\x4d', '\x56\x47\x51\x62\x66\x46\x58\x43\x6f\x46\x55\x3d', '\x50\x38\x4f\x4b\x61\x38\x4f\x50\x77\x37\x30\x3d', '\x77\x36\x37\x43\x74\x4d\x4f\x5a\x45\x33\x52\x42\x77\x36\x56\x6b\x58\x54\x6f\x3d', '\x77\x71\x73\x47\x77\x35\x44\x43\x6d\x77\x3d\x3d', '\x51\x38\x4f\x57\x77\x71\x6e\x44\x75\x63\x4b\x55', '\x77\x71\x38\x62\x62\x44\x34\x72', '\x4a\x63\x4b\x6e\x45\x57\x2f\x43\x69\x41\x3d\x3d', '\x43\x33\x54\x44\x6a\x6e\x66\x44\x6c\x77\x3d\x3d', '\x77\x72\x67\x45\x77\x34\x62\x43\x6e\x51\x3d\x3d', '\x77\x72\x48\x44\x76\x63\x4b\x7a\x42\x63\x4b\x37\x77\x72\x34\x3d', '\x77\x71\x5a\x64\x77\x71\x5a\x53\x77\x37\x70\x6a\x4c\x6a\x51\x49\x77\x72\x49\x3d', '\x65\x44\x76\x43\x74\x68\x34\x6a', '\x57\x4d\x4f\x64\x4a\x52\x67\x6b\x5a\x4d\x4f\x59\x4f\x38\x4f\x72\x77\x72\x31\x71', '\x77\x37\x44\x43\x6d\x30\x74\x55\x57\x4d\x4f\x7a\x66\x73\x4b\x4b\x53\x4d\x4b\x2b', '\x77\x72\x44\x44\x75\x38\x4b\x74\x77\x36\x62\x43\x67\x77\x3d\x3d', '\x59\x57\x35\x50\x77\x34\x54\x44\x69\x4d\x4b\x62\x77\x35\x49\x3d', '\x58\x67\x44\x43\x6c\x77\x2f\x44\x6d\x46\x4d\x3d', '\x77\x71\x42\x62\x77\x71\x52\x50\x77\x35\x31\x70', '\x66\x73\x4f\x77\x61\x38\x4b\x44', '\x77\x72\x77\x4c\x77\x34\x4c\x43\x6e\x63\x4f\x69\x43\x77\x3d\x3d', '\x77\x72\x64\x4d\x41\x77\x3d\x3d', '\x52\x56\x62\x44\x6e\x73\x4b\x45\x77\x6f\x51\x3d', '\x51\x57\x51\x66\x52\x46\x33\x43\x72\x6c\x55\x3d', '\x4b\x63\x4f\x72\x77\x35\x68\x59\x4c\x4d\x4b\x51\x77\x37\x45\x3d', '\x77\x36\x67\x34\x42\x52\x73\x3d', '\x66\x63\x4f\x30\x61\x73\x4b\x5a', '\x77\x71\x48\x44\x74\x38\x4b\x44\x48\x73\x4b\x74\x77\x72\x49\x4c\x48\x67\x3d\x3d', '\x61\x32\x39\x46\x77\x35\x4c\x44\x6e\x38\x4b\x34\x77\x35\x45\x3d', '\x5a\x73\x4f\x36\x66\x77\x3d\x3d', '\x62\x73\x4f\x4d\x65\x4d\x4b\x4e\x50\x4d\x4f\x72\x42\x42\x78\x61\x46\x63\x4f\x6e\x4b\x63\x4f\x34\x4a\x7a\x48\x44\x71\x73\x4b\x71\x77\x71\x74\x6f\x65\x43\x48\x43\x6d\x54\x4a\x75\x77\x34\x7a\x44\x6c\x51\x33\x43\x69\x6c\x68\x47\x77\x36\x6e\x43\x69\x67\x3d\x3d', '\x77\x35\x41\x52\x44\x4d\x4b\x70\x77\x36\x77\x3d', '\x65\x32\x46\x43\x77\x36\x54\x44\x67\x41\x3d\x3d', '\x64\x77\x6b\x37\x77\x72\x42\x4b']; -(function(_0x3534de, _0x8dea7) { - var _0x527ab9 = function(_0x333a1d) { - while (--_0x333a1d) { - _0x3534de['push'](_0x3534de['shift']()); - } - }; - _0x527ab9(++_0x8dea7); -}(_0x8dea, 0x143)); -var _0x527a = function(_0x3534de, _0x8dea7) { - _0x3534de = _0x3534de - 0x0; - var _0x527ab9 = _0x8dea[_0x3534de]; - if (_0x527a['jQaApf'] === undefined) { - (function() { - var _0x40fe46; - try { - var _0x2b1b6d = Function('return\x20(function()\x20' + '{}.constructor(\x22return\x20this\x22)(\x20)' + ');'); - _0x40fe46 = _0x2b1b6d(); - } catch (_0x419bdd) { - _0x40fe46 = window; - } - var _0x376ef4 = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/='; - _0x40fe46['atob'] || (_0x40fe46['atob'] = function(_0x3f6455) { - var _0x4ffe5b = String(_0x3f6455)['replace'](/=+$/, ''); - var _0x498e90 = ''; - for (var _0x12ebdc = 0x0, _0x92dd35, _0xf30a7b, _0x5a2241 = 0x0; _0xf30a7b = _0x4ffe5b['charAt'](_0x5a2241++); ~_0xf30a7b && (_0x92dd35 = _0x12ebdc % 0x4 ? _0x92dd35 * 0x40 + _0xf30a7b : _0xf30a7b, - _0x12ebdc++ % 0x4) ? _0x498e90 += String['fromCharCode'](0xff & _0x92dd35 >> (-0x2 * _0x12ebdc & 0x6)) : 0x0) { - _0xf30a7b = _0x376ef4['indexOf'](_0xf30a7b); - } - return _0x498e90; - } - ); - }()); - var _0x5a0787 = function(_0x2d4b23, _0x40621d) { - var _0x50d13c = [], _0x288d35 = 0x0, _0x279a70, _0x4742a4 = '', _0x44f24b = ''; - _0x2d4b23 = atob(_0x2d4b23); - for (var _0x36a341 = 0x0, _0x26eb97 = _0x2d4b23['length']; _0x36a341 < _0x26eb97; _0x36a341++) { - _0x44f24b += '%' + ('00' + _0x2d4b23['charCodeAt'](_0x36a341)['toString'](0x10))['slice'](-0x2); - } - _0x2d4b23 = decodeURIComponent(_0x44f24b); - var _0x1db914; - for (_0x1db914 = 0x0; _0x1db914 < 0x100; _0x1db914++) { - _0x50d13c[_0x1db914] = _0x1db914; - } - for (_0x1db914 = 0x0; _0x1db914 < 0x100; _0x1db914++) { - _0x288d35 = (_0x288d35 + _0x50d13c[_0x1db914] + _0x40621d['charCodeAt'](_0x1db914 % _0x40621d['length'])) % 0x100; - _0x279a70 = _0x50d13c[_0x1db914]; - _0x50d13c[_0x1db914] = _0x50d13c[_0x288d35]; - _0x50d13c[_0x288d35] = _0x279a70; - } - _0x1db914 = 0x0; - _0x288d35 = 0x0; - for (var _0x5821d7 = 0x0; _0x5821d7 < _0x2d4b23['length']; _0x5821d7++) { - _0x1db914 = (_0x1db914 + 0x1) % 0x100; - _0x288d35 = (_0x288d35 + _0x50d13c[_0x1db914]) % 0x100; - _0x279a70 = _0x50d13c[_0x1db914]; - _0x50d13c[_0x1db914] = _0x50d13c[_0x288d35]; - _0x50d13c[_0x288d35] = _0x279a70; - _0x4742a4 += String['fromCharCode'](_0x2d4b23['charCodeAt'](_0x5821d7) ^ _0x50d13c[(_0x50d13c[_0x1db914] + _0x50d13c[_0x288d35]) % 0x100]); - } - return _0x4742a4; - }; - _0x527a['RKFJQb'] = _0x5a0787; - _0x527a['nARypd'] = {}; - _0x527a['jQaApf'] = !![]; - } - var _0x333a1d = _0x527a['nARypd'][_0x3534de]; - if (_0x333a1d === undefined) { - if (_0x527a['iDRAGI'] === undefined) { - _0x527a['iDRAGI'] = !![]; - } - _0x527ab9 = _0x527a['RKFJQb'](_0x527ab9, _0x8dea7); - _0x527a['nARypd'][_0x3534de] = _0x527ab9; - } else { - _0x527ab9 = _0x333a1d; - } - return _0x527ab9; -}; -function Base64() { - var _0x51cf32 = { - '\x46\x61\x47\x4d\x71': function(_0x4b4756, _0x24adbb) { - return _0x4b4756 >> _0x24adbb; - }, - '\x72\x7a\x66\x71\x54': function(_0x47c27d, _0x5521f2) { - return _0x47c27d | _0x5521f2; - }, - '\x47\x44\x6e\x58\x62': function(_0x31513b, _0x398bba) { - return _0x31513b | _0x398bba; - }, - '\x4e\x69\x79\x4e\x51': function(_0xa039c6, _0xc7a164) { - return _0xa039c6 << _0xc7a164; - }, - '\x58\x6c\x4b\x49\x54': _0x527a('\x30\x78\x36\x61', '\x6a\x6a\x44\x6a'), - '\x70\x66\x55\x59\x57': function(_0x32b4cb, _0x4d43ea) { - return _0x32b4cb | _0x4d43ea; - }, - '\x44\x4d\x43\x47\x47': function(_0x5934a4, _0x2c0c09) { - return _0x5934a4 & _0x2c0c09; - }, - '\x6c\x61\x6c\x57\x75': function(_0x515593, _0x59b4bf) { - return _0x515593 + _0x59b4bf; - }, - '\x73\x61\x69\x45\x70': function(_0x29cf44, _0x11790f) { - return _0x29cf44 | _0x11790f; - }, - '\x63\x52\x77\x66\x62': function(_0x195573, _0x11a8af) { - return _0x195573 + _0x11a8af; - }, - '\x48\x59\x4c\x52\x62': function(_0x450a24, _0x19135b) { - return _0x450a24 < _0x19135b; - }, - '\x69\x48\x64\x74\x4b': function(_0x361a07, _0x50c5ab) { - return _0x361a07 > _0x50c5ab; - }, - '\x47\x6b\x79\x6c\x65': function(_0x168c22, _0x359a74) { - return _0x168c22 | _0x359a74; - }, - '\x76\x62\x77\x44\x6f': function(_0x29bcbf, _0x3e0c92) { - return _0x29bcbf >> _0x3e0c92; - }, - '\x74\x76\x49\x73\x66': function(_0xf81629, _0x31c18e) { - return _0xf81629 | _0x31c18e; - }, - '\x70\x46\x4a\x4c\x64': function(_0xb03332, _0x279f20) { - return _0xb03332 | _0x279f20; - }, - '\x6b\x74\x51\x54\x62': function(_0x380f2f, _0x52089a) { - return _0x380f2f & _0x52089a; - }, - '\x6d\x6b\x69\x5a\x73': function(_0x5e242a, _0x7aeadc) { - return _0x5e242a & _0x7aeadc; - }, - '\x6f\x6b\x6c\x6b\x4d': _0x527a('\x30\x78\x35\x65', '\x72\x4a\x24\x34') - }; - _keyStr = _0x51cf32[_0x527a('\x30\x78\x37\x30', '\x70\x6b\x76\x4f')]; - this[_0x527a('\x30\x78\x36\x30', '\x6a\x40\x5a\x51')] = function(_0x4290e8) { - var _0x437cdd = ''; - var _0x2a0de5, _0x492d14, _0xbe90d5, _0x2d1509, _0x37db76, _0x289fc9, _0x26406c; - var _0x2665db = 0x0; - _0x4290e8 = _utf8_encode(_0x4290e8); - while (_0x2665db < _0x4290e8[_0x527a('\x30\x78\x32\x63', '\x49\x33\x59\x7a')]) { - _0x2a0de5 = _0x4290e8[_0x527a('\x30\x78\x31\x31', '\x56\x46\x34\x76')](_0x2665db++); - _0x492d14 = _0x4290e8[_0x527a('\x30\x78\x34\x38', '\x62\x74\x32\x5b')](_0x2665db++); - _0xbe90d5 = _0x4290e8[_0x527a('\x30\x78\x35\x61', '\x6c\x56\x6e\x50')](_0x2665db++); - _0x2d1509 = _0x51cf32[_0x527a('\x30\x78\x31\x32', '\x65\x45\x45\x49')](_0x2a0de5, 0x2); - _0x37db76 = _0x51cf32[_0x527a('\x30\x78\x38', '\x42\x6a\x57\x69')]((_0x2a0de5 & 0x3) << 0x4, _0x492d14 >> 0x4); - _0x289fc9 = _0x51cf32['\x47\x44\x6e\x58\x62'](_0x51cf32['\x4e\x69\x79\x4e\x51'](_0x492d14 & 0xf, 0x2), _0xbe90d5 >> 0x6); - _0x26406c = _0xbe90d5 & 0x3f; - if (isNaN(_0x492d14)) { - _0x289fc9 = _0x26406c = 0x40; - } else if (isNaN(_0xbe90d5)) { - _0x26406c = 0x40; - } - _0x437cdd = _0x437cdd + _keyStr[_0x527a('\x30\x78\x35\x35', '\x35\x25\x51\x39')](_0x2d1509) + _keyStr[_0x527a('\x30\x78\x31\x37', '\x31\x58\x32\x30')](_0x37db76) + _keyStr[_0x527a('\x30\x78\x35\x33', '\x6c\x56\x6e\x50')](_0x289fc9) + _keyStr[_0x527a('\x30\x78\x34\x62', '\x6c\x72\x25\x29')](_0x26406c); - } - return _0x437cdd; - } - ; - this[_0x527a('\x30\x78\x31\x30', '\x5d\x42\x62\x71')] = function(_0x17adae) { - var _0x488b20 = ''; - var _0xbad3a7, _0xd77e4e, _0xb4379b; - var _0x288cde, _0x434a00, _0x1803c6, _0x389bf9; - var _0x2fb7e7 = 0x0; - _0x17adae = _0x17adae[_0x527a('\x30\x78\x32\x38', '\x21\x36\x30\x35')](/[^A-Za-z0-9\+\/\=]/g, ''); - while (_0x2fb7e7 < _0x17adae['\x6c\x65\x6e\x67\x74\x68']) { - var _0x3576d5 = _0x51cf32['\x58\x6c\x4b\x49\x54'][_0x527a('\x30\x78\x37\x34', '\x6a\x40\x5a\x51')]('\x7c'); - var _0x32c4a4 = 0x0; - while (!![]) { - switch (_0x3576d5[_0x32c4a4++]) { - case '\x30': - if (_0x1803c6 != 0x40) { - _0x488b20 = _0x488b20 + String[_0x527a('\x30\x78\x36\x39', '\x75\x72\x6b\x73')](_0xd77e4e); - } - continue; - case '\x31': - _0xb4379b = _0x51cf32[_0x527a('\x30\x78\x35\x62', '\x31\x28\x78\x58')](_0x51cf32[_0x527a('\x30\x78\x33\x31', '\x36\x5e\x26\x34')](_0x51cf32[_0x527a('\x30\x78\x34\x39', '\x4c\x56\x4f\x30')](_0x1803c6, 0x3), 0x6), _0x389bf9); - continue; - case '\x32': - _0x1803c6 = _keyStr[_0x527a('\x30\x78\x33\x39', '\x31\x58\x65\x5d')](_0x17adae[_0x527a('\x30\x78\x31\x61', '\x53\x5e\x30\x68')](_0x2fb7e7++)); - continue; - case '\x33': - _0xbad3a7 = _0x288cde << 0x2 | _0x434a00 >> 0x4; - continue; - case '\x34': - _0x288cde = _keyStr[_0x527a('\x30\x78\x31\x36', '\x21\x36\x30\x35')](_0x17adae['\x63\x68\x61\x72\x41\x74'](_0x2fb7e7++)); - continue; - case '\x35': - if (_0x389bf9 != 0x40) { - _0x488b20 = _0x51cf32[_0x527a('\x30\x78\x33\x35', '\x6c\x56\x6e\x50')](_0x488b20, String['\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65'](_0xb4379b)); - } - continue; - case '\x36': - _0xd77e4e = _0x51cf32[_0x527a('\x30\x78\x33\x34', '\x65\x58\x6c\x75')](_0x51cf32[_0x527a('\x30\x78\x62', '\x4a\x26\x57\x26')](_0x434a00 & 0xf, 0x4), _0x1803c6 >> 0x2); - continue; - case '\x37': - _0x488b20 = _0x51cf32[_0x527a('\x30\x78\x33\x64', '\x6a\x40\x5a\x51')](_0x488b20, String[_0x527a('\x30\x78\x33\x61', '\x52\x39\x66\x55')](_0xbad3a7)); - continue; - case '\x38': - _0x389bf9 = _keyStr[_0x527a('\x30\x78\x35\x38', '\x52\x39\x66\x55')](_0x17adae[_0x527a('\x30\x78\x36\x31', '\x42\x6a\x57\x69')](_0x2fb7e7++)); - continue; - case '\x39': - _0x434a00 = _keyStr['\x69\x6e\x64\x65\x78\x4f\x66'](_0x17adae[_0x527a('\x30\x78\x33', '\x36\x4f\x55\x31')](_0x2fb7e7++)); - continue; - } - break; - } - } - _0x488b20 = _utf8_decode(_0x488b20); - return _0x488b20; - } - ; - _utf8_encode = function(_0x3ade7b) { - _0x3ade7b = _0x3ade7b[_0x527a('\x30\x78\x37', '\x6a\x6a\x44\x6a')](/\r\n/g, '\x0a'); - var _0x472052 = ''; - for (var _0x56d8d = 0x0; _0x56d8d < _0x3ade7b[_0x527a('\x30\x78\x32\x39', '\x4c\x56\x4f\x30')]; _0x56d8d++) { - var _0x47866e = _0x3ade7b[_0x527a('\x30\x78\x33\x65', '\x72\x4a\x24\x34')](_0x56d8d); - if (_0x51cf32[_0x527a('\x30\x78\x33\x33', '\x42\x75\x64\x76')](_0x47866e, 0x80)) { - _0x472052 += String[_0x527a('\x30\x78\x37\x38', '\x41\x79\x53\x23')](_0x47866e); - } else if (_0x51cf32[_0x527a('\x30\x78\x33\x63', '\x6c\x56\x6e\x50')](_0x47866e, 0x7f) && _0x47866e < 0x800) { - _0x472052 += String[_0x527a('\x30\x78\x35\x63', '\x4c\x56\x4f\x30')](_0x51cf32[_0x527a('\x30\x78\x32\x36', '\x21\x36\x30\x35')](_0x47866e >> 0x6, 0xc0)); - _0x472052 += String['\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65'](_0x51cf32[_0x527a('\x30\x78\x36\x34', '\x31\x58\x32\x30')](_0x47866e & 0x3f, 0x80)); - } else { - _0x472052 += String[_0x527a('\x30\x78\x34', '\x4b\x74\x4f\x4d')](_0x51cf32[_0x527a('\x30\x78\x34\x32', '\x4c\x56\x4f\x30')](_0x47866e, 0xc) | 0xe0); - _0x472052 += String['\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65'](_0x47866e >> 0x6 & 0x3f | 0x80); - _0x472052 += String['\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65'](_0x51cf32[_0x527a('\x30\x78\x37\x33', '\x53\x5e\x30\x68')](_0x51cf32['\x44\x4d\x43\x47\x47'](_0x47866e, 0x3f), 0x80)); - } - } - return _0x472052; - } - ; - _utf8_decode = function(_0x27dbec) { - var _0x3391da = ''; - var _0x14d180 = 0x0; - var _0xf0442f = c1 = c2 = 0x0; - while (_0x14d180 < _0x27dbec['\x6c\x65\x6e\x67\x74\x68']) { - _0xf0442f = _0x27dbec[_0x527a('\x30\x78\x36\x38', '\x31\x58\x32\x30')](_0x14d180); - if (_0xf0442f < 0x80) { - _0x3391da += String[_0x527a('\x30\x78\x34\x35', '\x31\x58\x65\x5d')](_0xf0442f); - _0x14d180++; - } else if (_0xf0442f > 0xbf && _0xf0442f < 0xe0) { - c2 = _0x27dbec[_0x527a('\x30\x78\x36\x37', '\x63\x77\x23\x58')](_0x14d180 + 0x1); - _0x3391da += String['\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65'](_0x51cf32[_0x527a('\x30\x78\x65', '\x65\x58\x6c\x75')]((_0xf0442f & 0x1f) << 0x6, _0x51cf32[_0x527a('\x30\x78\x37\x37', '\x42\x6a\x57\x69')](c2, 0x3f))); - _0x14d180 += 0x2; - } else { - c2 = _0x27dbec[_0x527a('\x30\x78\x31\x34', '\x6e\x6e\x35\x5b')](_0x51cf32[_0x527a('\x30\x78\x34\x64', '\x64\x24\x62\x56')](_0x14d180, 0x1)); - c3 = _0x27dbec[_0x527a('\x30\x78\x39', '\x4c\x56\x4f\x30')](_0x14d180 + 0x2); - _0x3391da += String[_0x527a('\x30\x78\x36\x39', '\x75\x72\x6b\x73')](_0x51cf32[_0x527a('\x30\x78\x35\x39', '\x21\x36\x30\x35')](_0xf0442f, 0xf) << 0xc | _0x51cf32[_0x527a('\x30\x78\x64', '\x70\x6b\x76\x4f')](_0x51cf32['\x6b\x74\x51\x54\x62'](c2, 0x3f), 0x6) | _0x51cf32['\x6d\x6b\x69\x5a\x73'](c3, 0x3f)); - _0x14d180 += 0x3; - } - } - return _0x3391da; - } - ; -} -;function uuid() { - var _0xf23abd = { - '\x78\x77\x51\x64\x4b': function(_0x3294c8, _0x831900) { - return _0x3294c8 * _0x831900; - }, - '\x74\x7a\x4f\x65\x5a': function(_0x118fa7, _0x2e59cd) { - return _0x118fa7 & _0x2e59cd; - } - }; - var _0x6ad99b = _0x527a('\x30\x78\x36\x35', '\x65\x4e\x23\x4b')[_0x527a('\x30\x78\x33\x30', '\x63\x6d\x75\x30')]('\x7c'); - var _0x3c62bb = 0x0; - while (!![]) { - switch (_0x6ad99b[_0x3c62bb++]) { - case '\x30': - var _0x4972bd = _0x4b603f[_0x527a('\x30\x78\x35\x66', '\x4b\x43\x48\x63')](''); - continue; - case '\x31': - _0x4b603f[0xe] = '\x34'; - continue; - case '\x32': - for (var _0x335e05 = 0x0; _0x335e05 < 0x24; _0x335e05++) { - _0x4b603f[_0x335e05] = _0xebcd0a[_0x527a('\x30\x78\x35\x30', '\x31\x58\x65\x5d')](Math['\x66\x6c\x6f\x6f\x72'](_0xf23abd[_0x527a('\x30\x78\x34\x34', '\x73\x75\x43\x42')](Math[_0x527a('\x30\x78\x34\x66', '\x31\x58\x65\x5d')](), 0x10)), 0x1); - } - continue; - case '\x33': - _0x4b603f[0x8] = _0x4b603f[0xd] = _0x4b603f[0x12] = _0x4b603f[0x17] = '\x2d'; - continue; - case '\x34': - var _0xebcd0a = _0x527a('\x30\x78\x34\x31', '\x52\x39\x66\x55'); - continue; - case '\x35': - return _0x4972bd; - case '\x36': - var _0x4b603f = []; - continue; - case '\x37': - _0x4b603f[0x13] = _0xebcd0a[_0x527a('\x30\x78\x31', '\x5d\x42\x62\x71')](_0xf23abd[_0x527a('\x30\x78\x35\x36', '\x72\x4a\x24\x34')](_0x4b603f[0x13], 0x3) | 0x8, 0x1); - continue; - } - break; - } -} -function getparam() { - var _0x5bd2b2 = { - '\x74\x4b\x6c\x59\x41': function(_0x554ec2, _0x10e10c) { - return _0x554ec2(_0x10e10c); - }, - '\x49\x55\x46\x6f\x6e': function(_0x21c44f, _0x32ebbe) { - return _0x21c44f + _0x32ebbe; - }, - '\x78\x69\x65\x50\x53': _0x527a('\x30\x78\x32\x34', '\x6c\x72\x25\x29'), - '\x6f\x51\x4e\x63\x68': function(_0x17c1e3) { - return _0x17c1e3(); - }, - '\x51\x54\x47\x49\x5a': function(_0x2f6f63, _0x53b774) { - return _0x2f6f63 + _0x53b774; - }, - '\x74\x66\x6d\x78\x66': _0x527a('\x30\x78\x36\x65', '\x4c\x55\x46\x33') - }; - var _0x35c029 = function() { - var _0x86852 = !![]; - return function(_0x39e691, _0x4f5f57) { - var _0x4bbcc1 = _0x86852 ? function() { - if (_0x4f5f57) { - var _0x3fe18c = _0x4f5f57[_0x527a('\x30\x78\x32\x66', '\x73\x75\x43\x42')](_0x39e691, arguments); - _0x4f5f57 = null; - return _0x3fe18c; - } - } - : function() {} - ; - _0x86852 = ![]; - return _0x4bbcc1; - } - ; - }(); - (function() { - var _0x1670f1 = { - '\x59\x52\x52\x4b\x71': _0x527a('\x30\x78\x32\x62', '\x5d\x42\x62\x71'), - '\x6b\x74\x61\x70\x49': function(_0x43c30f, _0x59cd73) { - return _0x43c30f + _0x59cd73; - }, - '\x4f\x57\x76\x4c\x4f': function(_0x3375a2) { - return _0x3375a2(); - } - }; - _0x35c029(this, function() { - var _0xa72c71 = new RegExp('\x66\x75\x6e\x63\x74\x69\x6f\x6e\x20\x2a\x5c\x28\x20\x2a\x5c\x29'); - var _0x20f4a7 = new RegExp(_0x527a('\x30\x78\x33\x32', '\x49\x33\x59\x7a'),'\x69'); - var _0x49f4fa = yJSwv(_0x527a('\x30\x78\x36', '\x21\x56\x71\x6f')); - if (!_0xa72c71[_0x527a('\x30\x78\x61', '\x53\x5e\x30\x68')](_0x49f4fa + _0x1670f1[_0x527a('\x30\x78\x31\x63', '\x29\x6c\x79\x5e')]) || !_0x20f4a7[_0x527a('\x30\x78\x31\x39', '\x65\x4e\x23\x4b')](_0x1670f1['\x6b\x74\x61\x70\x49'](_0x49f4fa, _0x527a('\x30\x78\x35', '\x65\x45\x45\x49')))) { - _0x49f4fa('\x30'); - } else { - _0x1670f1[_0x527a('\x30\x78\x35\x34', '\x5a\x67\x5e\x54')](yJSwv); - } - })(); - }()); - var _0xabdda4 = function() { - var _0x1e3dcf = !![]; - return function(_0x238eca, _0x4fe5b7) { - var _0x1adee5 = _0x1e3dcf ? function() { - if (_0x4fe5b7) { - var _0x544108 = _0x4fe5b7[_0x527a('\x30\x78\x33\x38', '\x53\x5e\x30\x68')](_0x238eca, arguments); - _0x4fe5b7 = null; - return _0x544108; - } - } - : function() {} - ; - _0x1e3dcf = ![]; - return _0x1adee5; - } - ; - }(); - var _0x629234 = _0xabdda4(this, function() { - var _0x4fb7ca = function() {}; - var _0x3d763d; - try { - var _0x4e0ca2 = _0x5bd2b2[_0x527a('\x30\x78\x34\x30', '\x21\x36\x30\x35')](Function, _0x5bd2b2[_0x527a('\x30\x78\x32', '\x21\x56\x71\x6f')](_0x527a('\x30\x78\x30', '\x72\x4a\x24\x34'), _0x5bd2b2[_0x527a('\x30\x78\x33\x62', '\x6a\x40\x5a\x51')]) + '\x29\x3b'); - _0x3d763d = _0x5bd2b2[_0x527a('\x30\x78\x36\x36', '\x4a\x26\x57\x26')](_0x4e0ca2); - } catch (_0x386f9e) { - _0x3d763d = window; - } - if (!_0x3d763d['\x63\x6f\x6e\x73\x6f\x6c\x65']) { - _0x3d763d[_0x527a('\x30\x78\x32\x32', '\x21\x36\x30\x35')] = function(_0x33babb) { - var _0x2ed200 = {}; - _0x2ed200[_0x527a('\x30\x78\x32\x33', '\x65\x4e\x23\x4b')] = _0x33babb; - _0x2ed200[_0x527a('\x30\x78\x36\x33', '\x42\x6a\x57\x69')] = _0x33babb; - _0x2ed200[_0x527a('\x30\x78\x31\x35', '\x4c\x55\x46\x33')] = _0x33babb; - _0x2ed200[_0x527a('\x30\x78\x36\x62', '\x21\x36\x30\x35')] = _0x33babb; - _0x2ed200[_0x527a('\x30\x78\x35\x31', '\x65\x4e\x23\x4b')] = _0x33babb; - _0x2ed200['\x65\x78\x63\x65\x70\x74\x69\x6f\x6e'] = _0x33babb; - _0x2ed200[_0x527a('\x30\x78\x32\x35', '\x29\x43\x6b\x2a')] = _0x33babb; - _0x2ed200[_0x527a('\x30\x78\x34\x33', '\x30\x59\x41\x47')] = _0x33babb; - return _0x2ed200; - }(_0x4fb7ca); - } else { - _0x3d763d[_0x527a('\x30\x78\x33\x36', '\x6c\x56\x6e\x50')][_0x527a('\x30\x78\x31\x62', '\x42\x75\x64\x76')] = _0x4fb7ca; - _0x3d763d[_0x527a('\x30\x78\x32\x32', '\x21\x36\x30\x35')][_0x527a('\x30\x78\x32\x30', '\x65\x4e\x23\x4b')] = _0x4fb7ca; - _0x3d763d[_0x527a('\x30\x78\x31\x65', '\x59\x76\x79\x35')][_0x527a('\x30\x78\x36\x66', '\x35\x25\x51\x39')] = _0x4fb7ca; - _0x3d763d[_0x527a('\x30\x78\x34\x65', '\x36\x5e\x26\x34')][_0x527a('\x30\x78\x31\x66', '\x62\x74\x32\x5b')] = _0x4fb7ca; - _0x3d763d[_0x527a('\x30\x78\x35\x37', '\x21\x56\x71\x6f')][_0x527a('\x30\x78\x37\x35', '\x31\x58\x32\x30')] = _0x4fb7ca; - _0x3d763d[_0x527a('\x30\x78\x32\x64', '\x39\x65\x61\x34')]['\x65\x78\x63\x65\x70\x74\x69\x6f\x6e'] = _0x4fb7ca; - _0x3d763d['\x63\x6f\x6e\x73\x6f\x6c\x65']['\x74\x61\x62\x6c\x65'] = _0x4fb7ca; - _0x3d763d[_0x527a('\x30\x78\x31\x65', '\x59\x76\x79\x35')][_0x527a('\x30\x78\x37\x31', '\x53\x5e\x30\x68')] = _0x4fb7ca; - } - }); - _0x629234(); - 'use strict'; - let _0x40501b = new Base64(); - let _0x1830f4 = uuid(); - let _0x56ad16 = Math['\x66\x6c\x6f\x6f\x72'](_0x5bd2b2[_0x527a('\x30\x78\x34\x37', '\x52\x39\x66\x55')](new Date()[_0x527a('\x30\x78\x31\x64', '\x6a\x6a\x44\x6a')](), 0x271a) / 0x63)[_0x527a('\x30\x78\x32\x31', '\x5d\x42\x62\x71')](); - console[_0x527a('\x30\x78\x36\x64', '\x6c\x56\x6e\x50')](_0x1830f4, _0x56ad16); - let _0x1753d8 = _0x5bd2b2[_0x527a('\x30\x78\x63', '\x65\x28\x33\x4b')](md5, _0x5bd2b2['\x51\x54\x47\x49\x5a'](_0x1830f4, _0x40501b[_0x527a('\x30\x78\x31\x38', '\x56\x46\x34\x76')](_0x56ad16)) + _0x5bd2b2[_0x527a('\x30\x78\x32\x37', '\x49\x33\x59\x7a')]); - let _0x4b9c69 = { - '\x6b\x65\x79': _0x1830f4, - '\x74\x69\x6d\x65': _0x56ad16, - '\x73\x69\x67\x6e': _0x1753d8 - }; - return _0x4b9c69; -} -;render(getparam()); -function yJSwv(_0x31a064) { - var _0x395553 = { - '\x5a\x6a\x48\x77\x79': function(_0x152010, _0xdd9cb0) { - return _0x152010 !== _0xdd9cb0; - }, - '\x6d\x48\x44\x69\x55': function(_0x1c6220, _0x1204fa) { - return _0x1c6220 === _0x1204fa; - }, - '\x4e\x6f\x66\x50\x42': _0x527a('\x30\x78\x66', '\x53\x5e\x30\x68'), - '\x5a\x48\x6a\x56\x4b': _0x527a('\x30\x78\x33\x66', '\x65\x45\x45\x49'), - '\x4f\x41\x44\x65\x61': function(_0x3a672a, _0x1982f7) { - return _0x3a672a + _0x1982f7; - }, - '\x44\x41\x53\x46\x59': function(_0x38f4e1, _0x3c9d54) { - return _0x38f4e1(_0x3c9d54); - } - }; - function _0x2698c1(_0x19f794) { - // if (typeof _0x19f794 === _0x527a('\x30\x78\x34\x63', '\x31\x58\x32\x30')) { - // return function(_0x6fcbc1) {} - // [_0x527a('\x30\x78\x32\x65', '\x63\x77\x23\x58')](_0x527a('\x30\x78\x35\x32', '\x56\x46\x34\x76'))[_0x527a('\x30\x78\x33\x37', '\x42\x75\x64\x76')](_0x527a('\x30\x78\x32\x61', '\x6c\x72\x25\x29')); - // } else { - // if (_0x395553['\x5a\x6a\x48\x77\x79'](('' + _0x19f794 / _0x19f794)[_0x527a('\x30\x78\x35\x64', '\x62\x74\x32\x5b')], 0x1) || _0x395553[_0x527a('\x30\x78\x36\x63', '\x39\x65\x61\x34')](_0x19f794 % 0x14, 0x0)) { - // (function() { - // return !![]; - // } - // [_0x527a('\x30\x78\x37\x36', '\x4c\x56\x4f\x30')]('\x64\x65\x62\x75' + _0x395553['\x4e\x6f\x66\x50\x42'])['\x63\x61\x6c\x6c'](_0x395553['\x5a\x48\x6a\x56\x4b'])); - // } else { - // (function() { - // return ![]; - // } - // [_0x527a('\x30\x78\x36\x32', '\x53\x5e\x30\x68')](_0x395553[_0x527a('\x30\x78\x34\x61', '\x21\x56\x71\x6f')](_0x527a('\x30\x78\x34\x36', '\x65\x28\x33\x4b'), _0x527a('\x30\x78\x37\x32', '\x29\x43\x6b\x2a')))[_0x527a('\x30\x78\x32\x66', '\x73\x75\x43\x42')](_0x527a('\x30\x78\x31\x33', '\x63\x77\x23\x58'))); - // } - // } - // _0x395553['\x44\x41\x53\x46\x59'](_0x2698c1, ++_0x19f794); - } - try { - if (_0x31a064) { - return _0x2698c1; - } else { - _0x2698c1(0x0); - } - } catch (_0x385f01) {} -} \ No newline at end of file