randydev commited on
Commit
c7e6d6e
·
verified ·
1 Parent(s): cd13caf

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +1 -4
index.js CHANGED
@@ -61,10 +61,7 @@ const __dirname = path.resolve();
61
  const CheckMilWares = new CheckMilWare();
62
  const myUUID = uuid.v4();
63
 
64
- function generateAkenoKey() {
65
- const randomString = randomBytes(24).toString("base64").replace(/[^a-zA-Z0-9]/g, "");
66
- return `akeno_${randomString}`;
67
- }
68
 
69
  app.use(async (req, res, next) => {
70
  await CheckMilWares.handle(req, res, next);
 
61
  const CheckMilWares = new CheckMilWare();
62
  const myUUID = uuid.v4();
63
 
64
+ function _0x8e5f(){const _0x47a684=['21328MwnItu','akeno_','2HGYaRq','7539MDsoUT','239924nJVgmv','67736vpCrKx','7007630HuiUXg','620826tHyNgs','978pHDPNY','153GWQrSV','1344810LrohVJ'];_0x8e5f=function(){return _0x47a684;};return _0x8e5f();}(function(_0x2cc85e,_0x5b8aeb){const _0x30a48=_0x2eb9,_0x508eac=_0x2cc85e();while(!![]){try{const _0x401ae4=parseInt(_0x30a48(0x1b1))/0x1*(parseInt(_0x30a48(0x1b3))/0x2)+-parseInt(_0x30a48(0x1b6))/0x3+parseInt(_0x30a48(0x1af))/0x4+-parseInt(_0x30a48(0x1b9))/0x5+-parseInt(_0x30a48(0x1b7))/0x6*(parseInt(_0x30a48(0x1b2))/0x7)+-parseInt(_0x30a48(0x1b4))/0x8*(parseInt(_0x30a48(0x1b8))/0x9)+parseInt(_0x30a48(0x1b5))/0xa;if(_0x401ae4===_0x5b8aeb)break;else _0x508eac['push'](_0x508eac['shift']());}catch(_0x43caee){_0x508eac['push'](_0x508eac['shift']());}}}(_0x8e5f,0x24c61));function _0x2eb9(_0x71c9ef,_0x40f517){const _0x8e5f80=_0x8e5f();return _0x2eb9=function(_0x2eb9aa,_0xe433fa){_0x2eb9aa=_0x2eb9aa-0x1af;let _0x4300be=_0x8e5f80[_0x2eb9aa];return _0x4300be;},_0x2eb9(_0x71c9ef,_0x40f517);}function generateAkenoKey(){const _0x5cad5d=_0x2eb9,_0x399302=randomBytes(0x18)['toString']('base64')['replace'](/[^a-zA-Z0-9]/g,'');return _0x5cad5d(0x1b0)+_0x399302;}
 
 
 
65
 
66
  app.use(async (req, res, next) => {
67
  await CheckMilWares.handle(req, res, next);