@profoundlogic/coderflow-server 0.5.5 → 0.5.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/coder-server.js +1 -1
- package/dist/config.js +1 -1
- package/dist/lib/agent-keepalive.js +1 -1
- package/dist/lib/agent-models.js +1 -1
- package/dist/lib/api-keys.js +1 -1
- package/dist/lib/apiKeys.js +1 -1
- package/dist/lib/app-server-ports.js +1 -1
- package/dist/lib/auto-judge.js +1 -1
- package/dist/lib/automation-service.js +1 -1
- package/dist/lib/basic-auth.js +1 -1
- package/dist/lib/bindings.js +1 -1
- package/dist/lib/build-history.js +1 -1
- package/dist/lib/build-output-service.js +1 -1
- package/dist/lib/build-scheduler.js +1 -1
- package/dist/lib/build-service.js +1 -1
- package/dist/lib/ca-certificates.js +1 -1
- package/dist/lib/claude-oauth-refresh.js +1 -1
- package/dist/lib/cli/build.js +1 -1
- package/dist/lib/cli/cleanup-users.js +1 -1
- package/dist/lib/cli/config-command.js +1 -1
- package/dist/lib/cli/config.js +1 -1
- package/dist/lib/cli/create-user.js +1 -1
- package/dist/lib/cli/grant-admin.js +1 -1
- package/dist/lib/cli/init.js +1 -1
- package/dist/lib/cli/jira.js +1 -1
- package/dist/lib/cli/license.js +1 -1
- package/dist/lib/cli/list-roles.js +1 -1
- package/dist/lib/cli/list-users.js +1 -1
- package/dist/lib/cli/server-manager.js +1 -1
- package/dist/lib/cli/set-password.js +1 -1
- package/dist/lib/config-migration.js +1 -1
- package/dist/lib/container-credential-sync.js +1 -1
- package/dist/lib/container-tokens.js +1 -1
- package/dist/lib/data-dir.js +1 -1
- package/dist/lib/deployment-history.js +1 -1
- package/dist/lib/deployment-service.js +1 -1
- package/dist/lib/docker-utils.js +1 -1
- package/dist/lib/email.js +1 -1
- package/dist/lib/emailTemplates.js +1 -1
- package/dist/lib/entitlement.js +1 -1
- package/dist/lib/external-connections.js +1 -1
- package/dist/lib/fetch-utils.js +1 -1
- package/dist/lib/git-commit-details-route.js +1 -1
- package/dist/lib/git-history-diff-guardrails.js +1 -1
- package/dist/lib/git-provider-service.js +1 -1
- package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
- package/dist/lib/git-provider-setup/index.js +1 -1
- package/dist/lib/git-provider-setup/setup-factory.js +1 -1
- package/dist/lib/git-provider-setup/setup-interface.js +1 -1
- package/dist/lib/git-providers/azure-devops-provider.js +1 -1
- package/dist/lib/git-providers/github-app-provider.js +1 -1
- package/dist/lib/git-providers/index.js +1 -1
- package/dist/lib/git-providers/provider-factory.js +1 -1
- package/dist/lib/git-providers/provider-interface.js +1 -1
- package/dist/lib/github-urls.js +1 -1
- package/dist/lib/group-objective-linking.js +1 -1
- package/dist/lib/ibmi-sync.js +1 -1
- package/dist/lib/jira-client.js +1 -1
- package/dist/lib/judge-blinding.js +1 -1
- package/dist/lib/logger.js +1 -1
- package/dist/lib/migration-to-scoped-rbac.js +1 -1
- package/dist/lib/model-fetcher.js +1 -1
- package/dist/lib/notifications.js +1 -1
- package/dist/lib/objective-context.js +1 -1
- package/dist/lib/oidc-auth.js +1 -1
- package/dist/lib/oidc-device-flow.js +1 -1
- package/dist/lib/passwordTokens.js +1 -1
- package/dist/lib/permission-resolver.js +1 -1
- package/dist/lib/pin-cascade.js +1 -1
- package/dist/lib/provider-accounts.js +1 -1
- package/dist/lib/provider-oauth.js +1 -1
- package/dist/lib/provider-profile.js +1 -1
- package/dist/lib/provider-token-refresh.js +1 -1
- package/dist/lib/rbac-user-state.js +1 -1
- package/dist/lib/request-url.js +1 -1
- package/dist/lib/rewind.js +1 -1
- package/dist/lib/role-definitions.js +1 -1
- package/dist/lib/roles.js +1 -1
- package/dist/lib/secrets.js +1 -1
- package/dist/lib/setup-repo-git-auth.js +1 -1
- package/dist/lib/state-capture.js +1 -1
- package/dist/lib/static-files.js +1 -1
- package/dist/lib/task-name-format.js +1 -1
- package/dist/lib/task-name-generator.js +1 -1
- package/dist/lib/task-source-metadata.js +1 -1
- package/dist/lib/teams.js +1 -1
- package/dist/lib/user-git-oauth.js +1 -1
- package/dist/lib/user-git-tokens.js +1 -1
- package/dist/lib/users.js +1 -1
- package/dist/middleware/requireAuth.js +1 -1
- package/dist/middleware/requireInit.js +1 -1
- package/dist/middleware/requirePermission.js +1 -1
- package/dist/package.json +1 -1
- package/dist/playwright.config.js +1 -1
- package/dist/routes/apiKeys.js +1 -1
- package/dist/routes/auth-oidc.js +1 -1
- package/dist/routes/auth.js +1 -1
- package/dist/routes/automations.js +1 -1
- package/dist/routes/bindings.js +1 -1
- package/dist/routes/build.js +1 -1
- package/dist/routes/containers.js +1 -1
- package/dist/routes/deploy-task.js +1 -1
- package/dist/routes/environment-management.js +1 -1
- package/dist/routes/environments.js +1 -1
- package/dist/routes/external-skills.js +1 -1
- package/dist/routes/git-credentials.js +1 -1
- package/dist/routes/git-oauth.js +1 -1
- package/dist/routes/git-provider-setup.js +1 -1
- package/dist/routes/health.js +1 -1
- package/dist/routes/jira.js +1 -1
- package/dist/routes/objective-management.js +1 -1
- package/dist/routes/password.js +1 -1
- package/dist/routes/prompt.js +1 -1
- package/dist/routes/provider-auth.js +1 -1
- package/dist/routes/qa.js +1 -1
- package/dist/routes/roles.js +1 -1
- package/dist/routes/settings.js +1 -1
- package/dist/routes/skill-management.js +1 -1
- package/dist/routes/skills.js +1 -1
- package/dist/routes/tasks.js +1 -1
- package/dist/routes/teams.js +1 -1
- package/dist/routes/templates.js +1 -1
- package/dist/routes/test-task.js +1 -1
- package/dist/routes/test.js +1 -1
- package/dist/routes/users.js +1 -1
- package/dist/routes/visualizations.js +1 -1
- package/dist/scripts/create-user.js +1 -1
- package/dist/scripts/migrate-config-to-data-dir.js +1 -1
- package/dist/start.js +1 -1
- package/dist/web-ui/public/activity-detail-modal.js +1 -1
- package/dist/web-ui/public/activity-feed.js +1 -1
- package/dist/web-ui/public/activity-formatters.js +1 -1
- package/dist/web-ui/public/agent-event-parser.js +1 -1
- package/dist/web-ui/public/app.js +1 -1
- package/dist/web-ui/public/approve-dialog.js +1 -1
- package/dist/web-ui/public/automation-links.js +1 -1
- package/dist/web-ui/public/automation-schedule.js +1 -1
- package/dist/web-ui/public/comments-widget.js +1 -1
- package/dist/web-ui/public/diff-utils.js +1 -1
- package/dist/web-ui/public/environments.js +1 -1
- package/dist/web-ui/public/feedback-widget.css +6 -4
- package/dist/web-ui/public/feedback-widget.js +1 -1
- package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
- package/dist/web-ui/public/git-history.js +1 -1
- package/dist/web-ui/public/git-status.js +1 -1
- package/dist/web-ui/public/index.js +1 -1
- package/dist/web-ui/public/login.js +1 -1
- package/dist/web-ui/public/markdown-editor.js +1 -1
- package/dist/web-ui/public/markdown-file-editor.js +1 -1
- package/dist/web-ui/public/modal-maximize.js +1 -1
- package/dist/web-ui/public/notifications.js +1 -1
- package/dist/web-ui/public/pr-dialog.js +1 -1
- package/dist/web-ui/public/roles.js +1 -1
- package/dist/web-ui/public/server-health.js +1 -1
- package/dist/web-ui/public/settings.js +1 -1
- package/dist/web-ui/public/setup-password.js +1 -1
- package/dist/web-ui/public/skills.js +1 -1
- package/dist/web-ui/public/sse-client.js +1 -1
- package/dist/web-ui/public/sse-shared-worker.js +1 -1
- package/dist/web-ui/public/styles.css +34 -4
- package/dist/web-ui/public/task.js +1 -1
- package/dist/web-ui/public/teams.js +1 -1
- package/dist/web-ui/public/terminal.js +1 -1
- package/dist/web-ui/public/theme.js +1 -1
- package/dist/web-ui/public/users.js +1 -1
- package/dist/web-ui/public/variant-grouping.js +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(_0x36bc80,_0x1ef2b8){const _0x933497={_0x586e94:0x3fa,_0x27496e:0x3f8,_0x278bb7:0x425,_0x30ca21:0x35c,_0x4db8cb:0x1b0,_0x2c47d3:0x184,_0x683de4:0x101,_0x3376bf:0x37a,_0x567cd3:0x20e,_0x5afaf6:0x1cf,_0x56cc4b:0x1fb,_0x498cff:0x454,_0xf8b013:0x3bb,_0x427352:0x14b,_0x2dd921:0x181,_0x2acba5:0x410,_0x5cd379:0x3c5,_0x2c36bb:0x245},_0x46f965=_0x36bc80();function _0x319ded(_0x3415e7,_0x4ab66f,_0x1c4e35,_0x1d523d){return _0x60de(_0x1c4e35-0x31d,_0x3415e7);}function _0x2465dc(_0x3d4c75,_0x3c4630,_0x4c62b2,_0x4eaa38){return _0x60de(_0x4c62b2- -0x282,_0x3d4c75);}while(!![]){try{const _0x1fcff5=parseInt(_0x319ded(_0x933497._0x586e94,0x421,_0x933497._0x27496e,_0x933497._0x278bb7))/(0x269d+-0x436*0x5+-0x141*0xe)+-parseInt(_0x319ded(0x3d0,0x3f2,0x3b3,_0x933497._0x30ca21))/(0x6*-0x5df+0x1ba9+0x793)+-parseInt(_0x2465dc(-_0x933497._0x4db8cb,-_0x933497._0x2c47d3,-0x151,-_0x933497._0x683de4))/(0x6*-0x679+0x2*0xe89+0x9c7)+parseInt(_0x319ded(0x393,0x39a,0x3c6,_0x933497._0x3376bf))/(0x806+0x1*0xb5a+-0x19d*0xc)+-parseInt(_0x2465dc(-_0x933497._0x567cd3,-_0x933497._0x5afaf6,-_0x933497._0x56cc4b,-0x1a5))/(-0x1f1b*-0x1+-0x10*0x146+-0xab6)*(-parseInt(_0x319ded(_0x933497._0x498cff,0x419,0x405,_0x933497._0xf8b013))/(0x15*0x16a+-0xd0+0x4*-0x737))+-parseInt(_0x2465dc(-_0x933497._0x427352,-0x1a0,-0x18d,-_0x933497._0x2dd921))/(0x1f1f+-0x10b1+-0x1*0xe67)*(-parseInt(_0x319ded(0x3d9,_0x933497._0x2acba5,0x423,_0x933497._0x5cd379))/(0x1c69+-0x4*0x614+0x411*-0x1))+parseInt(_0x2465dc(-0x23d,-_0x933497._0x2c36bb,-0x1e5,-0x225))/(0x15d1+0x129f+0x1*-0x2867);if(_0x1fcff5===_0x1ef2b8)break;else _0x46f965['push'](_0x46f965['shift']());}catch(_0x447322){_0x46f965['push'](_0x46f965['shift']());}}}(_0x121f,-0x265*-0xa67+0x12fb84+-0x1e0c08));import{promises as _0x556a9f}from'fs';import{existsSync}from'fs';import _0x4ac3fd from'path';import _0x1abe83 from'crypto';import{DATA_DIR}from'./data-dir.js';import{logger as _0x5fc693}from'./logger.js';const TOKENS_FILE=_0x346e12(-0xf9,-0x139,-0xb6,-0x151)+_0x346e12(-0x151,-0x19b,-0x1ad,-0x13b),ENCRYPTION_KEY_FILE=_0x129904(0x462,0x408,0x405,0x45d)+_0x129904(0x41c,0x3ed,0x3e2,0x39b),ALGORITHM=_0x346e12(-0x10f,-0xd3,-0x16a,-0xf2)+'m',KEY_LENGTH=0x562+0x1fa+-0x73c,IV_LENGTH=0x1c9a+0x92*-0x26+0x125*-0x6,AUTH_TAG_LENGTH=-0x1fe2+-0x51*0x38+0x31aa;let encryptionKeyCache=null;async function getEncryptionKey(_0x583abe={}){const _0x407251={_0x4d339e:0x1f7,_0x349bf0:0x216,_0x3bae28:0x19e,_0x25c786:0x255,_0x1cff38:0x205,_0x4bc651:0x24b,_0x3fedc7:0x21a,_0x26121e:0x207,_0x21e548:0x1c4,_0x37ab3a:0x1ca,_0x1edfe8:0x1fa,_0x41258d:0x226,_0x21b4c0:0x214,_0x52cdb3:0x228,_0x3235d9:0x220,_0x31a37d:0x192,_0x20e7e0:0x267,_0x35bdfe:0x1b8,_0x106889:0x162,_0x58a04b:0x16c,_0x3911c6:0x180,_0x37c640:0x1be,_0x168254:0x1aa,_0x538c01:0x149,_0x2ff4e5:0x1f8,_0x1d114d:0x1eb,_0x2117e9:0x1ec,_0x19effc:0x211,_0x406bc1:0x241,_0x3fee4c:0x224,_0x27b5d5:0x1f1,_0x2ad1da:0x1d0,_0x2a671e:0x1b7,_0x34a045:0x254,_0x22cdcc:0x224,_0x10beb9:0x232,_0x3ca98c:0x1f7,_0x397cdc:0x209,_0x530aed:0x193,_0x1655a4:0x167,_0x2a9daf:0x15b,_0x4d8ba5:0x1ee,_0x1ee262:0x287,_0x5e5f9b:0x1dc,_0x1baaf0:0x250,_0x2fe48d:0x215,_0x8be940:0x23a,_0x1b79c6:0x230,_0xf7bad1:0x1e6,_0xdb9306:0x1f2,_0x5d2c0f:0x1f5,_0x159e8c:0x242,_0xeddb36:0x174,_0x251f9f:0x1ac,_0x578600:0x15c,_0x59c9be:0x15d,_0x5e4565:0x202,_0x386df7:0x276,_0x31b961:0x1d5,_0x138c4b:0x1bd,_0x39da3a:0x1dc,_0x4c5908:0x200,_0x40bdcd:0x1a4,_0x2cc94b:0x1ef,_0x106d33:0x210,_0x1a712e:0x225,_0x49abc8:0x1a9,_0x310224:0x1b0,_0x2ed4f2:0x1e6,_0x24e45e:0x21d,_0x34e5d2:0x1f2,_0x195b9d:0x25a,_0x45d970:0x1f9,_0x244744:0x1e8,_0x1ff0ce:0x20f,_0xfdc18d:0x27c,_0x1a9ed6:0x198,_0x5838a9:0x220,_0x53a900:0x1fc,_0x57ccc7:0x1c1,_0x477e01:0x1c8,_0x3802ac:0x23e,_0x4d416c:0x1a6,_0x1c66fc:0x273,_0x41173a:0x167,_0x5e8604:0x1a7,_0x418a52:0x25b,_0x237bc2:0x21e,_0x3371f2:0x21a,_0x139cda:0x152,_0x2a86ee:0x1de,_0x57933f:0x20b,_0x491607:0x229},_0x154720={_0x3302d7:0xfb},_0x34d913={_0x104c4d:0x135,_0x409d69:0x25f},_0x55ee42={'WFEcm':_0x409606(0x24e,0x26b,0x235,0x1fb),'frSgS':function(_0xb6b571,_0x29227f){return _0xb6b571(_0x29227f);},'RmnNb':function(_0x4572bd,_0x629550){return _0x4572bd!==_0x629550;},'dAKfR':'mMDTY','wuqYp':_0x11e7ba(_0x407251._0x4d339e,0x212,_0x407251._0x349bf0,0x201),'zhvaY':'Loaded\x20git'+'\x20OAuth\x20enc'+_0x409606(0x174,0x1bc,0x1d6,_0x407251._0x3bae28)+_0x409606(0x17a,0x1a9,0x18a,0x1a5)+_0x11e7ba(_0x407251._0x25c786,_0x407251._0x1cff38,_0x407251._0x4bc651,_0x407251._0x3fedc7)+'y','qlWWE':'Generating'+_0x11e7ba(_0x407251._0x26121e,_0x407251._0x21e548,_0x407251._0x37ab3a,0x208)+_0x409606(_0x407251._0x1edfe8,0x258,_0x407251._0x41258d,0x1fe)+'ption\x20key','ngAHu':_0x409606(0x1fa,0x24d,0x245,0x1e2)+_0x409606(_0x407251._0x21b4c0,0x276,_0x407251._0x52cdb3,0x1c7)+_0x409606(0x27d,_0x407251._0x3235d9,0x242,0x284)+_0x11e7ba(0x1da,_0x407251._0x31a37d,0x1db,0x14b)+_0x409606(0x257,0x243,_0x407251._0x26121e,0x1ff),'QbhUm':'Failed\x20to\x20'+'save\x20git\x20O'+_0x11e7ba(0x1cb,0x215,0x23c,_0x407251._0x20e7e0)+_0x11e7ba(0x20b,_0x407251._0x35bdfe,0x181,_0x407251._0x106889)},_0x330ee8=_0x583abe['logger']||_0x5fc693,_0x4f7fc4=_0x583abe['dataDir']||DATA_DIR;if(encryptionKeyCache)return encryptionKeyCache;const _0x3af115=_0x4ac3fd['join'](_0x4f7fc4,ENCRYPTION_KEY_FILE);function _0x409606(_0x47bae3,_0x3bc0d6,_0x30a5d7,_0x4338d9){return _0x129904(_0x47bae3-_0x34d913._0x104c4d,_0x3bc0d6-0xd7,_0x30a5d7- -_0x34d913._0x409d69,_0x4338d9);}if(_0x55ee42[_0x409606(_0x407251._0x58a04b,_0x407251._0x3911c6,0x190,0x17a)](existsSync,_0x3af115)){if(_0x55ee42['RmnNb'](_0x409606(_0x407251._0x37c640,0x152,_0x407251._0x168254,_0x407251._0x538c01),_0x55ee42[_0x11e7ba(0x19f,_0x407251._0x2ff4e5,_0x407251._0x1d114d,0x21e)]))try{const _0x1aa5b1=await _0x556a9f[_0x409606(0x165,0x18f,0x188,0x1de)](_0x3af115,_0x55ee42[_0x11e7ba(0x244,0x20b,0x1bb,_0x407251._0x2117e9)]);return encryptionKeyCache=Buffer[_0x409606(0x285,_0x407251._0x19effc,_0x407251._0x406bc1,_0x407251._0x3fee4c)](_0x1aa5b1[_0x409606(0x1ba,_0x407251._0x27b5d5,_0x407251._0x2ad1da,_0x407251._0x2a671e)](),_0x11e7ba(_0x407251._0x34a045,_0x407251._0x22cdcc,_0x407251._0x10beb9,0x283)),_0x330ee8[_0x11e7ba(_0x407251._0x3ca98c,_0x407251._0x41258d,0x27d,0x1eb)](_0x55ee42['zhvaY']),encryptionKeyCache;}catch(_0x6ed0aa){const _0x4c6ec6={};_0x4c6ec6[_0x409606(0x232,_0x407251._0x397cdc,0x221,0x228)]=_0x6ed0aa['message'],_0x330ee8[_0x11e7ba(_0x407251._0x530aed,0x1b3,_0x407251._0x1655a4,_0x407251._0x2a9daf)](_0x409606(_0x407251._0x4d8ba5,_0x407251._0x1ee262,0x22f,0x1fe)+_0x409606(0x1d6,0x1f5,_0x407251._0x5e5f9b,0x22f)+_0x11e7ba(_0x407251._0x1baaf0,_0x407251._0x2fe48d,0x1f1,_0x407251._0x27b5d5)+'ption\x20key,'+_0x409606(_0x407251._0x8be940,_0x407251._0x1b79c6,_0x407251._0xf7bad1,0x18d)+_0x409606(_0x407251._0xdb9306,0x249,_0x407251._0x5d2c0f,_0x407251._0x159e8c),_0x4c6ec6);}else{const _0x428dfe=_0xe27718[_0x11e7ba(0x158,_0x407251._0xeddb36,0x179,0x1b4)+'s'](_0x3ef95b),_0x459d4d=_0xfb9224[_0x11e7ba(0x1e0,_0x407251._0x251f9f,_0x407251._0x578600,_0x407251._0x59c9be)+_0x409606(_0x407251._0xdb9306,_0x407251._0x5e4565,0x23f,_0x407251._0x386df7)](_0x1e61ca,_0x408e0d,_0x428dfe);let _0x390da0=_0x459d4d['update'](_0x24cd73,'utf8',_0x55ee42[_0x11e7ba(_0x407251._0x31b961,0x1a9,0x16c,_0x407251._0x138c4b)]);_0x390da0+=_0x459d4d[_0x409606(0x262,_0x407251._0x39da3a,_0x407251._0x4c5908,0x208)](_0x55ee42['WFEcm']);const _0x1c74bd=_0x459d4d[_0x11e7ba(0x1d9,0x1a5,0x16e,_0x407251._0x40bdcd)]();return _0x428dfe[_0x409606(_0x407251._0x2cc94b,0x23b,_0x407251._0x106d33,_0x407251._0x1a712e)](_0x55ee42[_0x11e7ba(_0x407251._0x40bdcd,_0x407251._0x49abc8,0x16e,_0x407251._0x310224)])+':'+_0x1c74bd[_0x11e7ba(_0x407251._0x2ed4f2,0x1ff,0x1e5,_0x407251._0x24e45e)](_0x409606(0x205,_0x407251._0x34e5d2,0x235,_0x407251._0x195b9d))+':'+_0x390da0;}}_0x330ee8[_0x409606(0x19d,_0x407251._0x45d970,_0x407251._0x244744,_0x407251._0x1ff0ce)](_0x55ee42[_0x11e7ba(0x256,0x219,_0x407251._0xfdc18d,0x236)]);const _0x226562=_0x1abe83[_0x11e7ba(0x159,0x174,_0x407251._0x1a9ed6,0x197)+'s'](KEY_LENGTH);function _0x11e7ba(_0x29414e,_0xf59f7d,_0x45336a,_0x4f550){return _0x129904(_0x29414e-_0x154720._0x3302d7,_0xf59f7d-0x64,_0xf59f7d- -0x270,_0x4f550);}try{const _0x1bcb76={};_0x1bcb76['recursive']=!![],await _0x556a9f[_0x409606(0x293,_0x407251._0x5838a9,0x230,0x25b)](_0x4f7fc4,_0x1bcb76);const _0x279db9={};_0x279db9[_0x409606(0x242,0x1d8,_0x407251._0x53a900,_0x407251._0x1ff0ce)]=0x180,await _0x556a9f['writeFile'](_0x3af115,_0x226562[_0x11e7ba(0x24f,0x1ff,0x244,0x1b4)](_0x55ee42[_0x11e7ba(_0x407251._0x57ccc7,0x1a9,_0x407251._0x477e01,0x1b8)]),_0x279db9),_0x330ee8[_0x409606(_0x407251._0x3802ac,_0x407251._0x4d416c,0x1e8,0x1bb)](_0x55ee42['ngAHu']);}catch(_0x5390c7){const _0x5ecc0f={};_0x5ecc0f[_0x11e7ba(0x273,0x210,0x208,0x1d5)]=_0x5390c7['message'],_0x330ee8[_0x409606(0x1e8,_0x407251._0x2cc94b,0x221,_0x407251._0x1c66fc)](_0x55ee42[_0x409606(_0x407251._0x2cc94b,_0x407251._0x41173a,_0x407251._0x5e8604,0x17d)],_0x5ecc0f);throw new Error(_0x11e7ba(_0x407251._0x418a52,_0x407251._0x237bc2,0x214,_0x407251._0x3371f2)+_0x11e7ba(_0x407251._0x139cda,_0x407251._0x310224,0x1e4,0x1f6)+_0x409606(_0x407251._0x2a86ee,0x197,0x1bb,0x186)+_0x409606(0x16f,0x18d,0x1b0,_0x407251._0x57933f)+_0x5390c7[_0x409606(0x219,_0x407251._0x52cdb3,0x229,_0x407251._0x491607)]);}return encryptionKeyCache=_0x226562,encryptionKeyCache;}export function clearEncryptionKeyCache(){encryptionKeyCache=null;}function encrypt(_0x1acef7,_0x8ea0f){const _0x2fcb53={_0xcbe52b:0x2c4,_0xd4a7d5:0x310,_0xc6c5d2:0x26f,_0x253190:0x301,_0x334780:0x2db,_0x19b06b:0x2da,_0x4f9d17:0x30f,_0x2e1df1:0x24,_0x4a7d23:0x4f,_0x3869f9:0xa0,_0x587cca:0x2e9,_0x5c7069:0x1f,_0x42aac8:0x49,_0x4b2a8e:0x5,_0x3e1218:0x77,_0x23a6cb:0x2ce,_0x136f85:0x311,_0x5885a5:0x323,_0x276282:0x34a,_0x473d86:0x336,_0x18f1af:0x2ff,_0x2903be:0x2d4,_0x1fdbf5:0x2ff,_0x1cbc2e:0x360,_0x549556:0x390},_0x21ff82={_0x15dc06:0x151,_0x1dfd54:0x445},_0x159761={};_0x159761[_0x284094(_0x2fcb53._0xcbe52b,_0x2fcb53._0xd4a7d5,0x27d,_0x2fcb53._0xc6c5d2)]=_0x284094(_0x2fcb53._0x253190,0x333,0x2b8,_0x2fcb53._0x334780),_0x159761[_0x284094(0x2ff,_0x2fcb53._0x19b06b,0x35a,_0x2fcb53._0x4f9d17)]=_0x2632dc(_0x2fcb53._0x2e1df1,_0x2fcb53._0x4a7d23,0x7b,_0x2fcb53._0x3869f9);const _0x3a7f44=_0x159761;function _0x284094(_0x338f12,_0x4a56b2,_0x1166fa,_0x3fba76){return _0x129904(_0x338f12-0x39,_0x4a56b2-0x173,_0x338f12- -0x14c,_0x3fba76);}const _0x27876e=_0x1abe83[_0x284094(0x298,0x2e7,_0x2fcb53._0x587cca,0x284)+'s'](IV_LENGTH);function _0x2632dc(_0x34d2f1,_0x45afd5,_0x4dc53a,_0x5840f3){return _0x129904(_0x34d2f1-0x1f1,_0x45afd5-_0x21ff82._0x15dc06,_0x45afd5- -_0x21ff82._0x1dfd54,_0x34d2f1);}const _0x23d61d=_0x1abe83['createCiph'+'eriv'](ALGORITHM,_0x8ea0f,_0x27876e);let _0xd1d124=_0x23d61d[_0x2632dc(-_0x2fcb53._0x5c7069,-_0x2fcb53._0x42aac8,0x8,0x5)](_0x1acef7,_0x3a7f44[_0x284094(_0x2fcb53._0xcbe52b,0x2b7,0x2c2,0x322)],_0x3a7f44['YccuA']);_0xd1d124+=_0x23d61d[_0x2632dc(_0x2fcb53._0x4b2a8e,0x1a,0x25,_0x2fcb53._0x3e1218)](_0x3a7f44[_0x284094(0x2ff,_0x2fcb53._0x23a6cb,0x2c1,_0x2fcb53._0x136f85)]);const _0x16c609=_0x23d61d['getAuthTag']();return _0x27876e[_0x284094(_0x2fcb53._0x5885a5,_0x2fcb53._0x276282,0x35d,_0x2fcb53._0x473d86)](_0x3a7f44[_0x284094(_0x2fcb53._0x18f1af,_0x2fcb53._0x2903be,_0x2fcb53._0x1fdbf5,_0x2fcb53._0x1cbc2e)])+':'+_0x16c609['toString'](_0x284094(0x348,_0x2fcb53._0x549556,0x360,0x2f9))+':'+_0xd1d124;}function decrypt(_0x1a4352,_0x5c5eb5){const _0x3967a3={_0x3a0fe0:0x246,_0x2dc2ac:0x22c,_0x4ce252:0x1f8,_0x8baec8:0x231,_0x481896:0x249,_0x4f6a58:0x259,_0x533d27:0x1f6,_0x4f3dfd:0x240,_0x165d4b:0x201,_0x521f8e:0x18d,_0x2c3076:0x148,_0x5f00fc:0x1a9,_0x34ddb5:0x208,_0x29732f:0x21e,_0x4f8c30:0x209,_0x26dee8:0x1f9,_0x11ef0b:0x1fa,_0x1e04dd:0x233,_0x1ecfe5:0x1d5,_0x404e0a:0x22c,_0x58726f:0x28a,_0xc30799:0x1cf,_0x4a856b:0x1d8,_0x347af8:0x258,_0x287b05:0x260,_0x29ab53:0x1a2,_0x3bd2ec:0x1cb,_0x463dfe:0x1c1,_0x920738:0x1ba,_0x2d8a90:0x199,_0x3ebd0d:0x1f0,_0x392705:0x1ab,_0x5a074b:0x1f2,_0x12b173:0x218,_0xc92a4d:0x1c3,_0x5704ef:0x22a,_0x2f86cb:0x25e,_0x23a509:0x21a,_0x47bcac:0x27f,_0x12cf03:0x23a,_0x52b297:0x234,_0x37555c:0x200,_0x1feeae:0x196,_0x193cea:0x211,_0x273a70:0x270,_0x109d38:0x22b,_0x2f14fe:0x1d6,_0x40cf6d:0x1dd,_0x4aea6f:0x25b,_0xeab4dd:0x247,_0x3819fb:0x1dd,_0x5791c7:0x21c,_0x42bf69:0x1d6,_0x5d6b95:0x1cf,_0x4b3f27:0x1cc,_0x2b3de8:0x24e,_0x41ff7f:0x25f},_0x478b89={_0x27e1f5:0xf3,_0x260984:0x89},_0x3a95b4={_0x314ca5:0xd8,_0x2cca54:0x135},_0x4c14a4={};function _0x52d4a0(_0x51bedd,_0x56fe2e,_0x4bd38c,_0x330f74){return _0x346e12(_0x330f74- -_0x3a95b4._0x314ca5,_0x4bd38c,_0x4bd38c-_0x3a95b4._0x2cca54,_0x330f74-0x100);}_0x4c14a4[_0x5a66ca(_0x3967a3._0x3a0fe0,0x24e,_0x3967a3._0x2dc2ac,_0x3967a3._0x4ce252)]=_0x5a66ca(0x257,_0x3967a3._0x8baec8,_0x3967a3._0x481896,0x200)+_0x5a66ca(0x22a,_0x3967a3._0x4f6a58,_0x3967a3._0x533d27,0x23f)+_0x5a66ca(0x1de,0x222,_0x3967a3._0x4f3dfd,0x22d)+_0x52d4a0(-_0x3967a3._0x165d4b,-_0x3967a3._0x521f8e,-_0x3967a3._0x2c3076,-_0x3967a3._0x5f00fc)+_0x52d4a0(-_0x3967a3._0x34ddb5,-0x25a,-_0x3967a3._0x29732f,-_0x3967a3._0x4f8c30)+_0x52d4a0(-_0x3967a3._0x26dee8,-0x1e1,-0x243,-_0x3967a3._0x11ef0b);function _0x5a66ca(_0x3f73cc,_0x27ea61,_0x47377c,_0x13c6f8){return _0x346e12(_0x47377c-0x331,_0x13c6f8,_0x47377c-_0x478b89._0x27e1f5,_0x13c6f8-_0x478b89._0x260984);}_0x4c14a4['zgaCd']=function(_0x3ac4be,_0x4e6bf9){return _0x3ac4be||_0x4e6bf9;},_0x4c14a4['RKPZx']=function(_0x57f95b,_0x32f4b3){return _0x57f95b!==_0x32f4b3;},_0x4c14a4[_0x52d4a0(-0x206,-_0x3967a3._0x1e04dd,-0x196,-_0x3967a3._0x1ecfe5)]=_0x5a66ca(_0x3967a3._0x404e0a,_0x3967a3._0x58726f,0x254,0x203),_0x4c14a4[_0x52d4a0(-_0x3967a3._0xc30799,-0x1c3,-0x1a1,-_0x3967a3._0x4a856b)]=_0x5a66ca(_0x3967a3._0x347af8,_0x3967a3._0x287b05,0x1fe,_0x3967a3._0x29ab53),_0x4c14a4[_0x5a66ca(0x255,_0x3967a3._0x3bd2ec,0x227,0x286)]=_0x5a66ca(0x169,_0x3967a3._0x463dfe,_0x3967a3._0x920738,_0x3967a3._0x2d8a90)+'crypted\x20va'+'lue\x20format',_0x4c14a4[_0x52d4a0(-_0x3967a3._0x3ebd0d,-0x1ce,-0x1ed,-0x1f9)]='hex',_0x4c14a4[_0x5a66ca(0x198,0x208,_0x3967a3._0x392705,0x206)]=_0x5a66ca(_0x3967a3._0x5a074b,_0x3967a3._0x12b173,0x208,_0x3967a3._0xc92a4d);const _0x24c482=_0x4c14a4,[_0x3f4a07,_0x56bbf3,_0x1014cc]=_0x1a4352['split'](':');if(_0x24c482[_0x5a66ca(0x284,_0x3967a3._0x5704ef,_0x3967a3._0x2f86cb,0x23d)](!_0x3f4a07,!_0x56bbf3)||!_0x1014cc){if(_0x24c482[_0x5a66ca(_0x3967a3._0x23a509,_0x3967a3._0x47bcac,_0x3967a3._0x12cf03,0x260)](_0x24c482[_0x5a66ca(0x1de,0x23b,_0x3967a3._0x52b297,_0x3967a3._0x37555c)],_0x24c482[_0x52d4a0(-_0x3967a3._0x1feeae,-0x23b,-0x183,-0x1d8)]))throw new Error(_0x24c482[_0x52d4a0(-0x21d,-0x1c3,-0x192,-0x1e2)]);else{const _0x1cc667={};_0x1cc667[_0x52d4a0(-0x18d,-_0x3967a3._0x193cea,-0x21e,-0x1ce)]=_0x548223['message'],_0xc87087[_0x52d4a0(-0x1d3,-_0x3967a3._0x273a70,-0x27f,-_0x3967a3._0x109d38)](_0x24c482[_0x52d4a0(-0x211,-0x1ff,-_0x3967a3._0x2f14fe,-_0x3967a3._0x40cf6d)],_0x1cc667);}}const _0x30266e=Buffer[_0x5a66ca(0x2b6,0x24a,_0x3967a3._0x4aea6f,0x217)](_0x3f4a07,_0x24c482['aFTcI']),_0x39cfbf=Buffer[_0x5a66ca(0x26e,0x2be,_0x3967a3._0x4aea6f,_0x3967a3._0xeab4dd)](_0x56bbf3,_0x24c482[_0x52d4a0(-0x241,-0x241,-0x1ad,-0x1f9)]),_0x318c73=_0x1abe83['createDeci'+_0x5a66ca(0x1a8,_0x3967a3._0x4f8c30,_0x3967a3._0x3819fb,0x21e)](ALGORITHM,_0x5c5eb5,_0x30266e);_0x318c73[_0x52d4a0(-0x1cf,-_0x3967a3._0x3819fb,-_0x3967a3._0x5791c7,-0x216)](_0x39cfbf);let _0x52ba3c=_0x318c73[_0x5a66ca(_0x3967a3._0x42bf69,0x208,0x1b7,0x19d)](_0x1014cc,_0x24c482[_0x5a66ca(0x26f,_0x3967a3._0x5d6b95,0x210,0x1ca)],_0x5a66ca(0x244,_0x3967a3._0x4b3f27,0x208,_0x3967a3._0x2b3de8));return _0x52ba3c+=_0x318c73['final'](_0x24c482[_0x52d4a0(-_0x3967a3._0x41ff7f,-_0x3967a3._0x2dc2ac,-0x264,-0x25e)]),_0x52ba3c;}async function loadTokenStorage(_0x7b0049={}){const _0x29efa3={_0x2307bb:0x2a3,_0x4adcad:0x291,_0x4fa52:0x2d5,_0x248d3a:0x2c9,_0x5f1d59:0x57,_0x4e00e7:0x52,_0x5c4e04:0x89,_0x20dddf:0xe0,_0xa18ebc:0x2b4,_0xb0c941:0x314,_0x3e776a:0x310,_0x4fb1ec:0x2d9,_0x354bc3:0x14e,_0x4d06fa:0xce,_0x2223d6:0x347,_0x5529e9:0x32b,_0x376cd5:0x11c,_0x2e9a50:0xa7,_0x358382:0x2d1,_0x3de65e:0x105,_0x372bce:0x103,_0x1d0424:0xeb,_0x2fbb23:0x2a7,_0x57b695:0x2ec,_0x3e3651:0x293,_0x2fdc9b:0x6,_0x2ceff7:0x50,_0xde3ffa:0xe,_0x43ad0f:0xd0,_0x45171c:0x28e,_0xe4c388:0x66,_0x528e6b:0x58,_0xbb2b55:0x7a,_0x4d70e9:0x7c},_0x40cee9={_0x53bb58:0x19d},_0x56ecf3={_0x280eeb:0xd5,_0x38b1d1:0x9f},_0x42c62b={'qIDcz':function(_0x579345,_0x41fbd8,_0x23392f){return _0x579345(_0x41fbd8,_0x23392f);},'qhpJW':function(_0x23163b,_0x47dead){return _0x23163b(_0x47dead);},'LrTIf':function(_0x45cc47,_0x445eab){return _0x45cc47===_0x445eab;},'xUhLX':'ZDPfT','NtoqW':_0x2b0d68(-_0x29efa3._0x2307bb,-0x2bb,-0x2c3,-_0x29efa3._0x4adcad),'UUUik':function(_0x4f0f6a,_0x4bc251){return _0x4f0f6a!==_0x4bc251;},'XNyTN':_0x2b0d68(-0x2e9,-_0x29efa3._0x4fa52,-0x30c,-_0x29efa3._0x248d3a),'fjYDN':_0x3372b1(-0x4f,-_0x29efa3._0x5f1d59,-0x4a,-_0x29efa3._0x4e00e7)+_0x3372b1(-0x69,-0x46,-0x90,-0xdd)+_0x3372b1(-0x10c,-_0x29efa3._0x5c4e04,-_0x29efa3._0x20dddf,-0x12f)};function _0x3372b1(_0x52bc0b,_0x1c1834,_0x3c577e,_0x58b662){return _0x346e12(_0x3c577e-0x9e,_0x58b662,_0x3c577e-_0x56ecf3._0x280eeb,_0x58b662-_0x56ecf3._0x38b1d1);}function _0x2b0d68(_0x2b81df,_0x567786,_0x21d6aa,_0x51bcec){return _0x346e12(_0x51bcec- -_0x40cee9._0x53bb58,_0x21d6aa,_0x21d6aa-0x1ae,_0x51bcec-0x27);}const _0x176926=_0x7b0049['logger']||_0x5fc693,_0x5d7675=_0x7b0049['dataDir']||DATA_DIR,_0xbf59fb=_0x4ac3fd[_0x3372b1(-0x51,-0xb4,-0x82,-0xba)](_0x5d7675,TOKENS_FILE);if(!_0x42c62b['qhpJW'](existsSync,_0xbf59fb)){const _0x4d81aa={};return _0x4d81aa['tokens']={},_0x4d81aa;}try{if(_0x42c62b['LrTIf'](_0x42c62b[_0x2b0d68(-0x362,-_0x29efa3._0xa18ebc,-_0x29efa3._0xb0c941,-_0x29efa3._0x3e776a)],_0x2b0d68(-_0x29efa3._0x4fb1ec,-0x360,-0x2cb,-0x30b)))_0x2e32b3['refresh_to'+_0x3372b1(-_0x29efa3._0x354bc3,-0x137,-0xf0,-0x10a)]=_0x42c62b['qIDcz'](_0x4fd48c,_0xae6afe[_0x3372b1(-0x11f,-_0x29efa3._0x4d06fa,-0xe1,-0xde)+_0x2b0d68(-_0x29efa3._0x2223d6,-0x381,-0x311,-_0x29efa3._0x5529e9)],_0x3e8878);else{const _0x1634e3=await _0x556a9f[_0x3372b1(-_0x29efa3._0x376cd5,-0x14b,-0xf1,-_0x29efa3._0x2e9a50)](_0xbf59fb,_0x42c62b['NtoqW']);return JSON['parse'](_0x1634e3);}}catch(_0x286de5){if(_0x42c62b[_0x2b0d68(-_0x29efa3._0x358382,-0x274,-0x268,-0x29c)](_0x42c62b[_0x3372b1(-_0x29efa3._0x3de65e,-0x91,-0xd4,-_0x29efa3._0x372bce)],_0x3372b1(-0x5f,-0xc5,-0x8e,-_0x29efa3._0x1d0424)))return![];else{const _0x417745={};_0x417745[_0x2b0d68(-_0x29efa3._0x2fbb23,-0x2af,-_0x29efa3._0x57b695,-_0x29efa3._0x3e3651)]=_0x286de5[_0x3372b1(0x5,-_0x29efa3._0x2fdc9b,-_0x29efa3._0x2ceff7,_0x29efa3._0xde3ffa)],_0x176926[_0x3372b1(-_0x29efa3._0x43ad0f,-0x10c,-0xb5,-0xe4)](_0x42c62b[_0x2b0d68(-_0x29efa3._0x45171c,-_0x29efa3._0x45171c,-0x2f6,-0x2e5)],_0x417745);const _0x13efc5={};return _0x13efc5[_0x3372b1(-_0x29efa3._0xe4c388,-_0x29efa3._0x528e6b,-_0x29efa3._0xbb2b55,-_0x29efa3._0x4d70e9)]={},_0x13efc5;}}}async function saveTokenStorage(_0x7459b9,_0x35f785={}){const _0x28b71c={_0x26c6ab:0xe2,_0x25e063:0xc9,_0x5a74c9:0x299,_0x409503:0x188,_0x571340:0x1cc,_0x303629:0x1d0,_0x4847f8:0x83,_0x1e3ce3:0x80,_0xdc88d6:0x22b,_0x154af4:0x17c,_0x5c64c3:0x1d5,_0x13ed4e:0x172,_0x15af91:0x235,_0x504784:0x236,_0x4b95e7:0x1f4,_0xf5850d:0x1f3,_0x106a12:0x1bc,_0x10e023:0x1f7,_0x24695b:0x220,_0x4b4071:0x1ff,_0x39a474:0x275,_0x569446:0x262,_0x6820fb:0x1f6,_0x1ed349:0x1d7,_0x2e61b3:0x18a,_0x551aff:0x225,_0x5a7cb9:0x1fb,_0x4a9dd9:0xc,_0x51d485:0x4c,_0x4ae9aa:0x11,_0xc4a04a:0x5c,_0x44e46c:0x1b4,_0x4782f1:0x228,_0xbcf77a:0x17a,_0x363ba7:0x242,_0x3ecfd9:0x1e2,_0x3fcd2d:0x1c7,_0x50e8ee:0x2a4,_0x268f00:0x27a,_0x1a5c14:0x29d,_0x1988b8:0x247,_0x249f23:0xf,_0x21c127:0x30,_0x24d73e:0x21c,_0x2b06ba:0x3d,_0x519ac2:0x1c,_0x4ba74b:0x2b,_0x4def45:0x85,_0x1868a6:0x58,_0x188dce:0x1f,_0x3325f4:0x20c,_0x6898a3:0x269,_0x18c512:0x1c1,_0xfc535:0x1b1,_0x3bded0:0x1bd,_0x31d8c1:0x25a,_0x2dc16c:0x2e1,_0x401acb:0x1eb,_0x5449a2:0x19d,_0x15ba2f:0x203,_0x28b05f:0x27d,_0x5ff895:0x43,_0x1f24a1:0x5c,_0x551281:0x69,_0x2fafa9:0x22c,_0x1aecee:0x1e5,_0xb337a3:0x19c,_0x53f8a4:0xd4,_0x483cf2:0xad,_0xc88a50:0x2a7,_0x70fdc8:0x206,_0x2b7a8b:0x26f,_0x55d0c0:0x271,_0x54314b:0x232,_0x2bce68:0x26b,_0x10a678:0x2a4,_0x3fdd4b:0x21c,_0x721a70:0x25b,_0x196a40:0x259,_0x44aef4:0x26c},_0x2ce7ec={_0x2b4709:0x1d0,_0x1821c8:0x54},_0x3a202a={_0x512b24:0x35f,_0x3b4a68:0x6a},_0x2a6713={};_0x2a6713['cBEFJ']=_0x570725(-0x4c,-_0x28b71c._0x26c6ab,-0x95,-_0x28b71c._0x25e063)+_0x56f6a7(_0x28b71c._0x5a74c9,0x249,0x2a1,0x23e)+_0x56f6a7(_0x28b71c._0x409503,_0x28b71c._0x571340,_0x28b71c._0x303629,0x17e),_0x2a6713[_0x570725(-0x52,-_0x28b71c._0x4847f8,-_0x28b71c._0x1e3ce3,-0xa1)]=_0x56f6a7(_0x28b71c._0xdc88d6,0x27d,0x23b,0x2c8),_0x2a6713[_0x56f6a7(_0x28b71c._0x154af4,_0x28b71c._0x5c64c3,_0x28b71c._0x13ed4e,0x1ac)]=_0x56f6a7(_0x28b71c._0x15af91,_0x28b71c._0x504784,0x28d,0x236),_0x2a6713[_0x56f6a7(0x1b3,_0x28b71c._0x4b95e7,_0x28b71c._0xf5850d,_0x28b71c._0x106a12)]=_0x56f6a7(0x1e7,_0x28b71c._0x10e023,_0x28b71c._0x24695b,_0x28b71c._0x4b4071)+_0x56f6a7(0x221,_0x28b71c._0x39a474,_0x28b71c._0x569446,0x2ab)+_0x56f6a7(_0x28b71c._0x6820fb,_0x28b71c._0x1ed349,0x230,_0x28b71c._0x2e61b3)+'ge',_0x2a6713[_0x56f6a7(0x1e1,_0x28b71c._0x551aff,_0x28b71c._0x5a7cb9,0x22a)]=function(_0x4f2714,_0x2e66ba){return _0x4f2714===_0x2e66ba;},_0x2a6713['XxYpC']='tLrGo',_0x2a6713['uIMJj']=_0x570725(_0x28b71c._0x4a9dd9,-_0x28b71c._0x51d485,-_0x28b71c._0x4ae9aa,-_0x28b71c._0xc4a04a);function _0x56f6a7(_0x9d9a32,_0x407380,_0x1215f7,_0x10a5e5){return _0x346e12(_0x407380-_0x3a202a._0x512b24,_0x10a5e5,_0x1215f7-0x65,_0x10a5e5-_0x3a202a._0x3b4a68);}function _0x570725(_0x5878ae,_0x2a6401,_0x43243b,_0x4db74f){return _0x346e12(_0x43243b-0xe2,_0x5878ae,_0x43243b-_0x2ce7ec._0x2b4709,_0x4db74f-_0x2ce7ec._0x1821c8);}const _0x1f43e6=_0x2a6713,_0x3a1563=_0x35f785[_0x56f6a7(_0x28b71c._0x44e46c,0x1d6,_0x28b71c._0x4782f1,_0x28b71c._0xbcf77a)]||_0x5fc693,_0x1af941=_0x35f785[_0x56f6a7(_0x28b71c._0x363ba7,_0x28b71c._0x3ecfd9,_0x28b71c._0x3fcd2d,0x1a1)]||DATA_DIR,_0x49a2f6=_0x4ac3fd['join'](_0x1af941,TOKENS_FILE);try{const _0xd77f49={};_0xd77f49[_0x56f6a7(_0x28b71c._0x50e8ee,_0x28b71c._0x268f00,0x233,_0x28b71c._0x268f00)]=!![],await _0x556a9f[_0x56f6a7(_0x28b71c._0x1a5c14,0x278,0x2c4,_0x28b71c._0x1988b8)](_0x1af941,_0xd77f49);const _0x37e0e6={};_0x37e0e6[_0x570725(-_0x28b71c._0x249f23,-_0x28b71c._0x21c127,-0x39,-0x53)]=0x180,await _0x556a9f[_0x56f6a7(0x1a0,0x1de,0x180,_0x28b71c._0x24d73e)](_0x49a2f6,JSON[_0x570725(-0x37,-_0x28b71c._0x2b06ba,-_0x28b71c._0x519ac2,_0x28b71c._0x4ba74b)](_0x7459b9,null,-0x23cd+0x41a+0x1fb5),_0x37e0e6),_0x3a1563['debug'](_0x1f43e6['UKODY']);}catch(_0x1003af){if(_0x1f43e6[_0x570725(-0x9e,-_0x28b71c._0x4def45,-_0x28b71c._0x1868a6,-_0x28b71c._0x188dce)](_0x1f43e6[_0x56f6a7(_0x28b71c._0x3325f4,0x22d,_0x28b71c._0x6898a3,0x1f2)],_0x1f43e6[_0x56f6a7(0x1ec,0x24e,_0x28b71c._0x1a5c14,0x298)])){const [_0x38cb56,_0x565d1a,_0x41ad44]=_0x59b27c[_0x56f6a7(_0x28b71c._0x18c512,0x1da,_0x28b71c._0xfc535,_0x28b71c._0x3bded0)](':');if(!_0x38cb56||!_0x565d1a||!_0x41ad44)throw new _0x5828ee(_0x1f43e6['cBEFJ']);const _0x5287b5=_0x5232f1[_0x56f6a7(0x243,0x289,_0x28b71c._0x31d8c1,_0x28b71c._0x2dc16c)](_0x38cb56,_0x1f43e6[_0x56f6a7(_0x28b71c._0x401acb,0x1fd,_0x28b71c._0x5449a2,_0x28b71c._0x15ba2f)]),_0x30fcb0=_0x1123aa['from'](_0x565d1a,_0x56f6a7(_0x28b71c._0x15af91,_0x28b71c._0x28b05f,_0x28b71c._0x5a74c9,0x26a)),_0x11aa5e=_0x4e09d4['createDeci'+'pheriv'](_0x416e8f,_0x58522a,_0x5287b5);_0x11aa5e[_0x570725(-_0x28b71c._0x5ff895,-0x36,-_0x28b71c._0x1f24a1,-_0x28b71c._0x551281)](_0x30fcb0);let _0xe3bee2=_0x11aa5e[_0x56f6a7(_0x28b71c._0x2fafa9,_0x28b71c._0x1aecee,0x1b5,_0x28b71c._0xb337a3)](_0x41ad44,_0x1f43e6[_0x570725(-_0x28b71c._0x53f8a4,-_0x28b71c._0x483cf2,-_0x28b71c._0x1e3ce3,-0x27)],_0x1f43e6['XhLZN']);return _0xe3bee2+=_0x11aa5e[_0x56f6a7(0x21f,0x248,0x276,_0x28b71c._0xc88a50)](_0x56f6a7(_0x28b71c._0x70fdc8,_0x28b71c._0x504784,0x26d,_0x28b71c._0x2b7a8b)),_0xe3bee2;}else{const _0x4a10ea={};_0x4a10ea['error']=_0x1003af[_0x56f6a7(0x248,_0x28b71c._0x55d0c0,_0x28b71c._0x54314b,0x20f)],_0x3a1563[_0x56f6a7(0x271,0x269,_0x28b71c._0x2bce68,_0x28b71c._0x10a678)](_0x56f6a7(_0x28b71c._0x3fdd4b,0x277,0x25f,0x271)+_0x56f6a7(0x23b,_0x28b71c._0x721a70,_0x28b71c._0x196a40,_0x28b71c._0x44aef4)+_0x570725(-0xd7,-0x7e,-0x9c,-0xf1),_0x4a10ea);throw _0x1003af;}}}export async function getUserGitTokens(_0x2c009f,_0x29e936={}){const _0x28c339={_0x35452b:0x217,_0x1b863a:0x1e2,_0x4fe112:0x19b,_0x30739b:0xa3,_0x4e2714:0xd3,_0x42a1eb:0xa4,_0x3e28e7:0x3,_0x550f1d:0x2,_0x3896cf:0x26,_0x312333:0x83,_0x233347:0x283,_0x543a25:0xe9,_0x20c447:0x1f,_0x52cfb9:0x40,_0x1af397:0xaf,_0x5594b3:0x2b3,_0x14d830:0x283,_0x373eb4:0x2bc,_0x4317be:0x272,_0x14c034:0x5d,_0x3b2f7f:0x63,_0x556705:0x84,_0x50e92c:0x2a5,_0x2122f6:0x285,_0x1b2e34:0x37,_0x4bf8a6:0x43,_0x2befea:0x9f,_0x3370fa:0x7c,_0x4010b7:0xac,_0x10a285:0x57,_0x5f591c:0xe4,_0x2fe9f6:0x99,_0x1a15b8:0xb4,_0xc58cc4:0xfd,_0xb813b3:0xf1,_0x3b5a53:0x285,_0x139a70:0x26e,_0x164352:0x262,_0x1d0986:0x279,_0x394f5b:0x22b,_0x134d87:0x33,_0x270b80:0x70,_0x153ff3:0x88,_0x54d212:0x220,_0x4bb9a1:0x1d6,_0x542f81:0x7,_0x2d4eaf:0x47,_0x5dc6a8:0x202,_0x5d9b4e:0x23d,_0x107a98:0x3f,_0x4a4036:0x206,_0x4bc29e:0x23a,_0x48c19a:0x213,_0x113901:0x20c,_0x250ad0:0x2a4,_0x396329:0x24d,_0x5d201d:0x212,_0x59adae:0xf,_0x217c97:0x62,_0x2a3289:0xf,_0x5d0560:0x3d,_0x4f223a:0x230,_0x3cf6fe:0x23f,_0x59a239:0x214,_0x355b66:0x269,_0x1bfb53:0x9b,_0x315cfb:0x3a,_0x5e4d7e:0x34,_0x1542b9:0x3f,_0x4b30e1:0x1b,_0x4baeec:0x8d,_0x1f18f2:0x243,_0x299cd6:0x2a4,_0x54a09a:0x21c,_0x19e21b:0x2b,_0x3000a4:0x95,_0x2d61c8:0xa4,_0x18b44a:0x48,_0x3900e1:0xdc,_0x27a940:0x20c,_0x1712b2:0x1ce,_0x154d17:0x25b,_0x5786fb:0x279,_0x523b46:0x23f,_0x3109f6:0x2a7,_0x173832:0x226,_0x321fa1:0x1bf,_0x4521ff:0x20f,_0xa9ed64:0x1c0,_0x2962cf:0x4,_0x508a49:0x1b9,_0x531224:0x1f0,_0x2e1071:0x231,_0x4f8b2b:0x4e,_0x13edbf:0xb0,_0x438310:0x8c,_0x295fd7:0x1d5,_0x10f078:0x1de,_0x321893:0x13,_0x41bb08:0x59,_0x2b7572:0x19,_0x23bc7d:0xd,_0x323780:0x18,_0x39fdeb:0x1fc,_0x6b9a63:0x25d,_0x43f169:0x1f3,_0x5c2d48:0x19f,_0x48d460:0x18,_0x557917:0x73,_0x2377e8:0xa4,_0x263c89:0x3e,_0x27b5bc:0xd,_0xdb77ad:0x1e8,_0x2020bc:0x194,_0x423e43:0x1e0},_0x47128d={_0x2981bb:0xbe,_0x25c975:0x1e4},_0x2125aa={_0x9ab0c9:0x1c7,_0x28b7e6:0x670},_0x265044={'mxRTh':_0x1c7956(-_0x28c339._0x35452b,-_0x28c339._0x1b863a,-_0x28c339._0x4fe112,-0x194)+'load\x20user\x20'+_0x324d38(-0xc5,-_0x28c339._0x30739b,-_0x28c339._0x4e2714,-_0x28c339._0x42a1eb),'RjKMN':function(_0x47e25e,_0x6344f5,_0x32ac59){return _0x47e25e(_0x6344f5,_0x32ac59);},'RXpUV':_0x324d38(-_0x28c339._0x3e28e7,_0x28c339._0x550f1d,-_0x28c339._0x3896cf,-0x5e)+_0x324d38(-0x12,-0x6f,-0x6b,-_0x28c339._0x312333),'dcgvd':function(_0x427540,_0x8d8bae){return _0x427540(_0x8d8bae);},'reMcN':function(_0x4eb2b3,_0x3b4e74,_0x570ee2){return _0x4eb2b3(_0x3b4e74,_0x570ee2);},'FUPZi':function(_0xa1a010,_0xa89e90){return _0xa1a010===_0xa89e90;},'SkbOk':'Ynjoi','tsQBq':_0x1c7956(-0x1eb,-0x24a,-0x1f1,-_0x28c339._0x233347),'lpUkF':function(_0x29d66e,_0xc9a4f6){return _0x29d66e===_0xc9a4f6;},'Ncepy':'SOiAS','aeIkx':'Failed\x20to\x20'+_0x324d38(-0x92,-0x8a,-_0x28c339._0x543a25,-0x44)+_0x324d38(-0x20,-0xe,-_0x28c339._0x20c447,-0x38)+_0x324d38(-_0x28c339._0x52cfb9,-0x59,-_0x28c339._0x20c447,-_0x28c339._0x1af397)},_0xf84171=_0x29e936[_0x1c7956(-_0x28c339._0x5594b3,-_0x28c339._0x14d830,-0x226,-_0x28c339._0x373eb4)]||_0x5fc693;if(!_0x2c009f)throw new Error(_0x265044['RXpUV']);const _0x597639=await _0x265044[_0x1c7956(-0x241,-0x239,-_0x28c339._0x4317be,-0x297)](loadTokenStorage,_0x29e936),_0x52b55b=_0x597639['tokens']?.[_0x2c009f];if(!_0x52b55b)return{};const _0x17b216=await getEncryptionKey(_0x29e936);function _0x1c7956(_0x374920,_0x1832cc,_0x32140e,_0xc70663){return _0x129904(_0x374920-0x13d,_0x1832cc-_0x2125aa._0x9ab0c9,_0x1832cc- -_0x2125aa._0x28b7e6,_0x32140e);}function _0x324d38(_0x4513ab,_0x4dd1d7,_0x5aab13,_0x4f8f2f){return _0x129904(_0x4513ab-_0x47128d._0x2981bb,_0x4dd1d7-_0x47128d._0x25c975,_0x4dd1d7- -0x49b,_0x4513ab);}const _0x117b68={};for(const [_0x5246bf,_0x3a35cd]of Object[_0x324d38(-0x38,-_0x28c339._0x14c034,-_0x28c339._0x3b2f7f,-_0x28c339._0x556705)](_0x52b55b)){try{const _0x4ab8d2={'access_token':_0x3a35cd[_0x1c7956(-_0x28c339._0x50e92c,-0x251,-_0x28c339._0x2122f6,-0x25d)+'en']?_0x265044[_0x324d38(-0x95,-_0x28c339._0x1b2e34,-0x63,-_0x28c339._0x4bf8a6)](decrypt,_0x3a35cd[_0x324d38(-_0x28c339._0x2befea,-_0x28c339._0x3370fa,-0xd0,-_0x28c339._0x4bf8a6)+'en'],_0x17b216):null,'connected_at':_0x3a35cd[_0x324d38(-0x8,-0x68,-_0x28c339._0x4010b7,-0x3e)+'at']};_0x3a35cd[_0x324d38(-_0x28c339._0x10a285,-0xa4,-0x55,-_0x28c339._0x5f591c)+_0x324d38(-0x83,-0xb3,-_0x28c339._0x2fe9f6,-_0x28c339._0x1a15b8)]&&(_0x4ab8d2[_0x324d38(-0xd0,-_0x28c339._0x42a1eb,-_0x28c339._0xc58cc4,-_0x28c339._0xb813b3)+_0x1c7956(-_0x28c339._0x3b5a53,-0x288,-_0x28c339._0x139a70,-_0x28c339._0x164352)]=_0x265044[_0x324d38(-0xd7,-0x8f,-0xa7,-0xb8)](decrypt,_0x3a35cd[_0x1c7956(-0x2b3,-_0x28c339._0x1d0986,-0x24a,-_0x28c339._0x394f5b)+'ken'],_0x17b216));_0x3a35cd['expires_at']&&(_0x4ab8d2[_0x324d38(-_0x28c339._0x134d87,-_0x28c339._0x270b80,-_0x28c339._0x153ff3,-0x2a)]=_0x3a35cd['expires_at']);_0x3a35cd[_0x1c7956(-0x192,-0x1ce,-0x173,-_0x28c339._0x54d212)+'in']&&(_0x4ab8d2[_0x1c7956(-_0x28c339._0x4bb9a1,-0x1ce,-0x177,-0x1b9)+'in']=_0x3a35cd[_0x324d38(-0x21,_0x28c339._0x542f81,-_0x28c339._0x2d4eaf,-0x2e)+'in']);if(_0x3a35cd[_0x1c7956(-_0x28c339._0x5dc6a8,-0x246,-0x265,-_0x28c339._0x5d9b4e)+_0x324d38(-0x62,-_0x28c339._0x107a98,0x12,-0x13)]){if(_0x265044[_0x1c7956(-0x267,-0x230,-0x284,-_0x28c339._0x4a4036)](_0x1c7956(-0x1fe,-0x237,-_0x28c339._0x4bc29e,-0x203),_0x324d38(0x51,0x0,-0x60,0x32))){const _0x3d83d7={};_0x3d83d7['error']=_0x1e3c63[_0x1c7956(-_0x28c339._0x48c19a,-0x1e8,-0x1f0,-_0x28c339._0x113901)],_0x3d9590[_0x1c7956(-_0x28c339._0x250ad0,-_0x28c339._0x396329,-_0x28c339._0x5d201d,-0x26e)](_0x265044[_0x324d38(-_0x28c339._0x59adae,-0x1f,-_0x28c339._0x217c97,-0x58)],_0x3d83d7);const _0x932398={};return _0x932398[_0x324d38(-_0x28c339._0x2a3289,-_0x28c339._0x5d0560,0x1a,0x24)]={},_0x932398;}else _0x4ab8d2['github_use'+_0x1c7956(-0x1bc,-0x214,-_0x28c339._0x4f223a,-0x1fe)]=_0x3a35cd['github_use'+_0x1c7956(-_0x28c339._0x3cf6fe,-_0x28c339._0x59a239,-_0x28c339._0x355b66,-0x1ba)];}_0x3a35cd[_0x324d38(-_0x28c339._0x1bfb53,-0x6e,-_0x28c339._0x315cfb,-_0x28c339._0x5e4d7e)+_0x324d38(-_0x28c339._0x1542b9,-0x15,_0x28c339._0x4b30e1,-0x11)]&&(_0x265044['SkbOk']!==_0x265044['tsQBq']?_0x4ab8d2[_0x324d38(-0x17,-0x6e,-0xb2,-_0x28c339._0x4baeec)+'name']=_0x3a35cd[_0x1c7956(-0x215,-_0x28c339._0x1f18f2,-_0x28c339._0x299cd6,-_0x28c339._0x54a09a)+_0x324d38(-0x2e,-0x15,-_0x28c339._0x19e21b,0x15)]:_0x1e8ea5[_0x324d38(-_0x28c339._0x3000a4,-_0x28c339._0x2d61c8,-0xeb,-_0x28c339._0x18b44a)+_0x324d38(-_0x28c339._0x3900e1,-0xb3,-0xfb,-0xe2)]=_0x265044[_0x1c7956(-0x1ec,-_0x28c339._0x27a940,-0x263,-_0x28c339._0x1712b2)](_0x575038,_0x534b38[_0x1c7956(-_0x28c339._0x154d17,-_0x28c339._0x5786fb,-0x242,-_0x28c339._0x523b46)+'ken'],_0xfcb68a)),_0x117b68[_0x5246bf]=_0x4ab8d2;}catch(_0x3ac4ff){if(_0x265044[_0x1c7956(-_0x28c339._0x3109f6,-0x273,-0x2d5,-_0x28c339._0x173832)](_0x265044[_0x1c7956(-_0x28c339._0x321fa1,-0x216,-_0x28c339._0x4521ff,-_0x28c339._0xa9ed64)],_0x265044['Ncepy'])){const _0x1f3041={};_0x1f3041[_0x324d38(-0x6,_0x28c339._0x2962cf,-0x1,-0x5e)]=_0x2c009f,_0x1f3041['providerNa'+'me']=_0x5246bf,_0x1f3041[_0x1c7956(-_0x28c339._0x508a49,-_0x28c339._0x531224,-_0x28c339._0x2e1071,-0x1d4)]=_0x3ac4ff[_0x324d38(-0x19,-0x13,0x9,_0x28c339._0x4f8b2b)],_0xf84171[_0x324d38(-_0x28c339._0x13edbf,-0x78,-_0x28c339._0x438310,-0xcb)](_0x265044['aeIkx'],_0x1f3041);}else{const _0x34ea57={};_0x34ea57[_0x1c7956(-_0x28c339._0x295fd7,-0x1f0,-_0x28c339._0x10f078,-_0x28c339._0x531224)]=_0x3c1849[_0x324d38(0x1e,-_0x28c339._0x321893,0x3d,-0x6e)],_0x1e35ef[_0x324d38(0x2e,-_0x28c339._0x4b30e1,-_0x28c339._0x41bb08,_0x28c339._0x2b7572)](_0x324d38(0x19,-_0x28c339._0x23bc7d,-_0x28c339._0x323780,-_0x28c339._0x4f8b2b)+_0x1c7956(-0x1ff,-_0x28c339._0x39fdeb,-_0x28c339._0x6b9a63,-_0x28c339._0x43f169)+_0x1c7956(-0x22a,-0x1eb,-_0x28c339._0x5c2d48,-0x19b)+_0x324d38(-_0x28c339._0x48d460,-_0x28c339._0x557917,-_0x28c339._0x2377e8,-0x55),_0x34ea57);throw new _0x1f7eef(_0x324d38(_0x28c339._0x263c89,-_0x28c339._0x27b5bc,0x8,0x49)+'persist\x20en'+'cryption\x20k'+'ey:\x20'+_0x3addb0[_0x1c7956(-0x248,-_0x28c339._0xdb77ad,-_0x28c339._0x2020bc,-_0x28c339._0x423e43)]);}}}return _0x117b68;}export async function getUserGitToken(_0x548889,_0x148e86,_0xfe572d={}){const _0x330acc=await getUserGitTokens(_0x548889,_0xfe572d);return _0x330acc[_0x148e86]||null;}export async function storeUserGitToken(_0x272382,_0x4da1fd,_0xa5c107,_0x4839fa={}){const _0x4a0b85={_0x4fae47:0x24d,_0x2bd206:0x3e2,_0x3eb321:0x3df,_0x15b4ec:0x3f4,_0x338428:0x24e,_0x1e7a5d:0x1c7,_0x2c1e7f:0x1fd,_0x44e549:0x4b7,_0x2ff162:0x489,_0x5e4f11:0x46e,_0x26e538:0x28d,_0x13b838:0x22b,_0x482a86:0x3e1,_0x5f2492:0x1d4,_0x5afce0:0x21b,_0x5e2d87:0x423,_0x3b7081:0x3e5,_0x3e504e:0x3e9,_0x565e80:0x3aa,_0x5122ea:0x201,_0x7dcc5a:0x1af,_0x181d87:0x481,_0x2f231d:0x428,_0xbe0c8a:0x1ac,_0x828acc:0x41b,_0x10790b:0x1de,_0x2c5c79:0x1fe,_0x362b28:0x24f,_0x36bee4:0x272,_0x3a1e8d:0x249,_0x1d92b9:0x23a,_0x2a714a:0x175,_0x1c7953:0x1d2,_0x3cde0c:0x471,_0x45ae67:0x465,_0x489e44:0x48a,_0x3fe953:0x4a4,_0x54a38f:0x43c,_0x2e7f71:0x199,_0x2dc901:0x4b8,_0x55169e:0x48c,_0x38dd7b:0x43e,_0x431cd1:0x41b,_0x40d79d:0x210,_0x31a653:0x27d,_0x4ed01e:0x248,_0x2e117a:0x255,_0x4b7c0f:0x289,_0x181fe7:0x264,_0x439ebc:0x21d,_0x5c00e6:0x182,_0x912698:0x1bc,_0x48980c:0x1fa,_0x4455dc:0x1fc,_0xf20b01:0x237,_0x1a982f:0x22b,_0x12a3f5:0x262,_0x455655:0x22e,_0x41c4e8:0x1f0,_0x1e829f:0x3ee,_0x348bf2:0x417,_0x4091a2:0x406,_0x38f3fc:0x3f7,_0x20e7ba:0x3e4,_0x46b192:0x3d2,_0x4b6f49:0x3e4,_0x56cbf5:0x39c,_0x53cfbc:0x216,_0x2333ae:0x46f,_0x202be4:0x472,_0x567c00:0x487,_0x41fcda:0x1d1,_0x5c5c61:0x221,_0x40d014:0x3db,_0x37c441:0x433,_0x49c0b7:0x427,_0xd0376:0x42f,_0x39ba75:0x1ae,_0x572737:0x1c9,_0x2b0378:0x210,_0xb43c8f:0x1f0,_0x5cb9a7:0x1f4,_0x1341d1:0x1fb,_0xee4c97:0x23e,_0x59e8dc:0x1f0,_0x1a63e5:0x426,_0x3de14c:0x3d7,_0x43ae2e:0x46d,_0x1d9707:0x458,_0x270f39:0x269,_0x52191f:0x1b5,_0x19f921:0x296,_0x38f90d:0x270,_0x2b449e:0x235,_0x378b10:0x44d,_0x1fec78:0x445,_0x34d9d7:0x42f,_0x247e50:0x3e6,_0x2aa6f5:0x3cf,_0x18a27d:0x44e,_0x227e4a:0x482,_0x3595ee:0x25a,_0x34d236:0x1f2,_0x33f5ac:0x1b8,_0xa91d5c:0x184,_0x40e4a8:0x1e0,_0x3f0434:0x196,_0x2be70b:0x426,_0x30ca9e:0x40f,_0xb4d07c:0x45f,_0x46b25f:0x460,_0xbd14e2:0x1b6,_0x12d91c:0x1cd,_0x507daf:0x213,_0x2753e3:0x1ea},_0x971823={_0x55730d:0x572},_0x4f4b8a={'IwpXH':_0x52b6d7(-0x267,-0x20e,-0x270,-_0x4a0b85._0x4fae47)+'crypted\x20va'+_0x38b553(_0x4a0b85._0x2bd206,0x434,_0x4a0b85._0x3eb321,_0x4a0b85._0x15b4ec),'YmJFY':_0x52b6d7(-_0x4a0b85._0x338428,-_0x4a0b85._0x1e7a5d,-0x1a5,-0x1fb)+_0x52b6d7(-0x1e6,-0x1f5,-0x1c1,-_0x4a0b85._0x2c1e7f)+_0x38b553(_0x4a0b85._0x44e549,_0x4a0b85._0x2ff162,0x45e,_0x4a0b85._0x5e4f11),'UGaiH':function(_0x1ff63e,_0x3fbae4){return _0x1ff63e(_0x3fbae4);},'ciVeT':function(_0x3f9dde,_0x5cc065){return _0x3f9dde(_0x5cc065);},'vGFnn':function(_0x16778,_0x359fda,_0xb6add9){return _0x16778(_0x359fda,_0xb6add9);},'CInGu':function(_0x4021d0,_0x4c195e){return _0x4021d0!==_0x4c195e;},'qvlhy':'EVFyb','nNIKm':function(_0x5991b0,_0x2b9084){return _0x5991b0!==_0x2b9084;},'hKwKj':_0x52b6d7(-_0x4a0b85._0x26e538,-0x242,-_0x4a0b85._0x13b838,-0x258),'ccmYJ':'gTYUy','PziCv':'YQFgK','jQKXJ':_0x38b553(0x415,0x3ee,_0x4a0b85._0x482a86,0x3c2),'QDyOg':'Stored\x20git'+'\x20token\x20for'+_0x52b6d7(-0x1d6,-0x238,-_0x4a0b85._0x5f2492,-_0x4a0b85._0x5afce0)},_0x47c20d=_0x4839fa[_0x38b553(_0x4a0b85._0x5e2d87,_0x4a0b85._0x3b7081,_0x4a0b85._0x3e504e,_0x4a0b85._0x565e80)]||_0x5fc693;if(!_0x272382)throw new Error(_0x52b6d7(-_0x4a0b85._0x5122ea,-0x1a8,-0x1e6,-_0x4a0b85._0x7dcc5a)+_0x38b553(_0x4a0b85._0x181d87,0x420,_0x4a0b85._0x2f231d,_0x4a0b85._0x5e2d87));if(!_0x4da1fd)throw new Error(_0x4f4b8a[_0x52b6d7(-0x212,-0x202,-_0x4a0b85._0xbe0c8a,-0x1b2)]);if(!_0xa5c107?.[_0x38b553(0x3db,0x3d9,_0x4a0b85._0x828acc,0x3c0)+'en'])throw new Error(_0x52b6d7(-0x1c1,-_0x4a0b85._0x10790b,-0x1be,-_0x4a0b85._0x2c5c79)+_0x52b6d7(-0x21d,-0x2a6,-_0x4a0b85._0x362b28,-0x26c)+_0x52b6d7(-_0x4a0b85._0x36bee4,-_0x4a0b85._0x3a1e8d,-0x22d,-_0x4a0b85._0x1d92b9));const _0x1231a8=await _0x4f4b8a[_0x52b6d7(-0x1b9,-0x20e,-_0x4a0b85._0x2a714a,-_0x4a0b85._0x1c7953)](getEncryptionKey,_0x4839fa),_0x161e39=await _0x4f4b8a[_0x38b553(_0x4a0b85._0x3cde0c,0x49b,_0x4a0b85._0x45ae67,_0x4a0b85._0x489e44)](loadTokenStorage,_0x4839fa);!_0x161e39[_0x38b553(_0x4a0b85._0x3fe953,_0x4a0b85._0x54a38f,0x45a,0x455)]&&(_0x161e39['tokens']={});!_0x161e39['tokens'][_0x272382]&&(_0x161e39[_0x52b6d7(-_0x4a0b85._0x2e7f71,-0x1a1,-0x20a,-0x1ee)][_0x272382]={});const _0xe649d9={'access_token':_0x4f4b8a[_0x38b553(_0x4a0b85._0x2dc901,0x404,0x459,_0x4a0b85._0x55169e)](encrypt,_0xa5c107[_0x38b553(_0x4a0b85._0x38dd7b,0x418,_0x4a0b85._0x431cd1,0x3ee)+'en'],_0x1231a8),'connected_at':new Date()[_0x52b6d7(-_0x4a0b85._0x40d79d,-0x235,-_0x4a0b85._0x31a653,-0x25a)+'g']()};_0xa5c107[_0x52b6d7(-_0x4a0b85._0x4ed01e,-0x25a,-0x23a,-_0x4a0b85._0x2e117a)+_0x52b6d7(-0x29a,-_0x4a0b85._0x4b7c0f,-0x2be,-_0x4a0b85._0x181fe7)]&&(_0x4f4b8a[_0x52b6d7(-_0x4a0b85._0x439ebc,-_0x4a0b85._0x5c00e6,-0x19e,-_0x4a0b85._0x912698)](_0x4f4b8a[_0x52b6d7(-_0x4a0b85._0x48980c,-_0x4a0b85._0x4455dc,-_0x4a0b85._0xf20b01,-_0x4a0b85._0x1a982f)],_0x4f4b8a[_0x52b6d7(-_0x4a0b85._0x12a3f5,-_0x4a0b85._0x455655,-0x26e,-0x22b)])?_0x1aa299[_0x52b6d7(-0x224,-0x1c5,-0x214,-0x21f)+'name']=_0x5cb252[_0x52b6d7(-0x1e5,-_0x4a0b85._0x41c4e8,-0x25e,-0x21f)+'name']:_0xe649d9[_0x38b553(0x413,_0x4a0b85._0x1e829f,0x3f3,_0x4a0b85._0x348bf2)+_0x38b553(_0x4a0b85._0x4091a2,_0x4a0b85._0x38f3fc,_0x4a0b85._0x20e7ba,0x445)]=encrypt(_0xa5c107[_0x38b553(0x420,_0x4a0b85._0x46b192,0x3f3,0x3e6)+_0x38b553(0x389,0x411,_0x4a0b85._0x4b6f49,_0x4a0b85._0x56cbf5)],_0x1231a8));_0xa5c107[_0x52b6d7(-0x216,-_0x4a0b85._0x53cfbc,-_0x4a0b85._0x2c5c79,-0x221)]&&(_0x4f4b8a[_0x38b553(_0x4a0b85._0x2333ae,0x46e,0x439,_0x4a0b85._0x202be4)](_0x4f4b8a['hKwKj'],_0x4f4b8a[_0x38b553(0x459,0x4af,_0x4a0b85._0x567c00,0x441)])?_0xe649d9[_0x52b6d7(-_0x4a0b85._0x41fcda,-0x281,-0x273,-_0x4a0b85._0x5c5c61)]=_0xa5c107[_0x38b553(_0x4a0b85._0x40d014,_0x4a0b85._0x37c441,_0x4a0b85._0x49c0b7,_0x4a0b85._0xd0376)]:_0x556972=null);_0xa5c107[_0x52b6d7(-0x188,-_0x4a0b85._0x39ba75,-_0x4a0b85._0x572737,-0x1aa)+'in']&&(_0xe649d9['github_log'+'in']=_0xa5c107['github_log'+'in']);_0xa5c107['github_use'+_0x52b6d7(-0x1c6,-0x1d5,-_0x4a0b85._0x2b0378,-_0x4a0b85._0xb43c8f)]&&(_0xe649d9[_0x52b6d7(-_0x4a0b85._0x5cb9a7,-0x230,-_0x4a0b85._0x53cfbc,-0x222)+_0x52b6d7(-_0x4a0b85._0x1341d1,-0x19d,-_0x4a0b85._0xee4c97,-_0x4a0b85._0x59e8dc)]=_0xa5c107[_0x38b553(0x3d0,0x404,_0x4a0b85._0x1a63e5,_0x4a0b85._0x3de14c)+_0x38b553(0x40d,_0x4a0b85._0x43ae2e,_0x4a0b85._0x1d9707,0x45c)]);if(_0xa5c107[_0x52b6d7(-0x257,-_0x4a0b85._0x270f39,-0x1da,-0x21f)+'name']){if(_0x4f4b8a[_0x52b6d7(-0x1c3,-_0x4a0b85._0x52191f,-0x1be,-0x20b)]===_0x4f4b8a[_0x52b6d7(-_0x4a0b85._0x19f921,-_0x4a0b85._0x38f90d,-0x24c,-_0x4a0b85._0x2b449e)])throw new _0x280b89(_0x4f4b8a[_0x38b553(0x49c,_0x4a0b85._0x378b10,_0x4a0b85._0x1fec78,0x480)]);else _0xe649d9[_0x38b553(_0x4a0b85._0x34d9d7,_0x4a0b85._0x247e50,0x429,_0x4a0b85._0x2aa6f5)+_0x38b553(_0x4a0b85._0x18a27d,0x44f,_0x4a0b85._0x227e4a,0x443)]=_0xa5c107[_0x52b6d7(-0x1f8,-_0x4a0b85._0x3595ee,-_0x4a0b85._0x34d236,-0x21f)+_0x52b6d7(-_0x4a0b85._0x33f5ac,-0x1cc,-_0x4a0b85._0xa91d5c,-0x1c6)];}_0x161e39[_0x52b6d7(-_0x4a0b85._0x40e4a8,-0x1a3,-_0x4a0b85._0x3f0434,-0x1ee)][_0x272382][_0x4da1fd]=_0xe649d9,await saveTokenStorage(_0x161e39,_0x4839fa);const _0x3dcdf1={};_0x3dcdf1['userId']=_0x272382,_0x3dcdf1['providerNa'+'me']=_0x4da1fd,_0x3dcdf1[_0x38b553(_0x4a0b85._0x2be70b,_0x4a0b85._0x30ca9e,_0x4a0b85._0xb4d07c,_0x4a0b85._0x46b25f)+_0x52b6d7(-_0x4a0b85._0xbd14e2,-_0x4a0b85._0x34d236,-0x225,-0x1df)]=!!_0xa5c107['refresh_to'+_0x52b6d7(-0x2a4,-0x2a3,-0x228,-0x264)];function _0x52b6d7(_0x5b8aa0,_0x347b7a,_0x2f984c,_0x177b7f){return _0x346e12(_0x177b7f- -0xd6,_0x5b8aa0,_0x2f984c-0x158,_0x177b7f-0xe0);}function _0x38b553(_0xe24acd,_0x6d24ac,_0x2704d5,_0x290898){return _0x346e12(_0x2704d5-_0x971823._0x55730d,_0x6d24ac,_0x2704d5-0x132,_0x290898-0xac);}_0x3dcdf1['expiresAt']=_0xa5c107['expires_at'],_0x47c20d[_0x52b6d7(-_0x4a0b85._0x12d91c,-_0x4a0b85._0x507daf,-_0x4a0b85._0x2753e3,-0x205)](_0x4f4b8a['QDyOg'],_0x3dcdf1);}export async function updateUserGitToken(_0x46cea7,_0x1df4d6,_0x3c55ab,_0x5342b8={}){const _0x5634e0={_0x29ba41:0x13f,_0x2e111f:0xfb,_0x18164b:0xe8,_0x67ab32:0xea,_0x446c8c:0x128,_0x8f2595:0x6e,_0x4c0c80:0xcc,_0x5af55c:0x80,_0x1a1ed1:0xa1,_0x150743:0x103,_0xbefb88:0x8a,_0x2c5b95:0xbf,_0x59cc46:0x72,_0x2e814d:0x76,_0x2d5734:0x27,_0x213fbd:0x68,_0x1d044e:0x116,_0x146317:0xf2,_0x2c229b:0x146,_0x70f55c:0xb7,_0x5f44c8:0xe5,_0x466d10:0x69,_0x1a93e1:0x65,_0x508110:0x40,_0x37db64:0x63,_0x61243a:0x64,_0x756e7c:0x16a,_0x574c02:0x81,_0x2462ca:0x60,_0x14d2bf:0x3c,_0x1cf409:0x7b,_0x34ea2a:0x5a,_0x338e5c:0x110,_0x2d4d1f:0xb7,_0x5df053:0xdc,_0xd4fdae:0x90,_0x29cc86:0x77,_0x2011ff:0xf1,_0x3edb5d:0xa0,_0x3815e7:0x9f,_0x54b6b1:0xb3,_0x1dcea0:0x97,_0x32be73:0xa0,_0x56e5c1:0xf8,_0x32eea8:0xa8,_0x5292a5:0x113,_0x2a2d51:0xba,_0x40dde4:0xc9,_0xbf897c:0x77,_0x1fc346:0x123,_0x4ac230:0x10a,_0xc6e432:0xcf,_0x1e3df5:0x85,_0x4a4a68:0x158,_0x1b3a32:0x109,_0x3bb8a9:0x8b,_0x39607c:0x15e,_0x3ef026:0x11f,_0x319031:0x158,_0x208327:0x14b,_0x3240b0:0x87,_0x206238:0x6c,_0x385142:0x101,_0x51e93d:0x105,_0x5f409a:0x138,_0x3f6051:0x1,_0x3030cb:0x92,_0x1e28d3:0x5c,_0x373df0:0xe1,_0x416279:0x108,_0x71a90c:0xa9,_0x415ea3:0x6c,_0x882489:0x87,_0x5e5457:0x112,_0x27311a:0x13f,_0x3b4d97:0x11d},_0x1ace09={_0x11e254:0x155},_0x373e19={'xhidy':_0x48bd07(0x11c,_0x5634e0._0x29ba41,_0x5634e0._0x2e111f,_0x5634e0._0x18164b)+_0x2d80e2(-0x92,-0x141,-_0x5634e0._0x67ab32,-_0x5634e0._0x446c8c)+_0x2d80e2(-0xa9,-0x5c,-_0x5634e0._0x8f2595,-0x3d)+'ovider','ohBJw':'User\x20ID\x20an'+_0x48bd07(_0x5634e0._0x4c0c80,0x65,0xbd,_0x5634e0._0x5af55c)+'\x20name\x20are\x20'+'required','hCfnt':function(_0x3897a9,_0x4cf50c){return _0x3897a9||_0x4cf50c;},'wFtSX':'zbQcy','qlHhO':function(_0x50d1ab,_0x3d688f){return _0x50d1ab!==_0x3d688f;},'MdEet':_0x48bd07(0xb6,_0x5634e0._0x1a1ed1,0x85,0x8d),'PbEeg':function(_0xb125e3,_0x204f32,_0x2a1338){return _0xb125e3(_0x204f32,_0x2a1338);},'Usylo':function(_0x2cf2a7,_0x442eed){return _0x2cf2a7===_0x442eed;},'decAp':'njFJp','qQCYI':function(_0x54f1b7,_0x27b990,_0x52d628){return _0x54f1b7(_0x27b990,_0x52d628);},'yiPkx':_0x48bd07(0xfd,0x133,0xdb,0xad),'xknpr':_0x48bd07(_0x5634e0._0x150743,_0x5634e0._0xbefb88,_0x5634e0._0x2c5b95,_0x5634e0._0x59cc46),'WXklg':function(_0x457426,_0x5ccdd2,_0x2e73a9){return _0x457426(_0x5ccdd2,_0x2e73a9);}},_0x50f6fd=_0x5342b8[_0x48bd07(_0x5634e0._0x2e814d,_0x5634e0._0x2d5734,0x5a,0x5b)]||_0x5fc693;if(_0x373e19['hCfnt'](!_0x46cea7,!_0x1df4d6))throw new Error(_0x373e19['ohBJw']);function _0x48bd07(_0x1f5b87,_0x1bc5a6,_0x38890c,_0x339991){return _0x129904(_0x1f5b87-0xbb,_0x1bc5a6-0x1f0,_0x38890c- -0x393,_0x1bc5a6);}const _0x533c9f=await getEncryptionKey(_0x5342b8),_0x7fdaa8=await loadTokenStorage(_0x5342b8),_0x26c202=_0x7fdaa8[_0x48bd07(_0x5634e0._0x213fbd,_0x5634e0._0x1d044e,0xcb,_0x5634e0._0x146317)]?.[_0x46cea7]?.[_0x1df4d6];if(!_0x26c202){if(_0x373e19[_0x2d80e2(-_0x5634e0._0x2c229b,-0xff,-0xe5,-_0x5634e0._0x70f55c)]===_0x373e19[_0x2d80e2(-0x101,-0x139,-_0x5634e0._0x5f44c8,-0x93)])throw new Error(_0x2d80e2(-0x53,-0x80,-_0x5634e0._0x466d10,-0x9a)+'g\x20token\x20fo'+_0x48bd07(_0x5634e0._0x1a93e1,_0x5634e0._0x508110,_0x5634e0._0x37db64,0x6)+_0x46cea7+(_0x48bd07(_0x5634e0._0x61243a,0x10f,0xb3,0xc1)+'der\x20')+_0x1df4d6);else{const _0x240a5b={};_0x240a5b[_0x48bd07(0x11e,0x139,0x10c,_0x5634e0._0x756e7c)]=_0x515725,_0x240a5b[_0x48bd07(0x77,_0x5634e0._0x574c02,_0x5634e0._0x2462ca,_0x5634e0._0x14d2bf)+'me']=_0x3148a5,_0x240a5b[_0x2d80e2(-0x8a,-0x36,-_0x5634e0._0x1cf409,-0x4b)]=_0x528d16[_0x2d80e2(-0x3a,-0x52,-0x73,-_0x5634e0._0x34ea2a)],_0x1ae311['warn'](_0x373e19[_0x2d80e2(-_0x5634e0._0x338e5c,-_0x5634e0._0x2d4d1f,-0xe8,-0x13e)],_0x240a5b);}}_0x3c55ab[_0x2d80e2(-0xbe,-0x103,-_0x5634e0._0x5df053,-_0x5634e0._0xd4fdae)+'en']&&(_0x373e19[_0x2d80e2(-0x5c,-0x92,-_0x5634e0._0x29cc86,-0x6e)]('SaAWw',_0x373e19['MdEet'])?_0x26c202[_0x2d80e2(-0x94,-_0x5634e0._0x2011ff,-0xdc,-0xa8)+'en']=_0x373e19['PbEeg'](encrypt,_0x3c55ab[_0x2d80e2(-_0x5634e0._0x2e111f,-0x139,-0xdc,-_0x5634e0._0x3edb5d)+'en'],_0x533c9f):_0x47334e['github_use'+_0x2d80e2(-0xc2,-0xc4,-_0x5634e0._0x3815e7,-_0x5634e0._0x54b6b1)]=_0x3038a8[_0x48bd07(_0x5634e0._0x8f2595,0x71,_0x5634e0._0x1dcea0,0xc8)+_0x2d80e2(-_0x5634e0._0x32be73,-_0x5634e0._0x56e5c1,-_0x5634e0._0x3815e7,-0xe3)]);if(_0x3c55ab[_0x48bd07(0x95,_0x5634e0._0x32eea8,_0x5634e0._0x61243a,0xa8)+_0x2d80e2(-0xb6,-0x102,-_0x5634e0._0x5292a5,-0xcf)]){if(_0x373e19['Usylo'](_0x373e19['decAp'],_0x2d80e2(-_0x5634e0._0x2a2d51,-0x8c,-_0x5634e0._0x40dde4,-_0x5634e0._0xbf897c)))throw new _0x2420f0(_0x48bd07(0x161,_0x5634e0._0x1fc346,_0x5634e0._0x4ac230,0x12f)+_0x2d80e2(-0x9b,-0x116,-_0x5634e0._0xc6e432,-_0x5634e0._0x1e3df5));else _0x26c202[_0x2d80e2(-_0x5634e0._0x4a4a68,-_0x5634e0._0x1b3a32,-0x104,-0x12c)+'ken']=_0x373e19[_0x48bd07(0x6f,0xa9,_0x5634e0._0x3bb8a9,0xcc)](encrypt,_0x3c55ab['refresh_to'+_0x2d80e2(-_0x5634e0._0x39607c,-_0x5634e0._0x3ef026,-_0x5634e0._0x5292a5,-_0x5634e0._0x319031)],_0x533c9f);}if(_0x373e19[_0x48bd07(_0x5634e0._0x208327,0xee,0xf1,0xa4)](_0x3c55ab['expires_at'],undefined)){if(_0x373e19['yiPkx']!==_0x373e19['xknpr'])_0x26c202['expires_at']=_0x3c55ab['expires_at'];else throw new _0x206cef(_0x373e19[_0x2d80e2(-_0x5634e0._0x3240b0,-0x9b,-0xc5,-_0x5634e0._0x206238)]);}await _0x373e19[_0x48bd07(_0x5634e0._0x385142,0xf7,_0x5634e0._0x51e93d,_0x5634e0._0x5f409a)](saveTokenStorage,_0x7fdaa8,_0x5342b8);const _0x5aaac0={};_0x5aaac0[_0x2d80e2(-_0x5634e0._0x3f6051,-_0x5634e0._0x3030cb,-_0x5634e0._0x1e28d3,-0x21)]=_0x46cea7,_0x5aaac0[_0x2d80e2(-_0x5634e0._0x373df0,-0xcc,-_0x5634e0._0x416279,-_0x5634e0._0x71a90c)+'me']=_0x1df4d6;function _0x2d80e2(_0x29fed8,_0x50352f,_0x41d59b,_0x25d4cd){return _0x346e12(_0x41d59b-0x7b,_0x50352f,_0x41d59b-_0x1ace09._0x11e254,_0x25d4cd-0x88);}_0x50f6fd['debug']('Updated\x20gi'+_0x2d80e2(-0xe2,-_0x5634e0._0x415ea3,-0xcb,-_0x5634e0._0x882489)+_0x2d80e2(-_0x5634e0._0x5e5457,-_0x5634e0._0x27311a,-0xf1,-_0x5634e0._0x3b4d97),_0x5aaac0);}export async function deleteUserGitToken(_0x3fb10f,_0x313b10,_0x3a8e9a={}){const _0x3ff07={_0x2595ab:0x237,_0x5f1e06:0x236,_0x4ac5d5:0x287,_0x126b28:0x278,_0x3763ea:0x1ad,_0x2f3d7a:0x1d5,_0x5bebeb:0x19f,_0xdcf2e3:0x244,_0x21d38d:0x279,_0x385fa0:0x2b1,_0x8bf507:0x2f8,_0x50d219:0x2c9,_0x108331:0x1a8,_0x29911c:0x14a,_0x920256:0x1b4,_0x3bde33:0x32b,_0xacc671:0x29b,_0x5f188a:0x31f,_0x1f2a2e:0x35c,_0x6850bd:0x307,_0x359608:0x17c,_0x20b18e:0x1a1,_0x2f0cff:0x1fa,_0x45774d:0x1b2,_0x5999c1:0x19a,_0x3a9553:0x2ee,_0xa03385:0x2c3,_0x1fdd43:0x226,_0x57d8f4:0x329,_0x536f73:0x301,_0xe29c96:0x37c,_0x594ee9:0x193,_0x410c39:0x192,_0x48394c:0x256,_0x576d61:0x205,_0x278a59:0x208,_0x484c14:0x1cd,_0x99d74a:0x23e,_0x1d942f:0x320,_0x301c11:0x2ea,_0x105caa:0x2f2,_0x440026:0x2dd,_0x1df02a:0x31b,_0x379818:0x1dd,_0x317f78:0x17c,_0xadd01d:0x1ef,_0x26100c:0x1ce},_0x11aa38={_0x24c338:0x132,_0x519bbe:0x17e,_0x1c6302:0x253},_0x861e7e={'vYklR':function(_0x2dc5cc,_0x54245d){return _0x2dc5cc*_0x54245d;},'zfUwu':function(_0x19d8f4,_0xffd4f6){return _0x19d8f4*_0xffd4f6;},'EqISH':function(_0x160049,_0x52c8f0){return _0x160049||_0x52c8f0;},'WVAUo':function(_0x359017,_0x588e26){return _0x359017!==_0x588e26;},'waeoB':_0x45040d(_0x3ff07._0x2595ab,_0x3ff07._0x5f1e06,_0x3ff07._0x4ac5d5,0x1da),'jfOqW':function(_0x402cc4,_0x50a071){return _0x402cc4(_0x50a071);},'dseeN':function(_0x1a06bc,_0x50df82){return _0x1a06bc===_0x50df82;},'auHKe':function(_0x52a15c,_0x29705b,_0x37fcd5){return _0x52a15c(_0x29705b,_0x37fcd5);}},_0x5d0ef0=_0x3a8e9a[_0x41d1b6(0x27a,0x24e,0x231,_0x3ff07._0x126b28)]||_0x5fc693;if(_0x861e7e[_0x45040d(_0x3ff07._0x3763ea,0x1d6,_0x3ff07._0x2f3d7a,_0x3ff07._0x5bebeb)](!_0x3fb10f,!_0x313b10)){if(_0x861e7e[_0x45040d(_0x3ff07._0xdcf2e3,0x28b,_0x3ff07._0x21d38d,0x20c)](_0x861e7e[_0x41d1b6(_0x3ff07._0x385fa0,_0x3ff07._0x8bf507,_0x3ff07._0x50d219,0x2c3)],_0x861e7e['waeoB'])){if(!_0x4349d7)return![];const _0x5999fd=new _0x1093b9(_0x5d498a)[_0x45040d(_0x3ff07._0x108331,_0x3ff07._0x29911c,0x1ca,_0x3ff07._0x920256)](),_0x487ba2=_0x18ef46[_0x41d1b6(0x2fd,_0x3ff07._0x3bde33,_0x3ff07._0xacc671,0x2a0)](),_0x25a8c1=_0x861e7e[_0x41d1b6(0x300,_0x3ff07._0x5f188a,_0x3ff07._0x1f2a2e,0x29e)](_0x861e7e[_0x41d1b6(0x2b6,_0x3ff07._0x6850bd,0x287,0x30d)](_0x3a371d,0x23ab+0x788+-0x2af7),0x1*-0x12a9+-0x1919+-0x17d5*-0x2);return _0x5999fd-_0x487ba2<=_0x25a8c1;}else throw new Error(_0x45040d(0x1d4,_0x3ff07._0x359608,_0x3ff07._0x20b18e,_0x3ff07._0x2f0cff)+'d\x20provider'+_0x45040d(_0x3ff07._0x920256,_0x3ff07._0x45774d,0x18c,_0x3ff07._0x5999c1)+'required');}const _0x35bac7=await _0x861e7e[_0x41d1b6(_0x3ff07._0x3a9553,0x310,0x2c3,_0x3ff07._0xa03385)](loadTokenStorage,_0x3a8e9a);function _0x41d1b6(_0x583ca6,_0x4360f0,_0xe2d64b,_0x4f4a8e){return _0x346e12(_0x583ca6-0x403,_0xe2d64b,_0xe2d64b-0x2a,_0x4f4a8e-0xf8);}if(!_0x35bac7['tokens']?.[_0x3fb10f]?.[_0x313b10])return![];delete _0x35bac7[_0x45040d(0x20b,_0x3ff07._0x1fdd43,0x1dd,0x235)][_0x3fb10f][_0x313b10];_0x861e7e[_0x41d1b6(_0x3ff07._0x57d8f4,_0x3ff07._0x536f73,0x2ee,_0x3ff07._0xe29c96)](Object[_0x45040d(_0x3ff07._0x594ee9,0x189,_0x3ff07._0x410c39,0x154)](_0x35bac7[_0x45040d(0x20b,0x21d,_0x3ff07._0x48394c,0x222)][_0x3fb10f])[_0x45040d(_0x3ff07._0x576d61,_0x3ff07._0x278a59,_0x3ff07._0x484c14,_0x3ff07._0x99d74a)],0x1*-0x903+-0x19*0x3+0x2*0x4a7)&&delete _0x35bac7['tokens'][_0x3fb10f];function _0x45040d(_0x23bf97,_0x3a7dc2,_0x3d2585,_0x3da9e6){return _0x129904(_0x23bf97-_0x11aa38._0x24c338,_0x3a7dc2-_0x11aa38._0x519bbe,_0x23bf97- -_0x11aa38._0x1c6302,_0x3a7dc2);}await _0x861e7e[_0x41d1b6(_0x3ff07._0x1d942f,_0x3ff07._0x301c11,_0x3ff07._0x105caa,0x34a)](saveTokenStorage,_0x35bac7,_0x3a8e9a);const _0x3498aa={};return _0x3498aa['userId']=_0x3fb10f,_0x3498aa[_0x41d1b6(0x280,0x257,_0x3ff07._0x440026,0x23d)+'me']=_0x313b10,_0x5d0ef0[_0x41d1b6(0x2d4,0x2f8,0x302,_0x3ff07._0x1df02a)]('Deleted\x20gi'+_0x45040d(_0x3ff07._0x379818,_0x3ff07._0x317f78,_0x3ff07._0xadd01d,_0x3ff07._0x26100c)+_0x45040d(0x1b7,0x1f3,0x199,0x1d9),_0x3498aa),!![];}function _0x129904(_0x5595aa,_0x575a19,_0x4a82b0,_0x3594df){return _0x60de(_0x4a82b0-0x364,_0x3594df);}function _0x60de(_0x4157e3,_0x367bf8){_0x4157e3=_0x4157e3-(0x7b2+0xf8e+-0xb62*0x2);const _0x7ae57f=_0x121f();let _0x1fb968=_0x7ae57f[_0x4157e3];if(_0x60de['FypFLs']===undefined){var _0x2f5ec6=function(_0x28132b){const _0x48ae8a='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x13a0c6='',_0x51825e='';for(let _0x235102=0x231e+-0x248*-0x9+-0x37a6,_0x46dfe0,_0x1ae311,_0x515725=0x1b46+-0x1a1c*-0x1+0x1*-0x3562;_0x1ae311=_0x28132b['charAt'](_0x515725++);~_0x1ae311&&(_0x46dfe0=_0x235102%(-0x1*-0x4a3+-0xe52+0x9b3)?_0x46dfe0*(0x2b*0xb8+0x3b8+0x6e*-0x50)+_0x1ae311:_0x1ae311,_0x235102++%(-0x1b7a+0xc86+-0x2*-0x77c))?_0x13a0c6+=String['fromCharCode'](0x15e9+0x1*0xf9a+-0x3*0xc2c&_0x46dfe0>>(-(0x87a+0x25cd*-0x1+0x9c7*0x3)*_0x235102&0x642*-0x4+-0x3*-0x84a+0x30)):-0x3*0x846+0x11b3*0x2+-0xa94){_0x1ae311=_0x48ae8a['indexOf'](_0x1ae311);}for(let _0x3148a5=-0x1*0x1a87+-0x97*-0x27+0x386,_0x528d16=_0x13a0c6['length'];_0x3148a5<_0x528d16;_0x3148a5++){_0x51825e+='%'+('00'+_0x13a0c6['charCodeAt'](_0x3148a5)['toString'](0x2635*-0x1+-0xdb8+0x33fd))['slice'](-(-0x8*0x12+0xa9f*0x2+-0x14ac));}return decodeURIComponent(_0x51825e);};_0x60de['xBdbDf']=_0x2f5ec6,_0x60de['KtyfJF']={},_0x60de['FypFLs']=!![];}const _0xf074ee=_0x7ae57f[0x1c44+0xda*0x7+-0x223a],_0x256887=_0x4157e3+_0xf074ee,_0x4e8c4c=_0x60de['KtyfJF'][_0x256887];return!_0x4e8c4c?(_0x1fb968=_0x60de['xBdbDf'](_0x1fb968),_0x60de['KtyfJF'][_0x256887]=_0x1fb968):_0x1fb968=_0x4e8c4c,_0x1fb968;}export async function deleteAllUserGitTokens(_0x36f38f,_0x2510ea={}){const _0x4dd4a7={_0x238c1a:0x2d,_0x335ed7:0x2b,_0x3b115f:0x63,_0x5ee69e:0x6b,_0x56130e:0x79,_0x147f90:0x12,_0x2b027b:0x3a,_0x3db517:0x83,_0x56d9e1:0x53,_0x1e6d5c:0x43,_0xf7db6a:0x34,_0x5bebdb:0x6c,_0x1b9182:0x8a,_0x4686da:0xb2,_0x42831d:0x2a,_0x5b5d44:0x74,_0x298c8e:0x11,_0x2c3461:0x25,_0x2508af:0x56,_0x46f9a7:0x68,_0x493e80:0x2,_0x1b176f:0xd3,_0x275db7:0xdf,_0x4cb9f0:0x50,_0x3bdd6c:0x3d,_0x187479:0x16,_0x43a7b5:0x4,_0x19cacd:0xf,_0x3c1e24:0x24,_0x65a070:0x18,_0x33cd75:0x3b,_0x2a9a88:0x11},_0x3c6b8e={_0x47530d:0x1c2},_0x2eed1e={_0x2ee094:0x142};function _0x3cf1af(_0x483e44,_0xbda266,_0xe65d18,_0x560072){return _0x129904(_0x483e44-0x69,_0xbda266-_0x2eed1e._0x2ee094,_0xe65d18- -0x474,_0xbda266);}const _0x42e712={'bmpbs':_0x243cec(_0x4dd4a7._0x238c1a,-_0x4dd4a7._0x335ed7,_0x4dd4a7._0x3b115f,_0x4dd4a7._0x5ee69e)+_0x3cf1af(-_0x4dd4a7._0x56130e,_0x4dd4a7._0x147f90,-0x48,-0x26),'RbXSh':function(_0x2c92fb,_0x51451e){return _0x2c92fb===_0x51451e;},'UIODB':_0x3cf1af(-0x5b,-0x55,-_0x4dd4a7._0x2b027b,-0x5c),'OHmSD':function(_0x222769,_0x519ee8,_0x5d69a7){return _0x222769(_0x519ee8,_0x5d69a7);},'DSfOy':'Deleted\x20al'+'l\x20git\x20toke'+'ns\x20for\x20use'+'r'},_0x414e63=_0x2510ea[_0x243cec(-_0x4dd4a7._0x3db517,-_0x4dd4a7._0x56d9e1,-_0x4dd4a7._0x1e6d5c,-0x85)]||_0x5fc693;if(!_0x36f38f)throw new Error(_0x42e712[_0x3cf1af(-_0x4dd4a7._0xf7db6a,-_0x4dd4a7._0x5bebdb,-_0x4dd4a7._0x1b9182,-_0x4dd4a7._0x4686da)]);const _0x17cb1e=await loadTokenStorage(_0x2510ea);if(!_0x17cb1e[_0x243cec(-_0x4dd4a7._0x147f90,-0x30,_0x4dd4a7._0x42831d,0x45)]?.[_0x36f38f]){if(_0x42e712['RbXSh'](_0x3cf1af(-0xf,0xe,-_0x4dd4a7._0x2b027b,-_0x4dd4a7._0x5b5d44),_0x42e712[_0x243cec(_0x4dd4a7._0x298c8e,_0x4dd4a7._0x2c3461,0xa,-0x3a)]))return 0x1*0x530+0x22bb+-0x27eb;else _0x16bb4b[_0x243cec(-0x45,-0x46,0x17,-_0x4dd4a7._0x2508af)]=_0x4895e2[_0x243cec(-0x45,-_0x4dd4a7._0x46f9a7,-_0x4dd4a7._0x493e80,-0x46)];}const _0x5f352a=Object[_0x3cf1af(-_0x4dd4a7._0x1b176f,-_0x4dd4a7._0x275db7,-0x8e,-_0x4dd4a7._0x4cb9f0)](_0x17cb1e['tokens'][_0x36f38f])['length'];delete _0x17cb1e[_0x3cf1af(_0x4dd4a7._0x3bdd6c,-0xd,-_0x4dd4a7._0x187479,_0x4dd4a7._0x298c8e)][_0x36f38f],await _0x42e712['OHmSD'](saveTokenStorage,_0x17cb1e,_0x2510ea);const _0x1a865f={};_0x1a865f[_0x3cf1af(0xb,-0x18,0x2b,_0x4dd4a7._0x43a7b5)]=_0x36f38f;function _0x243cec(_0xd20933,_0x1bd7a0,_0x333917,_0x59313d){return _0x346e12(_0xd20933-0x106,_0x59313d,_0x333917-_0x3c6b8e._0x47530d,_0x59313d-0x57);}return _0x1a865f[_0x3cf1af(_0x4dd4a7._0x19cacd,-_0x4dd4a7._0x3bdd6c,-0x21,_0x4dd4a7._0x3c1e24)+'nt']=_0x5f352a,_0x414e63[_0x243cec(-0x29,0x11,-_0x4dd4a7._0x65a070,-_0x4dd4a7._0x33cd75)](_0x42e712[_0x3cf1af(-_0x4dd4a7._0x2a9a88,-0x63,-0x59,-0xc)],_0x1a865f),_0x5f352a;}export function isTokenExpiringSoon(_0x24602f,_0x5c14d0=0x1*-0x2186+-0x100c*0x1+-0x6*-0x848){const _0x1e7937={_0x423327:0x28b,_0x1b9e6d:0x27e,_0x4b7808:0xcc,_0x2899f1:0xae,_0x4a4bd7:0xee,_0x534cb0:0xfd,_0x2a7144:0x262,_0x463de0:0x1d2,_0x33b6d5:0x1c9,_0x4142ad:0x20e},_0x45e2dd={_0x5e67d6:0x35e,_0x381bf5:0x150},_0x5a65cb={_0x17b5ea:0xaa};function _0x2ef2e1(_0x5f4631,_0x126d9e,_0x45849d,_0x1dfc21){return _0x346e12(_0x1dfc21-_0x5a65cb._0x17b5ea,_0x45849d,_0x45849d-0x78,_0x1dfc21-0x160);}const _0x93c672={};_0x93c672[_0x597b22(0x28e,_0x1e7937._0x423327,0x266,_0x1e7937._0x1b9e6d)]=function(_0x299eae,_0x2c27fa){return _0x299eae*_0x2c27fa;},_0x93c672[_0x2ef2e1(-_0x1e7937._0x4b7808,-_0x1e7937._0x2899f1,-0xc4,-0xaf)]=function(_0x1a5d53,_0x3ec356){return _0x1a5d53*_0x3ec356;},_0x93c672['vdADx']=function(_0x24a342,_0x3433e2){return _0x24a342-_0x3433e2;};const _0x39d2d3=_0x93c672;if(!_0x24602f)return![];function _0x597b22(_0x268124,_0x1f50a0,_0x420713,_0x270ced){return _0x346e12(_0x420713-_0x45e2dd._0x5e67d6,_0x270ced,_0x420713-0xfa,_0x270ced-_0x45e2dd._0x381bf5);}const _0x55f67d=new Date(_0x24602f)[_0x2ef2e1(-_0x1e7937._0x4a4bd7,-_0x1e7937._0x534cb0,-0x71,-0xd1)](),_0x3a1c9b=Date['now'](),_0x3687c5=_0x39d2d3[_0x2ef2e1(-0x44,-0x2c,-0x7d,-0x4e)](_0x39d2d3[_0x597b22(_0x1e7937._0x2a7144,0x25c,0x205,0x24f)](_0x5c14d0,0x787*0x3+0xc62+0x11*-0x20b),-0x31*0x3f+-0x5*-0x2e3+0x188*0x1);return _0x39d2d3[_0x597b22(0x1cc,_0x1e7937._0x463de0,_0x1e7937._0x33b6d5,_0x1e7937._0x4142ad)](_0x55f67d,_0x3a1c9b)<=_0x3687c5;}export function isTokenExpired(_0x4032e3){const _0x130586={_0x1786d9:0x1e5,_0x296366:0x1e8,_0x1169ea:0x189,_0x52327e:0x224,_0x482b2f:0x25a,_0x53001b:0x1fb},_0xcf1aac={_0x35512c:0x1ba},_0x957782={_0x37c38e:0xdf,_0x4f664a:0xaa},_0x301b02={};_0x301b02[_0xca564e(_0x130586._0x1786d9,_0x130586._0x296366,0x1d1,0x242)]=function(_0x195ce9,_0x5e0e84){return _0x195ce9<_0x5e0e84;};const _0x274252=_0x301b02;if(!_0x4032e3)return![];function _0x31acb5(_0x1851e7,_0x459ad1,_0x6e449f,_0x4a29ea){return _0x346e12(_0x459ad1-_0x957782._0x37c38e,_0x4a29ea,_0x6e449f-0x4b,_0x4a29ea-_0x957782._0x4f664a);}function _0xca564e(_0x53123e,_0x40821f,_0x519d84,_0x411686){return _0x129904(_0x53123e-_0xcf1aac._0x35512c,_0x40821f-0x134,_0x40821f- -0x216,_0x411686);}return _0x274252[_0xca564e(0x197,0x1e8,0x1dd,0x238)](new Date(_0x4032e3)[_0xca564e(_0x130586._0x1169ea,0x1e5,0x239,0x1c6)](),Date[_0xca564e(_0x130586._0x52327e,_0x130586._0x482b2f,_0x130586._0x53001b,0x2b7)]());}function _0x346e12(_0x2090ac,_0x2d2c0e,_0x225f9a,_0x5201d8){return _0x60de(_0x2090ac- -0x212,_0x2d2c0e);}export async function getUserConnectionStatus(_0x18e93e,_0x5720b9={}){const _0x4602cc={_0xdcb6f5:0x14f,_0x1b112a:0x152,_0x144dc5:0x1a7,_0x5f52a5:0x19a,_0x36586e:0x162,_0x229d8d:0x14b,_0x4a6117:0x19e,_0x550beb:0x187,_0x116927:0x21b,_0x34458b:0x1d7,_0x4dcaa2:0x269,_0x35e906:0x215,_0x187672:0x19c,_0x318a14:0x123,_0x56358c:0x183,_0x544cd3:0x1f9,_0x4e76c8:0x1ea,_0x1ec4f4:0x1a0,_0x30b8c1:0x1be,_0x32fe66:0x1d2,_0x1a7172:0x1fc,_0x27b571:0x19d,_0x242ae0:0x17e,_0x3c2eb0:0x207},_0x128bb4={_0x99eecb:0x195,_0x56fca1:0x19b},_0xfcf7cf={_0x397256:0x8f,_0x226811:0x60,_0x250986:0x1ae},_0x4da1e0={'rTkYX':function(_0x5686b7,_0x37ad5c){return _0x5686b7(_0x37ad5c);}},_0x286498=await _0x4da1e0[_0x187576(-0x19a,-_0x4602cc._0xdcb6f5,-0x145,-_0x4602cc._0x1b112a)](loadTokenStorage,_0x5720b9),_0xe6f343=_0x286498[_0x187576(-_0x4602cc._0x144dc5,-_0x4602cc._0x5f52a5,-0x160,-_0x4602cc._0x36586e)]?.[_0x18e93e];if(!_0xe6f343)return{};function _0x187576(_0x26ef9e,_0x5e2f7f,_0x567ef5,_0x504ce8){return _0x346e12(_0x26ef9e- -_0xfcf7cf._0x397256,_0x5e2f7f,_0x567ef5-_0xfcf7cf._0x226811,_0x504ce8-_0xfcf7cf._0x250986);}const _0x22a0d9={};for(const [_0x56bb56,_0x50d0aa]of Object['entries'](_0xe6f343)){const _0x29005e={};_0x29005e[_0x3ca4c1(0x225,0x200,0x1b2,0x1ca)]=!![],_0x29005e[_0x3ca4c1(0x201,_0x4602cc._0x36586e,_0x4602cc._0x229d8d,_0x4602cc._0x4a6117)]=_0x50d0aa[_0x187576(-0x1da,-_0x4602cc._0x550beb,-_0x4602cc._0x116927,-_0x4602cc._0x34458b)],_0x29005e[_0x3ca4c1(0x1c1,0x226,_0x4602cc._0x4dcaa2,_0x4602cc._0x35e906)+'in']=_0x50d0aa[_0x187576(-0x163,-_0x4602cc._0x187672,-_0x4602cc._0x318a14,-_0x4602cc._0x56358c)+'in'],_0x29005e[_0x3ca4c1(0x168,0x200,0x18d,0x1a0)+_0x3ca4c1(_0x4602cc._0x544cd3,0x1c7,_0x4602cc._0x4e76c8,0x1f9)]=_0x50d0aa[_0x3ca4c1(0x18e,0x142,0x184,_0x4602cc._0x1ec4f4)+_0x187576(-0x17f,-_0x4602cc._0x318a14,-_0x4602cc._0x30b8c1,-0x196)],_0x29005e[_0x187576(-_0x4602cc._0x32fe66,-0x19c,-_0x4602cc._0x1a7172,-_0x4602cc._0x27b571)+'at']=_0x50d0aa[_0x3ca4c1(_0x4602cc._0x242ae0,0x1c6,_0x4602cc._0x3c2eb0,0x1a6)+'at'],_0x22a0d9[_0x56bb56]=_0x29005e;}function _0x3ca4c1(_0x177802,_0x17cdce,_0x30c4f1,_0x42b721){return _0x129904(_0x177802-_0x128bb4._0x99eecb,_0x17cdce-_0x128bb4._0x56fca1,_0x42b721- -0x28d,_0x30c4f1);}return _0x22a0d9;}function _0x121f(){const _0x1f0012=['v1zbvw8','v1HRBgC','ueXoExi','ww1krLK','s0fqu0K','zhnLzu4','vxnLCIbjrcbPCW','zxjPDG','DxnLCKLK','zNjVBq','igTLEsbZyxzLza','z2L0AhvIx2XVzW','EMDHq2q','r2L0ie9bDxrOia','ChrPB24GA2v5la','zw4GAxmGCMvXDq','DMrbrhG','lwTLEq','BhvLigzVCM1HDa','CMfUzg9TqNL0zq','D0XJqvO','A2v5CW','CMvHzezPBgu','A2vU','EsbMCM9TigrHDa','yM1WyNm','nJK0otKWCff4tNLq','wgHmwK4','Bg9Nz2vY','CYb0BYbZDg9Yyq','zNjtz1m','DuvnsMW','C3bSAxq','Dg9ju09tDhjPBG','ChjVDMLKzxjoyq','DNDswNy','D3jPDgvgAwXL','CIb1C2vYia','CMvMCMvZAf90BW','z2L0ihrVA2vUCW','zgf0yurPCG','oty3otuYtK9csuX6','z2v0vgLTzq','DxbKyxrL','BhbvA0y','AgDIrfC','sw52ywXPzcbLBG','rxfju0G','mti4nZG2otrmz0PYwxe','ihrVigrHDgeGza','EfvOtfG','we55ve4','lMDPDc1Vyxv0Aa','uwjOvw0','ig5HBwuGyxjLia','C3vXuwm','B2jkC3q','CIb1C2vY','vuTprfK','CMvny04','nJq2mJy4rwjrs0np','u2f2zwqGDxnLCG','zxK6ia','sw5nu28','zgvJCNLWDcb0BW','AxjLza','EgHPzhK','Ew50weG','z2v0qxv0AfrHzW','D0z0u1G','ALflweO','DMjkwvi','v0zfy20','y3j5ChrPB24GAW','rfnMt3K','y3jLyxrLq2LWAa','u3Pzsgy','CvfdwuK','ywnJzxnZx3rVAW','CgvYC2LZDcbLBG','CxzSAhK','CgHLCML2','D2fYBG','D2fLB0i','B2TLBNmUANnVBG','BgLqCu0','vxnLCIbjrcbHBG','ChrPB24GA2v5','EMzvD3u','z2L0AhvIx3vZzq','zxHWAxjLC19HDa','ihjLCxvPCMvK','yxP1CMvFDxnLCG','zMPzre4','DhjPBq','Dcb0B2TLBIbMBW','ihvZzxi','A29KyKG','y29UBMvJDgvKxW','ig5LDYbNAxqGtW','CNLWDgLVBIbRzq','B2HcsNC','zgnNDMq','C2v0qxv0AfrHzW','Bhfetg4','AxfIAKW','CMvHzcbNAxqGtW','vxLtAfK','BK5js20','zw50CMLLCW','mZuWmJaZsfPtu1P5','rLvqwMK','uhPPq3y','B3zPzgvY','DKPxz1C','whHzCem','igDLBMvYyxrPBG','igfUzcbWCM92Aq','Aw5MBW','Bg9Hzcb1C2vYia','sxDWweG','De9Oz1i','wwnJDue','mJrlCxbHzfy','DxrMoa','qwnJzxnZihrVAW','yw1LigLZihjLCq','zcbWCM92AwrLCG','uhjVDMLKzxiGBG','q1fRtw0','zgvSzxrLzenVDq','zYbUzxCGB25L','yuzuy0K','AM9PBG','y29UBMvJDgvK','BgvUz3rO','mtuZnZa2y2HXB0PV','tMnLChK','Bw9Kzq','CL9Pza','DKDgBM4','Dg9Rzw5Z','zMLUywW','y3j5ChrLzcb2yq','AMzpCvC','DwLYzwq','AgfZuMvMCMvZAa','uMPltu4','DuLnsMO','AxjLy3rVCNK','ywvZlti1nI1NyW','zeflzLi','y2Lwzvq','mtm2s2DHEfHM','CLrRwvG','q05cz0K','vg9Rzw4','vKDnsw4','Dg9tDhjPBMC','BM93','tvr0zxy','C2f2zsb1C2vYia','DLLRBfi','C2f2zsbNAxqGtW','ysbKAxjLy3rVCG','C2Dmrve','vvvvAwS','C3rYAw5NAwz5','uvjMzue','vuDHAuG','D3vXwxa','BxHsvgG','DxnLCI1NAxqTDa','zgLZA1q','uKTqwNG','zxjYB3i','vuLprei','DxrMltG','A3H3wuW','CwXiAe8','qxv0AcbLBMnYEq','BMfTzq','zw5JCNLWDgLVBG','BwvZC2fNzq','CwXxv0u','uKDHD3e','y2nTwuO','igDPDcb0B2TLBG','A2vUigzVCIbWCG','rMfPBgvKihrVia','BwTKAxi','q0LUr3u','CMvJDxjZAxzL','tM8GzxHPC3rPBG','yxvis2u','Agv4','ndq0mJiYowz1EgfOra','zgvIDwC'];_0x121f=function(){return _0x1f0012;};return _0x121f();}
|
|
1
|
+
function _0x4915(_0x299562,_0x33b1cd){_0x299562=_0x299562-(-0x1bf6*0x1+0x5*0x619+-0x18b);const _0x4a4dc0=_0x3441();let _0x3c5f4d=_0x4a4dc0[_0x299562];if(_0x4915['wzQEmW']===undefined){var _0x22fdbf=function(_0x4ae21f){const _0xc3b31b='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x2e4446='',_0x17517a='';for(let _0x192d08=0x1203+0x363*-0x2+-0x15*0x89,_0x37ffee,_0x365b4b,_0x5a6de1=0x265+0x1069+-0x12ce;_0x365b4b=_0x4ae21f['charAt'](_0x5a6de1++);~_0x365b4b&&(_0x37ffee=_0x192d08%(0x1*-0x72a+-0xe*0xb0+-0x2*-0x867)?_0x37ffee*(-0xe24+-0x113*0x11+0x20a7)+_0x365b4b:_0x365b4b,_0x192d08++%(0x1126*-0x2+-0xdcd+0x301d*0x1))?_0x2e4446+=String['fromCharCode'](-0x26c8+-0xe8b*-0x1+0x193c&_0x37ffee>>(-(0xb40+-0x3*-0x24b+0x1*-0x121f)*_0x192d08&-0x1723*-0x1+-0x2510+-0x1*-0xdf3)):0xaa5+-0x68c+-0x419){_0x365b4b=_0xc3b31b['indexOf'](_0x365b4b);}for(let _0x1ad34f=0x3*-0x615+-0x1*0x20c0+0x749*0x7,_0x2888de=_0x2e4446['length'];_0x1ad34f<_0x2888de;_0x1ad34f++){_0x17517a+='%'+('00'+_0x2e4446['charCodeAt'](_0x1ad34f)['toString'](-0xb*0x67+0x7*-0x3f5+0x2030))['slice'](-(-0xc8e+-0x1d12+-0x2*-0x14d1));}return decodeURIComponent(_0x17517a);};_0x4915['lQwzKH']=_0x22fdbf,_0x4915['bDNXui']={},_0x4915['wzQEmW']=!![];}const _0x29d766=_0x4a4dc0[-0xf*-0x115+-0xa2f+-0x60c],_0x2d20b8=_0x299562+_0x29d766,_0x28a7ad=_0x4915['bDNXui'][_0x2d20b8];return!_0x28a7ad?(_0x3c5f4d=_0x4915['lQwzKH'](_0x3c5f4d),_0x4915['bDNXui'][_0x2d20b8]=_0x3c5f4d):_0x3c5f4d=_0x28a7ad,_0x3c5f4d;}(function(_0x4a9500,_0x12a966){const _0x302c42={_0x9e5a1b:0x44c,_0x2d3fae:0x3e2,_0x2d761e:0x4ff,_0x262be9:0x50e,_0x5d370c:0x4ba,_0x2ef749:0x555,_0x5ee5b6:0x46e,_0x5c10dc:0x419,_0x6575fb:0x349,_0x535bd2:0x311,_0x46e1a1:0x2ef,_0x4b2242:0x2a4,_0x58372c:0x406,_0x21891b:0x3a0,_0x4f820f:0x4c7,_0x5ed74d:0x457,_0xbecdf1:0x4d2,_0x180dd9:0x4c9},_0x2719dd={_0x15302a:0x1ea};function _0x48a6b1(_0x178e9b,_0x1655c7,_0x103905,_0x1f1bb9){return _0x4915(_0x1f1bb9-_0x2719dd._0x15302a,_0x103905);}const _0x28f67f=_0x4a9500();function _0x58e55c(_0x3cff53,_0x21d4bf,_0x2f2ada,_0x497a5a){return _0x4915(_0x3cff53-0x34a,_0x21d4bf);}while(!![]){try{const _0x5383cc=-parseInt(_0x58e55c(_0x302c42._0x9e5a1b,0x437,_0x302c42._0x2d3fae,0x46f))/(0x26f4+-0x2555+-0x19e)+-parseInt(_0x58e55c(_0x302c42._0x2d761e,0x4f3,0x4c1,0x52f))/(0x270e+0x1*-0x636+0x3*-0xaf2)+parseInt(_0x58e55c(0x4d3,0x506,_0x302c42._0x262be9,_0x302c42._0x5d370c))/(-0x558+-0x1*-0x20ef+0xa*-0x2c2)*(parseInt(_0x58e55c(0x50a,_0x302c42._0x2ef749,0x502,0x4d2))/(-0x770+0x95c+-0x8*0x3d))+-parseInt(_0x58e55c(_0x302c42._0x5ee5b6,0x423,0x495,_0x302c42._0x5c10dc))/(-0x1*-0x138a+-0x3*-0xa74+-0x32e1)*(-parseInt(_0x48a6b1(0x332,0x3c6,_0x302c42._0x6575fb,0x39d))/(-0x19e1+-0x68b+0x2072))+parseInt(_0x48a6b1(0x31c,0x28f,_0x302c42._0x535bd2,_0x302c42._0x46e1a1))/(0x33b*0x3+-0x13d1+-0xa27*-0x1)*(parseInt(_0x48a6b1(0x31b,_0x302c42._0x4b2242,0x2a9,0x2f3))/(0x24b1+0x1ede+-0x4387))+-parseInt(_0x48a6b1(_0x302c42._0x58372c,0x36e,0x3b7,_0x302c42._0x21891b))/(0x34*-0x4b+-0x1cc9+-0x1*-0x2c0e)*(-parseInt(_0x58e55c(0x492,_0x302c42._0x4f820f,0x4dd,_0x302c42._0x5ed74d))/(0x1*-0x1f5f+-0x1*-0xbf7+-0x1*-0x1372))+-parseInt(_0x58e55c(_0x302c42._0xbecdf1,0x4eb,_0x302c42._0x180dd9,0x530))/(-0x2*-0xb8e+0x1a21+-0x3132);if(_0x5383cc===_0x12a966)break;else _0x28f67f['push'](_0x28f67f['shift']());}catch(_0x4a4c35){_0x28f67f['push'](_0x28f67f['shift']());}}}(_0x3441,0x1*-0x79f19+0x3b*0x6577+-0xce3*0x13));import{promises as _0x80085e}from'fs';import{existsSync}from'fs';import _0x4de89d from'path';function _0x5882a2(_0x4a515a,_0x34f1ad,_0x476d99,_0x13a894){return _0x4915(_0x34f1ad- -0x12a,_0x13a894);}function _0x597f3d(_0x3763a0,_0x4791f4,_0x61fd11,_0x53d692){return _0x4915(_0x4791f4- -0x4e,_0x61fd11);}import _0xfff0ed from'crypto';import{DATA_DIR}from'./data-dir.js';import{logger as _0x10f39d}from'./logger.js';const TOKENS_FILE=_0x597f3d(0x91,0xfd,0xe9,0xde)+_0x597f3d(0x153,0x179,0x1db,0x1e0),ENCRYPTION_KEY_FILE='.git-oauth'+_0x597f3d(0xfb,0x121,0x10d,0x147),ALGORITHM=_0x5882a2(0x79,0x22,0x63,0x85)+'m',KEY_LENGTH=-0xc2e+0x1*-0x2615+0x3263,IV_LENGTH=-0x5d*0x2f+0x1*-0x859+0x1c*0xe9,AUTH_TAG_LENGTH=0x3b*-0x7c+0x18dd+0x3c7;let encryptionKeyCache=null;async function getEncryptionKey(_0x4c987d={}){const _0x3f247f={_0x1cc143:0x505,_0xb9cb1b:0x536,_0x221193:0x4ec,_0x4cbd7:0x4be,_0x327797:0x46d,_0x10ea2f:0x4cd,_0x1bc596:0x4b8,_0x3cdbb2:0x4b1,_0x59f64e:0x529,_0x5546d7:0x51e,_0x558fbe:0x23b,_0x237bf0:0x21b,_0x5e39cf:0x214,_0x18d277:0x1dc,_0x28c8c8:0x23c,_0x34eec8:0x2b7,_0x14f832:0x21d,_0x2a8b39:0x1e8,_0x43f640:0x1f4,_0x3b8c34:0x1e7,_0x107650:0x1b7,_0xba1c4a:0x1d0,_0x56f115:0x188,_0x21b186:0x247,_0x1401d2:0x20d,_0x511d2b:0x209,_0x14570c:0x562,_0x288bbb:0x50f,_0x991cc4:0x4df,_0x5c05cc:0x1af,_0x21c14e:0x180,_0x436dc9:0x50b,_0x3efa7d:0x533,_0xcbabb9:0x516,_0x47d54f:0x4fb,_0x1e1d2d:0x55c,_0x223ef4:0x1c0,_0x38a8ed:0x20f,_0x270180:0x24c,_0x4e0356:0x4c9,_0x555f5f:0x1d8,_0x32d499:0x495,_0x5cb3b1:0x44a,_0x3c67a5:0x1ef,_0x28dfae:0x1d1,_0x5ab7ee:0x43f,_0x20a5b7:0x49e,_0xab50fa:0x4a4,_0xe3963b:0x545,_0x56ddc6:0x5a3,_0x2db596:0x525,_0x3cb9de:0x1e2,_0x5577dd:0x44e,_0x8b445e:0x490,_0x11d55e:0x4ae,_0x1adc2d:0x4b9,_0x3825ff:0x4b3,_0xe074cf:0x483,_0x52e018:0x4a2,_0x3056ad:0x481,_0x1a0daa:0x52f,_0x5400c9:0x4f1,_0x41a270:0x49a,_0x23aaf9:0x228,_0x1a2e3c:0x1cd,_0x35d225:0x210,_0x88ab7d:0x188,_0x123bf1:0x185,_0xb5bf32:0x1aa,_0x4031ad:0x4a3,_0x153f66:0x500,_0x1c9046:0x1ee,_0x5d4b05:0x4b6,_0x4b4983:0x4a8,_0x280cea:0x4ad,_0x3fd600:0x4e9,_0x483c69:0x181,_0x5d9c0a:0x1ad,_0xddb0e3:0x1a8,_0x239d0a:0x573,_0x255367:0x50e,_0x5c6b8d:0x574,_0x399035:0x228,_0x1b0485:0x1f2,_0x481ef6:0x24a,_0x54cee9:0x234,_0x2e9c79:0x1cb,_0x6975d8:0x20a,_0x57df90:0x251,_0x69d70c:0x22a,_0x558fd2:0x23e,_0x2988:0x54a,_0xcf10b2:0x4e1,_0x110daf:0x4ea,_0x44940f:0x4a6,_0x5e8699:0x49e,_0x2aefdf:0x226,_0x132bd4:0x22f,_0xd3be27:0x216,_0x5590e3:0x200,_0x3865c2:0x224,_0x7a2376:0x4e4,_0x5cd6e4:0x4aa,_0x52cfd9:0x4f6,_0x1ae5ea:0x4ec,_0x3db16e:0x5be,_0x5651f1:0x1d7,_0x32ebe4:0x214,_0x71ebd5:0x238,_0x24a4b0:0x1e2,_0x22f005:0x4aa,_0x34ff9e:0x49c,_0xd7543a:0x4b0,_0x5886e0:0x476,_0x4c3a64:0x17d,_0x106ef3:0x4f5,_0x18bd1e:0x4b2,_0x187e71:0x4ee,_0x40c117:0x4bc,_0x3c5759:0x54d,_0x3ff764:0x501,_0x11e1bf:0x1fb,_0x13dc3b:0x1b3,_0x1fd3f2:0x472,_0x25ea3e:0x497,_0x507f8c:0x461,_0x382a66:0x235,_0x20c61f:0x23d,_0x2c0d95:0x280,_0x3e5cc4:0x172,_0x2f890e:0x233,_0x3d365f:0x20d,_0x3ddebe:0x57a,_0x5708f7:0x1a7,_0x3c011f:0x19a,_0x38dd9c:0x29a,_0x56936d:0x22f,_0x528fca:0x269,_0x1f55e2:0x1fd,_0x31d0f7:0x1c7,_0x12f7b7:0x22f,_0x4400af:0x24d,_0xf805a:0x207,_0x462a9f:0x4ec,_0x20c1c0:0x534,_0x26adfa:0x53a,_0x2929ea:0x228,_0x37cc40:0x20c,_0x3df49d:0x4b9,_0x5365f0:0x555,_0x209ee3:0x4cd},_0x4ba5aa={_0x511a27:0xed,_0x40f1b5:0x3d9},_0x2b205d={_0x32491c:0xdc,_0x494937:0x306},_0x317acd={'bvwQY':_0x3d38d6(0x574,_0x3f247f._0x1cc143,_0x3f247f._0xb9cb1b,_0x3f247f._0x221193),'BCpxT':_0x3d38d6(_0x3f247f._0x4cbd7,0x4c6,0x4a6,_0x3f247f._0x327797),'hgwYa':_0x3d38d6(0x4b7,0x4fc,0x4f8,0x4e1)+_0x3d38d6(0x4f0,_0x3f247f._0x10ea2f,_0x3f247f._0x1bc596,_0x3f247f._0x3cdbb2)+'git\x20tokens','DIYOM':_0x3d38d6(0x57e,_0x3f247f._0x59f64e,_0x3f247f._0x5546d7,0x4b2)+'\x20required','uFAxL':_0x3adfae(-0x207,-_0x3f247f._0x558fbe,-0x29d,-_0x3f247f._0x237bf0),'kxxsd':function(_0x511b11,_0x451473){return _0x511b11(_0x451473);},'tuSZJ':function(_0x3c5d1a,_0x3270f7){return _0x3c5d1a===_0x3270f7;},'qhzjT':_0x3adfae(-_0x3f247f._0x5e39cf,-_0x3f247f._0x18d277,-_0x3f247f._0x28c8c8,-0x1fa),'baVRM':'Loaded\x20git'+_0x3adfae(-_0x3f247f._0x34eec8,-0x254,-_0x3f247f._0x14f832,-_0x3f247f._0x2a8b39)+_0x3adfae(-0x205,-0x1c5,-0x180,-_0x3f247f._0x43f640)+_0x3adfae(-_0x3f247f._0x3b8c34,-_0x3f247f._0x107650,-_0x3f247f._0xba1c4a,-_0x3f247f._0x56f115)+_0x3adfae(-_0x3f247f._0x21b186,-_0x3f247f._0x1401d2,-_0x3f247f._0x511d2b,-0x22b)+'y','gUqsb':_0x3d38d6(_0x3f247f._0x14570c,0x54d,_0x3f247f._0x288bbb,_0x3f247f._0x991cc4),'LmZAV':_0x3adfae(-0x16e,-_0x3f247f._0x5c05cc,-0x17c,-_0x3f247f._0x21c14e)+_0x3d38d6(_0x3f247f._0x436dc9,_0x3f247f._0x3efa7d,0x4fe,0x536)+_0x3d38d6(0x4d7,0x4f9,0x4ec,_0x3f247f._0xcbabb9)+_0x3adfae(-0x1b4,-0x1ea,-0x17e,-0x225),'UtfrK':function(_0x30a83c,_0x476815){return _0x30a83c===_0x476815;},'teplX':'iRAxG','yFqHP':_0x3d38d6(0x545,0x525,_0x3f247f._0x47d54f,_0x3f247f._0x1e1d2d)+_0x3adfae(-_0x3f247f._0x223ef4,-_0x3f247f._0x38a8ed,-_0x3f247f._0x270180,-0x1a8)+_0x3adfae(-0x264,-0x203,-0x24e,-0x199)+_0x3d38d6(0x50c,_0x3f247f._0x4e0356,0x4c2,0x4a3)+'irectory','UGEXU':_0x3adfae(-_0x3f247f._0x555f5f,-0x243,-0x239,-0x1dd),'pSUsr':_0x3d38d6(0x4cc,0x455,_0x3f247f._0x32d499,_0x3f247f._0x5cb3b1)},_0x2c5bde=_0x4c987d['logger']||_0x10f39d,_0x52126e=_0x4c987d[_0x3adfae(-0x195,-_0x3f247f._0x3c67a5,-_0x3f247f._0x28dfae,-0x24a)]||DATA_DIR;if(encryptionKeyCache){if(_0x317acd[_0x3adfae(-0x257,-0x245,-0x214,-0x24e)]!==_0x3d38d6(_0x3f247f._0x5ab7ee,_0x3f247f._0x20a5b7,_0x3f247f._0xab50fa,0x4f4))_0x2ed899[_0x3d38d6(0x540,0x587,_0x3f247f._0xe3963b,_0x3f247f._0x56ddc6)][_0x4a8ae9]={};else return encryptionKeyCache;}const _0x4814fc=_0x4de89d[_0x3d38d6(0x535,_0x3f247f._0x2db596,0x4de,0x47e)](_0x52126e,ENCRYPTION_KEY_FILE);if(_0x317acd[_0x3adfae(-0x1b8,-0x216,-_0x3f247f._0x3cb9de,-0x22e)](existsSync,_0x4814fc)){if(_0x317acd[_0x3d38d6(0x4ef,_0x3f247f._0x5577dd,0x4a9,0x48d)](_0x317acd[_0x3d38d6(_0x3f247f._0x8b445e,0x496,0x4ae,_0x3f247f._0x11d55e)],_0x317acd[_0x3d38d6(0x44e,0x48f,_0x3f247f._0x11d55e,0x48e)]))try{const _0x52f598=await _0x80085e[_0x3d38d6(_0x3f247f._0x1adc2d,_0x3f247f._0x3825ff,0x49e,_0x3f247f._0xe074cf)](_0x4814fc,_0x3d38d6(0x4bf,0x499,_0x3f247f._0x52e018,0x4d8));return encryptionKeyCache=Buffer[_0x3d38d6(0x50f,0x4ee,0x4bf,_0x3f247f._0x3056ad)](_0x52f598[_0x3d38d6(_0x3f247f._0x1a0daa,0x4f5,_0x3f247f._0x5400c9,_0x3f247f._0x41a270)](),_0x317acd[_0x3adfae(-0x1f7,-_0x3f247f._0x23aaf9,-_0x3f247f._0x1a2e3c,-_0x3f247f._0x35d225)]),_0x2c5bde[_0x3adfae(-0x15a,-_0x3f247f._0x88ab7d,-_0x3f247f._0x123bf1,-_0x3f247f._0xb5bf32)](_0x317acd[_0x3d38d6(_0x3f247f._0x4031ad,_0x3f247f._0x153f66,0x4b3,0x4b2)]),encryptionKeyCache;}catch(_0x8887a){if(_0x317acd[_0x3adfae(-0x2aa,-0x253,-0x240,-_0x3f247f._0x1c9046)]!==_0x3d38d6(0x4ff,0x4f9,0x50f,0x4c0)){const _0x2820ac=_0x1d51c3[_0x3d38d6(0x4a3,0x4ba,_0x3f247f._0x5d4b05,0x51e)+'s'](_0x5d3cf1),_0x2b7e67=_0x1ed7f3['createCiph'+_0x3d38d6(_0x3f247f._0x4b4983,_0x3f247f._0x280cea,_0x3f247f._0x3fd600,0x487)](_0x46a77b,_0x582e2b,_0x2820ac);let _0x309bdc=_0x2b7e67[_0x3adfae(-_0x3f247f._0x483c69,-_0x3f247f._0x5d9c0a,-_0x3f247f._0xddb0e3,-0x193)](_0x2cd538,_0x317acd[_0x3d38d6(_0x3f247f._0x239d0a,0x4a4,_0x3f247f._0x255367,_0x3f247f._0x5c6b8d)],_0x317acd[_0x3adfae(-0x1e5,-_0x3f247f._0x399035,-_0x3f247f._0x1b0485,-_0x3f247f._0x481ef6)]);_0x309bdc+=_0x2b7e67[_0x3adfae(-_0x3f247f._0x54cee9,-0x1f8,-_0x3f247f._0x2e9c79,-_0x3f247f._0x6975d8)](_0x317acd[_0x3adfae(-_0x3f247f._0x57df90,-0x228,-_0x3f247f._0x69d70c,-0x295)]);const _0x4bb7f2=_0x2b7e67['getAuthTag']();return _0x2820ac[_0x3adfae(-0x1b5,-0x1f5,-0x1f9,-_0x3f247f._0x558fd2)](_0x317acd['BCpxT'])+':'+_0x4bb7f2[_0x3d38d6(_0x3f247f._0x2988,_0x3f247f._0xcf10b2,_0x3f247f._0x110daf,0x4ed)](_0x3d38d6(0x44d,0x48b,_0x3f247f._0x44940f,_0x3f247f._0x5e8699))+':'+_0x309bdc;}else{const _0x452d9f={};_0x452d9f[_0x3adfae(-_0x3f247f._0x2aefdf,-_0x3f247f._0x132bd4,-_0x3f247f._0xd3be27,-_0x3f247f._0x5590e3)]=_0x8887a[_0x3adfae(-0x1f9,-0x23a,-_0x3f247f._0x3865c2,-0x214)],_0x2c5bde[_0x3d38d6(_0x3f247f._0x7a2376,0x4a7,_0x3f247f._0x5cd6e4,0x4b3)]('Failed\x20to\x20'+_0x3d38d6(0x589,_0x3f247f._0x52cfd9,0x526,0x4f7)+_0x3d38d6(0x542,0x483,_0x3f247f._0x1ae5ea,0x4fe)+_0x3d38d6(_0x3f247f._0x3db16e,0x56a,0x561,0x502)+_0x3adfae(-0x191,-0x1e3,-_0x3f247f._0x5651f1,-_0x3f247f._0x32ebe4)+'g\x20new\x20one',_0x452d9f);}}else{const _0x1bfe90={};_0x1bfe90[_0x3adfae(-0x274,-_0x3f247f._0x132bd4,-_0x3f247f._0x71ebd5,-_0x3f247f._0x24a4b0)]=_0xde20d1[_0x3d38d6(0x46f,_0x3f247f._0x22f005,0x4a5,_0x3f247f._0xcf10b2)],_0x2a4922[_0x3d38d6(0x453,_0x3f247f._0x34ff9e,_0x3f247f._0xd7543a,_0x3f247f._0x5886e0)](_0x317acd['hgwYa'],_0x1bfe90);throw _0x4f671c;}}_0x2c5bde[_0x3adfae(-0x175,-0x1ca,-0x16e,-_0x3f247f._0x4c3a64)](_0x317acd['LmZAV']);const _0x2c1f34=_0xfff0ed['randomByte'+'s'](KEY_LENGTH);function _0x3adfae(_0x301e27,_0x458e1d,_0x38e4c9,_0x2370f8){return _0x597f3d(_0x301e27-_0x2b205d._0x32491c,_0x458e1d- -_0x2b205d._0x494937,_0x38e4c9,_0x2370f8-0x76);}try{if(_0x317acd['UtfrK']('wlQXp',_0x317acd[_0x3d38d6(_0x3f247f._0x106ef3,_0x3f247f._0x18bd1e,_0x3f247f._0x187e71,0x556)]))throw new _0x3bc59d(_0x317acd[_0x3d38d6(0x494,_0x3f247f._0x40c117,0x500,0x518)]);else{const _0x28b7a1={};_0x28b7a1[_0x3d38d6(_0x3f247f._0x3c5759,0x500,_0x3f247f._0x3ff764,0x4c7)]=!![],await _0x80085e[_0x3adfae(-_0x3f247f._0x11e1bf,-0x213,-_0x3f247f._0x13dc3b,-0x1e7)](_0x52126e,_0x28b7a1);const _0x323fd3={};_0x323fd3[_0x3d38d6(_0x3f247f._0x1fd3f2,0x4e3,_0x3f247f._0x25ea3e,_0x3f247f._0x507f8c)]=0x180,await _0x80085e[_0x3d38d6(0x4c0,0x4bd,_0x3f247f._0x280cea,0x4df)](_0x4814fc,_0x2c1f34[_0x3adfae(-_0x3f247f._0x382a66,-0x1f5,-_0x3f247f._0x43f640,-0x1ee)](_0x317acd[_0x3adfae(-_0x3f247f._0x20c61f,-0x228,-_0x3f247f._0x2c0d95,-0x208)]),_0x323fd3),_0x2c5bde[_0x3adfae(-0x22d,-0x1ca,-0x19e,-_0x3f247f._0x3e5cc4)](_0x317acd[_0x3adfae(-_0x3f247f._0x2f890e,-0x217,-_0x3f247f._0x3d365f,-0x1ef)]);}}catch(_0x300659){if(_0x317acd['UtfrK'](_0x317acd[_0x3d38d6(0x570,_0x3f247f._0x3ddebe,0x54d,0x523)],_0x317acd['pSUsr']))delete _0x39605a[_0x3adfae(-_0x3f247f._0x5708f7,-_0x3f247f._0x3c011f,-0x132,-0x13d)][_0x357bef];else{const _0x2cffd1={};_0x2cffd1[_0x3adfae(-_0x3f247f._0x38dd9c,-_0x3f247f._0x56936d,-_0x3f247f._0x528fca,-_0x3f247f._0x1f55e2)]=_0x300659[_0x3d38d6(0x4eb,0x4e7,0x4a5,0x4c1)],_0x2c5bde[_0x3adfae(-_0x3f247f._0x31d0f7,-_0x3f247f._0x12f7b7,-_0x3f247f._0x4400af,-0x1f3)](_0x3adfae(-0x1e2,-0x1e7,-0x1ff,-0x18f)+_0x3adfae(-_0x3f247f._0xf805a,-0x1d5,-0x1e5,-0x1ab)+_0x3d38d6(0x506,_0x3f247f._0x32d499,_0x3f247f._0x462a9f,0x515)+_0x3d38d6(0x4e9,_0x3f247f._0x20c1c0,0x4f5,_0x3f247f._0x26adfa),_0x2cffd1);throw new Error(_0x3adfae(-_0x3f247f._0x2929ea,-0x1e7,-_0x3f247f._0x37cc40,-0x19a)+_0x3adfae(-0x1f9,-0x1a8,-_0x3f247f._0x511d2b,-0x1bd)+'cryption\x20k'+_0x3d38d6(_0x3f247f._0x3df49d,_0x3f247f._0x5365f0,0x520,_0x3f247f._0x209ee3)+_0x300659[_0x3d38d6(0x45e,0x47a,0x4a5,0x4c5)]);}}encryptionKeyCache=_0x2c1f34;function _0x3d38d6(_0x35cdb8,_0x4a8d79,_0x281e73,_0x195fc2){return _0x597f3d(_0x35cdb8-_0x4ba5aa._0x511a27,_0x281e73-_0x4ba5aa._0x40f1b5,_0x195fc2,_0x195fc2-0x9c);}return encryptionKeyCache;}export function clearEncryptionKeyCache(){encryptionKeyCache=null;}function encrypt(_0x34440a,_0x408380){const _0x5c8eff={_0x2b0657:0x1ea,_0x3ab898:0x271,_0x532f3b:0x2f2,_0x3331fa:0x28,_0x5bb1fe:0x93,_0x51ebf4:0xc,_0x1d5e85:0x221,_0x327cfd:0x25d,_0x2634d4:0x25e,_0x283ffd:0x27e,_0x388b14:0x1f7,_0x1b513d:0x214,_0x25866b:0x1e3,_0x5d3a08:0x47,_0x987dc8:0x93,_0x101a2c:0x49,_0x10fc7e:0x9f,_0x528092:0x2,_0x26dff5:0x1d2,_0x5dd99f:0x293,_0xdf78d4:0x2ec,_0x9fb130:0x2b5,_0x2530e0:0x18d,_0x4dea01:0x5,_0x2afe39:0x18,_0xadebf2:0x272,_0x224a2d:0x280},_0x3bcd74={_0x4cc629:0x24,_0x29c14c:0x3a},_0x4dd2c1={_0x50d92f:0x1b,_0x29838d:0x63},_0x3bdeb5={};_0x3bdeb5[_0x5386b7(-0x17e,-0x1aa,-_0x5c8eff._0x2b0657,-0x214)]=_0x5386b7(-0x2bd,-_0x5c8eff._0x3ab898,-0x2a0,-_0x5c8eff._0x532f3b);const _0x9944ec=_0x3bdeb5,_0x5b56de=_0xfff0ed[_0x273d6c(-0x39,-_0x5c8eff._0x3331fa,-_0x5c8eff._0x5bb1fe,_0x5c8eff._0x51ebf4)+'s'](IV_LENGTH),_0x236ac6=_0xfff0ed['createCiph'+_0x5386b7(-0x25b,-_0x5c8eff._0x1d5e85,-_0x5c8eff._0x327cfd,-_0x5c8eff._0x2634d4)](ALGORITHM,_0x408380,_0x5b56de);let _0x5597c8=_0x236ac6[_0x5386b7(-_0x5c8eff._0x283ffd,-_0x5c8eff._0x388b14,-_0x5c8eff._0x1b513d,-_0x5c8eff._0x25866b)](_0x34440a,_0x273d6c(_0x5c8eff._0x5d3a08,0x5e,0x31,_0x5c8eff._0x987dc8),_0x273d6c(-_0x5c8eff._0x101a2c,-_0x5c8eff._0x10fc7e,-0x9f,_0x5c8eff._0x528092));_0x5597c8+=_0x236ac6['final'](_0x9944ec[_0x5386b7(-0x20f,-_0x5c8eff._0x26dff5,-_0x5c8eff._0x2b0657,-0x1a9)]);const _0x2dca49=_0x236ac6[_0x5386b7(-_0x5c8eff._0x5dd99f,-_0x5c8eff._0xdf78d4,-_0x5c8eff._0x9fb130,-0x309)]();function _0x5386b7(_0x647abf,_0x122282,_0x105c78,_0x5b1c67){return _0x5882a2(_0x647abf-_0x4dd2c1._0x50d92f,_0x105c78- -0x291,_0x105c78-_0x4dd2c1._0x29838d,_0x647abf);}function _0x273d6c(_0x463d8f,_0x20aaf7,_0x10ae9e,_0xdc0c7f){return _0x5882a2(_0x463d8f-_0x3bcd74._0x4cc629,_0x463d8f- -_0x3bcd74._0x29c14c,_0x10ae9e-0x52,_0x10ae9e);}return _0x5b56de['toString'](_0x9944ec[_0x5386b7(-_0x5c8eff._0x2530e0,-0x1f7,-0x1ea,-0x1df)])+':'+_0x2dca49[_0x273d6c(-_0x5c8eff._0x4dea01,_0x5c8eff._0x2afe39,-0x4b,0x63)](_0x5386b7(-_0x5c8eff._0xadebf2,-0x276,-0x2a0,-_0x5c8eff._0x224a2d))+':'+_0x5597c8;}function decrypt(_0xc50aaf,_0x4f5426){const _0x3ad942={_0x617999:0xc3,_0x1cf271:0x94,_0x3dd568:0xb1,_0x4d8038:0x51,_0x4faa12:0x5a5,_0x517201:0x5f0,_0x351f76:0xad,_0x3395eb:0x4d,_0x37027a:0x2d,_0x27c0a4:0x35,_0x1ba790:0x24,_0x2714f7:0x4ce,_0x45af94:0x4e4,_0x59b0fb:0x4f6,_0x29f9dc:0xd,_0x108447:0x61,_0x1f8cf0:0x5d4,_0x55d058:0x594,_0x196541:0x584,_0x314b48:0x5c8,_0x5783e8:0x565,_0x1d250d:0x58b,_0x1be5e3:0x5e,_0x20f7ce:0x18,_0x83ccb1:0x53e,_0x3b86a6:0x526,_0x472013:0x51a,_0xbd50bd:0x51d,_0x493639:0x80,_0x2bd7b8:0x5f3,_0x37d5a4:0x35,_0x486a32:0x85,_0x325ce9:0x61c,_0x4c55a6:0x3b,_0x30a51b:0x30,_0x52a179:0xb,_0x5cf67f:0x2e,_0x4ea20f:0xb9,_0x5c9f0e:0x3a,_0x131138:0x74},_0x2f8da6={_0x1ebb0a:0x139},_0x356790={};_0x356790['VgsPg']=_0x585d0f(-_0x3ad942._0x617999,-0xd7,-0x9b,-_0x3ad942._0x1cf271)+_0x585d0f(0x10,-0x6b,-_0x3ad942._0x3dd568,-_0x3ad942._0x4d8038)+_0x63c068(0x56d,0x5d0,_0x3ad942._0x4faa12,_0x3ad942._0x517201),_0x356790[_0x585d0f(-_0x3ad942._0x351f76,-0x76,-_0x3ad942._0x3395eb,-0xb8)]=function(_0x44df92,_0x35b969){return _0x44df92||_0x35b969;},_0x356790['phQrh']=function(_0xc7fcf9,_0x5be8e7){return _0xc7fcf9===_0x5be8e7;};function _0x585d0f(_0x48439d,_0x18c230,_0x59f9f2,_0xd65df9){return _0x5882a2(_0x48439d-0x151,_0xd65df9- -0x99,_0x59f9f2-_0x2f8da6._0x1ebb0a,_0x59f9f2);}_0x356790[_0x585d0f(-_0x3ad942._0x37027a,_0x3ad942._0x27c0a4,0x21,-_0x3ad942._0x1ba790)]=_0x63c068(0x47f,_0x3ad942._0x2714f7,_0x3ad942._0x45af94,_0x3ad942._0x59b0fb),_0x356790[_0x585d0f(_0x3ad942._0x29f9dc,-0x47,_0x3ad942._0x108447,0x7)]=_0x63c068(_0x3ad942._0x1f8cf0,0x566,_0x3ad942._0x55d058,0x5dd),_0x356790[_0x63c068(_0x3ad942._0x196541,_0x3ad942._0x314b48,0x5af,0x58f)]='hex',_0x356790[_0x63c068(0x5a2,_0x3ad942._0x5783e8,0x589,_0x3ad942._0x1d250d)]=_0x585d0f(-_0x3ad942._0x1be5e3,-0x38,-0x2c,-_0x3ad942._0x20f7ce);const _0x2ebd6e=_0x356790,[_0x2d14df,_0x2a1f0c,_0x3a89ef]=_0xc50aaf[_0x63c068(0x5ae,_0x3ad942._0x83ccb1,0x547,_0x3ad942._0x3b86a6)](':');if(_0x2ebd6e['CIldv'](!_0x2d14df,!_0x2a1f0c)||!_0x3a89ef){if(_0x2ebd6e['phQrh'](_0x2ebd6e[_0x63c068(0x5f0,0x5e7,0x586,_0x3ad942._0x472013)],_0x2ebd6e['UDLir']))throw new _0x4b03bd(_0x2ebd6e[_0x63c068(0x4e4,0x56a,_0x3ad942._0xbd50bd,0x507)]);else throw new Error('Invalid\x20en'+_0x585d0f(-0xb2,-0xec,-0x22,-_0x3ad942._0x493639)+'lue\x20format');}const _0x25675a=Buffer['from'](_0x2d14df,_0x2ebd6e[_0x63c068(_0x3ad942._0x2bd7b8,0x5b2,0x5af,0x5db)]),_0x303007=Buffer[_0x585d0f(-_0x3ad942._0x37d5a4,-0x5b,-_0x3ad942._0x486a32,-0x8f)](_0x2a1f0c,_0x2ebd6e[_0x63c068(_0x3ad942._0x325ce9,0x617,0x5af,0x5da)]),_0x22e5ac=_0xfff0ed[_0x585d0f(-0x44,_0x3ad942._0x4c55a6,_0x3ad942._0x30a51b,_0x3ad942._0x52a179)+'pheriv'](ALGORITHM,_0x4f5426,_0x25675a);_0x22e5ac[_0x585d0f(-0x2,-_0x3ad942._0x5cf67f,-0xa4,-0x6d)](_0x303007);let _0x4fec72=_0x22e5ac['update'](_0x3a89ef,_0x2ebd6e['GRWJF'],_0x2ebd6e['mnjjt']);_0x4fec72+=_0x22e5ac[_0x585d0f(-_0x3ad942._0x4ea20f,-0xc5,-0x2,-0x67)](_0x2ebd6e[_0x585d0f(_0x3ad942._0x5c9f0e,-_0x3ad942._0x131138,-0x37,-0x21)]);function _0x63c068(_0x38afa5,_0x3bdc7d,_0x8616b7,_0x1195bd){return _0x597f3d(_0x38afa5-0x130,_0x8616b7-0x435,_0x1195bd,_0x1195bd-0x1f1);}return _0x4fec72;}async function loadTokenStorage(_0x4ad358={}){const _0x5a4354={_0x3584a6:0x126,_0x4aab31:0x168,_0x59280b:0x13c,_0x53b848:0xea,_0x4f43bf:0x8b,_0x35a5e0:0x97,_0x3fa8cd:0x75,_0x20dbbe:0xa5,_0x4ee53a:0x11e,_0x8118c0:0x104,_0x41a411:0x11f,_0x157b8f:0x11d,_0x5682f7:0x108,_0x32cd73:0x1a6,_0x1df3e5:0xf3,_0x42c014:0xfc,_0xcd97ce:0xf9,_0x12971b:0x117,_0x59295d:0x14d,_0x52f78e:0x12e,_0x4f8ecb:0x156,_0x369ff6:0x95,_0xa73ba4:0x139,_0x45d7b3:0x18a,_0x5ac92a:0x12f,_0x265399:0x157,_0x55c713:0x12c,_0x17367e:0x1d5,_0x2fa550:0x19c,_0x1496fe:0xea,_0x20257c:0x11f,_0x1bba72:0x114,_0x28fa66:0xdd,_0x40d503:0xe3,_0x594f5c:0x136,_0x5820cb:0xc9,_0x3e92e7:0xa8,_0x5d8c70:0x12d,_0x428b57:0x123,_0x44548f:0xd5,_0x15003b:0x107,_0x4810d8:0x10a,_0x4cbbfa:0x16e,_0x26e165:0xff,_0x2dbb2a:0xf6,_0x3070c7:0xcc,_0x414b3c:0xee,_0xa9a1ce:0x187,_0x36d612:0x1e3,_0x3b92be:0xbf,_0x599bf2:0xee,_0x34bf81:0xdc},_0x1ddaaa={_0x35594d:0xbd},_0x330cc4={_0x2a021c:0xaf,_0x43b512:0x17b},_0x5467d4={};_0x5467d4[_0x5cda8a(-0xbf,-_0x5a4354._0x3584a6,-0x17b,-0x168)]=function(_0x7bafc8,_0x36fb26){return _0x7bafc8===_0x36fb26;};function _0x297921(_0x10e2ee,_0x5eb4e1,_0x6ff60,_0xc10f26){return _0x5882a2(_0x10e2ee-_0x330cc4._0x2a021c,_0x5eb4e1-0xdc,_0x6ff60-_0x330cc4._0x43b512,_0x10e2ee);}_0x5467d4['Ifjcv']=_0x5cda8a(-0x196,-_0x5a4354._0x4aab31,-0x139,-0x14f),_0x5467d4[_0x297921(_0x5a4354._0x59280b,_0x5a4354._0x53b848,_0x5a4354._0x4f43bf,0xbd)]=_0x297921(_0x5a4354._0x35a5e0,0xdb,_0x5a4354._0x3fa8cd,0xad),_0x5467d4[_0x297921(0x120,0x10b,_0x5a4354._0x20dbbe,_0x5a4354._0x4ee53a)]='KiwVG',_0x5467d4['qpXCs']=_0x297921(_0x5a4354._0x8118c0,_0x5a4354._0x41a411,_0x5a4354._0x157b8f,_0x5a4354._0x5682f7)+_0x5cda8a(-0x1fb,-0x191,-0x1bb,-_0x5a4354._0x32cd73)+_0x297921(0x143,0x129,_0x5a4354._0x1df3e5,0x14f);const _0x2957ff=_0x5467d4,_0x56ad50=_0x4ad358[_0x297921(0x128,_0x5a4354._0x42c014,0x123,0xf4)]||_0x10f39d,_0x5e7b2a=_0x4ad358[_0x297921(_0x5a4354._0xcd97ce,_0x5a4354._0x12971b,_0x5a4354._0x59295d,_0x5a4354._0x52f78e)]||DATA_DIR,_0x3230b5=_0x4de89d['join'](_0x5e7b2a,TOKENS_FILE);if(!existsSync(_0x3230b5)){if(_0x2957ff[_0x5cda8a(-0x154,-0x126,-_0x5a4354._0x4f8ecb,-0x15b)](_0x2957ff[_0x5cda8a(-_0x5a4354._0x369ff6,-_0x5a4354._0xcd97ce,-0xbb,-0x162)],_0x2957ff[_0x5cda8a(-_0x5a4354._0xa73ba4,-_0x5a4354._0x45d7b3,-0x1f6,-_0x5a4354._0x5ac92a)]))_0x49a0a5[_0x5cda8a(-0x17a,-_0x5a4354._0x265399,-0x183,-0x116)+_0x297921(_0x5a4354._0x55c713,0x181,_0x5a4354._0x17367e,_0x5a4354._0x2fa550)]=_0x5d026f(_0x331d4a[_0x297921(0x129,_0x5a4354._0x157b8f,_0x5a4354._0x1496fe,_0x5a4354._0x20257c)+'ken'],_0x28310d);else{const _0x239d4c={};return _0x239d4c['tokens']={},_0x239d4c;}}function _0x5cda8a(_0xec8b20,_0x1b673b,_0x44f5be,_0x93ca6c){return _0x597f3d(_0xec8b20-0x113,_0x1b673b- -0x274,_0x93ca6c,_0x93ca6c-_0x1ddaaa._0x35594d);}try{if(_0x2957ff['yxXwl']!==_0x5cda8a(-0x181,-_0x5a4354._0x1bba72,-0xcf,-_0x5a4354._0x28fa66)){const _0x3dcb2e=await _0x80085e[_0x297921(0x103,0xc5,_0x5a4354._0x40d503,0xce)](_0x3230b5,_0x297921(_0x5a4354._0x594f5c,_0x5a4354._0x5820cb,0x128,0xee));return JSON[_0x5cda8a(-_0x5a4354._0x3e92e7,-0xf0,-_0x5a4354._0x5d8c70,-0xdb)](_0x3dcb2e);}else _0x3dc66e[_0x5cda8a(-0xf6,-0x107,-_0x5a4354._0x428b57,-0xdb)]=_0x406dd9[_0x5cda8a(-_0x5a4354._0x44548f,-_0x5a4354._0x15003b,-_0x5a4354._0x265399,-_0x5a4354._0x4810d8)];}catch(_0x323390){if(_0x5cda8a(-0x1c8,-0x1c6,-_0x5a4354._0x4cbbfa,-0x217)!==_0x5cda8a(-0x104,-_0x5a4354._0x26e165,-0x109,-0x139)){const _0x4f3a96={};_0x4f3a96[_0x297921(0x128,0xd7,0x127,_0x5a4354._0x2dbb2a)]=_0x323390[_0x297921(_0x5a4354._0x4ee53a,_0x5a4354._0x3070c7,_0x5a4354._0x414b3c,0x12e)],_0x56ad50[_0x5cda8a(-0x17c,-0x1a3,-_0x5a4354._0xa9a1ce,-_0x5a4354._0x36d612)](_0x2957ff[_0x297921(0x104,0xfb,_0x5a4354._0x1496fe,0xbd)],_0x4f3a96);const _0x1d5f0a={};return _0x1d5f0a[_0x5cda8a(-_0x5a4354._0x3b92be,-0x108,-_0x5a4354._0x599bf2,-_0x5a4354._0x34bf81)]={},_0x1d5f0a;}else return _0x5af45d;}}async function saveTokenStorage(_0x45ce91,_0x2bedee={}){const _0x45331b={_0x5436d6:0x4ae,_0x220ccb:0x4cd,_0x407625:0x502,_0x2ab36b:0x4de,_0x781374:0x49a,_0x2ae6f9:0x48a,_0x5fd11:0x463,_0x55ddac:0x1a4,_0x4962c3:0x190,_0x599a2c:0x1df,_0x562c09:0x1b5,_0x2d1d62:0x1d0,_0x56b877:0x1b0,_0x70f4b1:0x514,_0x31154f:0x481,_0x1f264f:0x4b6,_0x574e79:0x4dd,_0x7d22a9:0x455,_0x3bd91c:0x475,_0x316644:0x1cb,_0xc1544d:0x1e4,_0x4fb7af:0x200,_0x1ebb0d:0x47d,_0x3db58d:0x257,_0x12b246:0x212,_0x57166f:0x196,_0x216f92:0x1ff,_0x495957:0x55e,_0x4282c3:0x507,_0x520cb4:0x1b7,_0x3ed5eb:0x17d,_0x3a1f35:0x45c,_0x12e405:0x472,_0x59569c:0x1d7,_0x44fca0:0x1e8,_0x3b4282:0x23a,_0x4c9403:0x253,_0x4c21d2:0x4ab,_0x308042:0x1c8,_0x57ae36:0x1f2,_0x24df21:0x193,_0x31574a:0x1d5,_0x1a9bc7:0x147,_0x51a057:0x4b5,_0x1a0a9b:0x4fe,_0x58131b:0x4a0,_0x3fc6bd:0x502,_0x3cfe33:0x4b3,_0x1481d0:0x48b,_0x2b7f64:0x428,_0x72f750:0x48e,_0x4f07c3:0x4b9,_0x318bcc:0x448,_0x27c34c:0x169,_0x5642af:0xed,_0x5170d6:0x1bc,_0x1756c7:0x177,_0x39de9c:0x1d6,_0x375e34:0x480,_0x3905d9:0x46f,_0xbb8a4b:0x467,_0x46c3af:0x1b3},_0x486437={_0x1b55e9:0x7b},_0x23b07d={_0x40e24f:0x474,_0x58f010:0x1dd},_0x3c1530={};_0x3c1530[_0x26c01a(_0x45331b._0x5436d6,_0x45331b._0x220ccb,_0x45331b._0x407625,0x4cd)]=_0x26c01a(_0x45331b._0x2ab36b,_0x45331b._0x781374,_0x45331b._0x2ae6f9,_0x45331b._0x5fd11)+_0x123c68(0x1c8,_0x45331b._0x55ddac,_0x45331b._0x4962c3,_0x45331b._0x599a2c)+_0x26c01a(_0x45331b._0x2ab36b,0x4b5,0x474,0x449)+_0x123c68(0x1fe,0x20e,0x1c5,0x1b9),_0x3c1530[_0x123c68(_0x45331b._0x562c09,_0x45331b._0x2d1d62,_0x45331b._0x56b877,0x165)]=function(_0x3c5133,_0x829e4d){return _0x3c5133!==_0x829e4d;},_0x3c1530[_0x26c01a(_0x45331b._0x70f4b1,_0x45331b._0x31154f,_0x45331b._0x1f264f,_0x45331b._0x574e79)]=_0x26c01a(_0x45331b._0x7d22a9,_0x45331b._0x3bd91c,0x497,0x456),_0x3c1530['mulJQ']=_0x123c68(_0x45331b._0x316644,0x1e4,_0x45331b._0xc1544d,_0x45331b._0x4fb7af)+_0x26c01a(0x4bc,_0x45331b._0x1ebb0d,0x470,0x48b)+_0x123c68(_0x45331b._0x3db58d,0x202,_0x45331b._0x12b246,0x21b)+'ge',_0x3c1530['qJrsx']=function(_0x2808e4,_0x578069){return _0x2808e4!==_0x578069;};function _0x26c01a(_0x1d11b6,_0x4cfd92,_0x17cff0,_0x26ae05){return _0x5882a2(_0x1d11b6-0x116,_0x17cff0-_0x23b07d._0x40e24f,_0x17cff0-_0x23b07d._0x58f010,_0x4cfd92);}function _0x123c68(_0x459bc5,_0x54d894,_0x58d988,_0x50f0f7){return _0x597f3d(_0x459bc5-0x14e,_0x54d894-0xa0,_0x58d988,_0x50f0f7-_0x486437._0x1b55e9);}_0x3c1530[_0x123c68(0x1e4,_0x45331b._0x57166f,0x14e,_0x45331b._0x216f92)]=_0x26c01a(0x4b4,_0x45331b._0x495957,_0x45331b._0x4282c3,0x55f);const _0x1dc429=_0x3c1530,_0x36167a=_0x2bedee[_0x26c01a(0x4a3,0x4b4,0x494,0x4f2)]||_0x10f39d,_0x454717=_0x2bedee[_0x123c68(0x206,_0x45331b._0x520cb4,_0x45331b._0x3ed5eb,0x1a6)]||DATA_DIR,_0x35640e=_0x4de89d[_0x26c01a(_0x45331b._0x3a1f35,0x481,0x49d,0x4eb)](_0x454717,TOKENS_FILE);try{if(_0x1dc429[_0x26c01a(0x493,_0x45331b._0x12e405,0x4c8,0x486)](_0x123c68(_0x45331b._0x59569c,_0x45331b._0x44fca0,_0x45331b._0x3b4282,_0x45331b._0x4c9403),_0x1dc429[_0x26c01a(0x516,_0x45331b._0x4c21d2,_0x45331b._0x1f264f,0x47a)])){const _0x466100={};_0x466100[_0x123c68(0x1d2,_0x45331b._0x308042,_0x45331b._0x57ae36,0x1f9)]=!![],await _0x80085e[_0x123c68(0x128,_0x45331b._0x24df21,0x195,_0x45331b._0x31574a)](_0x454717,_0x466100);const _0x23750d={};_0x23750d['mode']=0x180,await _0x80085e[_0x123c68(_0x45331b._0x1a9bc7,0x174,0x1d4,0x15b)](_0x35640e,JSON['stringify'](_0x45ce91,null,0x2498+0x14ad+-0x89*0x6b),_0x23750d),_0x36167a[_0x26c01a(_0x45331b._0x51a057,0x4b2,0x516,0x4b9)](_0x1dc429[_0x26c01a(0x4d4,0x49c,_0x45331b._0x1a0a9b,0x51c)]);}else throw new _0x2ba4b2(_0x1dc429[_0x26c01a(0x54a,_0x45331b._0x58131b,_0x45331b._0x3fc6bd,0x50a)]);}catch(_0xb2255f){if(_0x1dc429[_0x26c01a(0x4c5,_0x45331b._0x3cfe33,0x483,_0x45331b._0x1481d0)](_0x1dc429[_0x26c01a(0x49c,_0x45331b._0x2b7f64,_0x45331b._0x72f750,0x49d)],_0x1dc429[_0x26c01a(_0x45331b._0x4f07c3,0x4cf,0x48e,_0x45331b._0x318bcc)]))_0x3f33b5[_0x123c68(_0x45331b._0x27c34c,0x150,_0x45331b._0x5642af,0x190)+'in']=_0x1eb071[_0x123c68(0xec,0x150,0x10f,_0x45331b._0x5170d6)+'in'];else{const _0x3b30cb={};_0x3b30cb[_0x123c68(0x199,_0x45331b._0x1756c7,_0x45331b._0x39de9c,0x176)]=_0xb2255f['message'],_0x36167a[_0x26c01a(_0x45331b._0x375e34,0x47b,_0x45331b._0x3905d9,_0x45331b._0xbb8a4b)](_0x123c68(0x179,0x1bf,_0x45331b._0x46c3af,0x1a0)+'save\x20user\x20'+'git\x20tokens',_0x3b30cb);throw _0xb2255f;}}}export async function getUserGitTokens(_0x107f1a,_0x299e27={}){const _0x369f51={_0x26f456:0x15b,_0x2f5345:0x1fb,_0x64be83:0x1b5,_0x112c4e:0x199,_0x9b315b:0x207,_0x42e495:0x2f6,_0x496d5d:0x15c,_0x5c6fd0:0x194,_0x465233:0x168,_0x1ee9a8:0x262,_0x2ec103:0x1ec,_0x28043a:0x121,_0x1ea822:0x1ba,_0x230de9:0x1f0,_0x38f6eb:0x22d,_0x4f55bc:0x241,_0x3b2657:0x1c1,_0x56a8b0:0x1e8,_0x12be93:0x22a,_0x365b69:0x247,_0x4e2296:0x1f8,_0x47c86c:0x1ab,_0x38b4fe:0x20d,_0x3eda2a:0x1cf,_0xf92b0e:0x2d1,_0xaffc30:0x242,_0x302a25:0x159,_0x2891a9:0x1c0,_0x1dae54:0xee,_0x58c96e:0xf4,_0x47513b:0x218,_0x4b477e:0x24f,_0xecb435:0x20d,_0x1db398:0x1dd,_0x5aeb20:0x1e1,_0x476b06:0x225,_0x38d02b:0x1fe,_0x5bc492:0x20a,_0x416dc0:0x149,_0x42ea95:0x180,_0x5d5438:0x21b,_0x4c3293:0x1e4,_0x187a46:0x2ca,_0x311896:0x236,_0x1219d9:0x292,_0xef41fc:0x26d,_0x479b63:0x2a1,_0x53fd27:0x279,_0xa79fa:0x21a,_0x6187e3:0x25d,_0x10e338:0x2ad,_0x5efddc:0x20f,_0x4ba1ef:0x234,_0x19c8e4:0x23b,_0x27898e:0x271,_0x5b741e:0x246,_0x334fd2:0x1e7,_0x2af15c:0x287,_0x599072:0x297,_0x57aa15:0x24b,_0x54386f:0x2f7,_0x12b2fe:0x2bd,_0x37b3d9:0x2af,_0x1f1dd5:0x244,_0x235e22:0x24e,_0x6c786:0x1a4,_0x12f4ed:0x1b6,_0x1f3911:0x266,_0x16c868:0x212,_0x2ae2f9:0x27b,_0xeb93b4:0x263,_0x19e01a:0x19d,_0x3f6dbb:0x119,_0x3bebc7:0x198,_0x2cf6e9:0x1e0,_0x6758cc:0x1b6,_0xa74993:0x2ec,_0x20ccca:0x171,_0x246b87:0x13f,_0x43e5de:0x1b4,_0x155cfd:0x146,_0xcd3a2d:0x171,_0x3017ab:0x1b9,_0x4f5c8d:0x143,_0x122f93:0x1cd,_0x47cc95:0x1c8,_0x114bae:0x1f2,_0x15e299:0x1dc,_0x32071d:0x1c3,_0x377206:0x10f,_0x3bb1c1:0x26a,_0x152206:0x1ee,_0x40402e:0x273,_0x34a919:0x2a1,_0x56a8ce:0x2d2,_0xe3729d:0x288,_0x2a7fa2:0x223,_0x5099ee:0x1c4,_0x3503a1:0x1fc,_0x47a2e4:0x1a6,_0x4225e2:0x17e,_0x10b38c:0x270,_0x174431:0x2c0,_0x8ca7f7:0x22d,_0x7867f7:0x2d7,_0x15e801:0x266,_0x109d79:0x28d,_0x1ebca7:0x141,_0x16a654:0x17c,_0x30a161:0x1b2,_0xbb075f:0x2b0,_0xfe6cd1:0x24b,_0x130424:0x122,_0x580ea4:0x1b9,_0x28eee5:0x224,_0x1d9d81:0x1c4,_0xd53777:0x14f,_0x427d3c:0x11c,_0x14e678:0x17f,_0x58cd32:0x309,_0x23a32a:0x310,_0x4e8445:0x2af,_0x19410d:0x226,_0x35d684:0x1dc,_0x557de1:0x1ed,_0x4af781:0x207,_0x5b7bd5:0x1df,_0x39c72c:0x24d,_0x5c96d8:0x2bb,_0x1a79d4:0x224,_0x563e5e:0x24e},_0xe3b644={_0x9aaed3:0x1e6,_0x146171:0x155},_0x471a1d={_0x3cbaeb:0x12e};function _0x51710a(_0x1f2780,_0x42f560,_0x1d0f9d,_0x37cefc){return _0x597f3d(_0x1f2780-0x30,_0x37cefc-_0x471a1d._0x3cbaeb,_0x1f2780,_0x37cefc-0x1e7);}const _0x5b0919={'ZmGne':_0x23fdb7(-0x1bf,-0x221,-_0x369f51._0x26f456,-0x17a)+_0x23fdb7(-_0x369f51._0x2f5345,-0x19a,-0x19b,-0x226)+_0x23fdb7(-_0x369f51._0x64be83,-0x198,-0x1ff,-_0x369f51._0x112c4e),'qavow':function(_0x2c632b,_0x40d61c,_0x634863){return _0x2c632b(_0x40d61c,_0x634863);},'KfCkL':_0x51710a(_0x369f51._0x9b315b,0x2dd,0x2a8,0x273)+_0x51710a(0x2aa,0x2a0,_0x369f51._0x42e495,0x2a4),'LesKG':function(_0xd11002,_0x4a9ab7){return _0xd11002(_0x4a9ab7);},'qhyUH':function(_0x3f3843,_0x1b6f59){return _0x3f3843===_0x1b6f59;},'vtilo':_0x23fdb7(-_0x369f51._0x496d5d,-0x12e,-0x16d,-0x179),'bNWUy':_0x23fdb7(-_0x369f51._0x5c6fd0,-0x1f8,-_0x369f51._0x465233,-0x173),'NyCzU':function(_0x314f6e,_0x21e047){return _0x314f6e!==_0x21e047;},'eyHkp':_0x23fdb7(-0x21f,-0x280,-_0x369f51._0x1ee9a8,-_0x369f51._0x2ec103),'CkYFR':function(_0x5c9808,_0x30af2c,_0x1cf9be){return _0x5c9808(_0x30af2c,_0x1cf9be);},'VyIku':_0x23fdb7(-0x161,-_0x369f51._0x28043a,-_0x369f51._0x1ea822,-0x19b),'xepwc':_0x23fdb7(-_0x369f51._0x230de9,-0x22e,-_0x369f51._0x38f6eb,-_0x369f51._0x4f55bc),'BMOkx':'cRXgk','xgrww':function(_0x1fa532,_0x426182){return _0x1fa532!==_0x426182;},'QzRGY':_0x51710a(0x220,_0x369f51._0x3b2657,0x1d6,0x1e8)},_0xafaac5=_0x299e27[_0x51710a(_0x369f51._0x56a8b0,0x230,0x1de,_0x369f51._0x12be93)]||_0x10f39d;if(!_0x107f1a)throw new Error(_0x5b0919[_0x51710a(0x198,_0x369f51._0x365b69,0x255,_0x369f51._0x4e2296)]);function _0x23fdb7(_0x412d81,_0x45c83a,_0x3b69ed,_0x4ff361){return _0x597f3d(_0x412d81-_0xe3b644._0x9aaed3,_0x412d81- -0x2de,_0x4ff361,_0x4ff361-_0xe3b644._0x146171);}const _0x1646df=await _0x5b0919[_0x23fdb7(-0x1c5,-_0x369f51._0x47c86c,-_0x369f51._0x38b4fe,-_0x369f51._0x3eda2a)](loadTokenStorage,_0x299e27),_0x3a412a=_0x1646df[_0x51710a(0x258,_0x369f51._0xf92b0e,_0x369f51._0xaffc30,0x29a)]?.[_0x107f1a];if(!_0x3a412a)return{};const _0x295ddf=await getEncryptionKey(_0x299e27),_0x3bcdab={};for(const [_0x2e6838,_0x8495f9]of Object[_0x23fdb7(-_0x369f51._0x302a25,-_0x369f51._0x2891a9,-_0x369f51._0x1dae54,-_0x369f51._0x58c96e)](_0x3a412a)){if(_0x5b0919[_0x23fdb7(-_0x369f51._0x47513b,-0x1fc,-0x1c6,-0x1e8)](_0x5b0919['vtilo'],_0x5b0919[_0x51710a(_0x369f51._0x4b477e,0x1d4,_0x369f51._0xecb435,0x201)])){const _0x2e781b={};_0x2e781b['error']=_0x4f9501['message'],_0x3b33da[_0x51710a(_0x369f51._0x1db398,_0x369f51._0x5aeb20,_0x369f51._0x476b06,0x1ff)](_0x5b0919[_0x23fdb7(-_0x369f51._0x38d02b,-0x249,-_0x369f51._0x5bc492,-0x1fa)],_0x2e781b);const _0x116278={};return _0x116278[_0x23fdb7(-0x172,-0x108,-_0x369f51._0x416dc0,-_0x369f51._0x42ea95)]={},_0x116278;}else try{if(_0x5b0919[_0x51710a(0x1d0,0x1db,0x219,0x1df)](_0x5b0919[_0x51710a(_0x369f51._0x5d5438,_0x369f51._0x4c3293,0x20b,0x1f6)],_0x5b0919['eyHkp']))_0x22fdbf[_0x51710a(0x267,0x308,_0x369f51._0x187a46,0x2a1)+'r_id']=_0x29d766[_0x51710a(_0x369f51._0x311896,_0x369f51._0x1219d9,_0x369f51._0xef41fc,_0x369f51._0x479b63)+_0x51710a(0x1ca,_0x369f51._0x53fd27,0x231,_0x369f51._0xa79fa)];else{const _0x5e68c6={'access_token':_0x8495f9[_0x51710a(0x284,0x2c8,_0x369f51._0x6187e3,_0x369f51._0x10e338)+'en']?_0x5b0919[_0x51710a(0x1d2,_0x369f51._0x5efddc,_0x369f51._0x4ba1ef,_0x369f51._0x19c8e4)](decrypt,_0x8495f9[_0x51710a(0x2e1,_0x369f51._0x27898e,0x2fc,0x2ad)+'en'],_0x295ddf):null,'connected_at':_0x8495f9[_0x51710a(_0x369f51._0x5b741e,0x1b1,0x208,_0x369f51._0x334fd2)+'at']};_0x8495f9[_0x51710a(_0x369f51._0x1db398,_0x369f51._0x2af15c,_0x369f51._0x599072,_0x369f51._0x57aa15)+_0x51710a(0x31b,_0x369f51._0x54386f,_0x369f51._0x12b2fe,_0x369f51._0x37b3d9)]&&(_0x5b0919[_0x23fdb7(-0x22d,-0x1c5,-_0x369f51._0x1f1dd5,-_0x369f51._0x235e22)](_0x5b0919['VyIku'],_0x5b0919[_0x23fdb7(-0x1dd,-_0x369f51._0x6c786,-_0x369f51._0x12f4ed,-_0x369f51._0x2891a9)])?_0x5e68c6[_0x51710a(0x2af,_0x369f51._0x1f3911,0x253,_0x369f51._0x57aa15)+'ken']=decrypt(_0x8495f9[_0x51710a(_0x369f51._0x16c868,_0x369f51._0x2ae2f9,0x2a2,0x24b)+_0x51710a(_0x369f51._0xeb93b4,0x241,0x306,_0x369f51._0x37b3d9)],_0x295ddf):_0x2e2cab[_0x23fdb7(-0x15f,-_0x369f51._0x19e01a,-_0x369f51._0x3f6dbb,-0x17c)+'en']=_0x5b0919[_0x23fdb7(-_0x369f51._0x3bebc7,-_0x369f51._0x2cf6e9,-0x17a,-0x14c)](_0x2011d7,_0x644d43[_0x23fdb7(-0x15f,-0x1c2,-0x121,-_0x369f51._0x6758cc)+'en'],_0x48aa6b)),_0x8495f9[_0x51710a(0x254,_0x369f51._0xa74993,0x2a2,0x29b)]&&(_0x5e68c6[_0x23fdb7(-_0x369f51._0x20ccca,-_0x369f51._0x246b87,-_0x369f51._0x43e5de,-_0x369f51._0x155cfd)]=_0x8495f9[_0x23fdb7(-_0x369f51._0xcd3a2d,-0x170,-_0x369f51._0x3017ab,-_0x369f51._0x4f5c8d)]),_0x8495f9['github_log'+'in']&&(_0x5e68c6['github_log'+'in']=_0x8495f9[_0x23fdb7(-0x22e,-_0x369f51._0x4e2296,-0x1f1,-0x23b)+'in']),_0x8495f9[_0x23fdb7(-0x16b,-_0x369f51._0x122f93,-_0x369f51._0x47cc95,-0x123)+_0x23fdb7(-_0x369f51._0x114bae,-0x256,-_0x369f51._0x56a8b0,-_0x369f51._0x15e299)]&&(_0x5e68c6[_0x23fdb7(-0x16b,-_0x369f51._0x32071d,-_0x369f51._0x377206,-0x12d)+_0x51710a(_0x369f51._0x3bb1c1,0x22b,_0x369f51._0x152206,0x21a)]=_0x8495f9[_0x51710a(0x2f9,_0x369f51._0x40402e,0x23b,_0x369f51._0x34a919)+'r_id']),_0x8495f9[_0x51710a(_0x369f51._0xeb93b4,0x236,_0x369f51._0x56a8ce,_0x369f51._0xe3729d)+'name']&&(_0x5b0919[_0x51710a(_0x369f51._0x2a7fa2,_0x369f51._0x5099ee,0x24f,0x1f4)]('cRXgk',_0x5b0919[_0x23fdb7(-_0x369f51._0x3503a1,-_0x369f51._0x152206,-0x232,-_0x369f51._0x47a2e4)])?_0x5e68c6[_0x23fdb7(-0x184,-_0x369f51._0x4225e2,-_0x369f51._0x6c786,-0x1ef)+_0x51710a(0x28c,_0x369f51._0x10b38c,_0x369f51._0x174431,0x266)]=_0x8495f9[_0x51710a(_0x369f51._0x8ca7f7,0x268,_0x369f51._0x7867f7,0x288)+_0x51710a(0x26f,0x275,0x260,_0x369f51._0x15e801)]:_0x2c85d5[_0x51710a(0x275,_0x369f51._0x109d79,0x245,0x24b)+_0x23fdb7(-0x15d,-_0x369f51._0x1ebca7,-_0x369f51._0x16a654,-_0x369f51._0x30a161)]=_0x5b0919['qavow'](_0x257f1e,_0x5bb867[_0x51710a(_0x369f51._0xbb075f,0x271,0x280,_0x369f51._0xfe6cd1)+_0x23fdb7(-0x15d,-0x153,-0x1a6,-_0x369f51._0x130424)],_0x21943e)),_0x3bcdab[_0x2e6838]=_0x5e68c6;}}catch(_0x1fff95){if(_0x5b0919['xgrww'](_0x5b0919[_0x51710a(_0x369f51._0x19c8e4,_0x369f51._0x580ea4,0x228,_0x369f51._0x16c868)],_0x5b0919[_0x23fdb7(-0x1fa,-0x1e1,-0x1ee,-0x1c3)]))_0x29fc63[_0x23fdb7(-0x1c1,-0x202,-_0x369f51._0x28eee5,-_0x369f51._0x1d9d81)+_0x23fdb7(-0x15d,-_0x369f51._0xd53777,-_0x369f51._0x427d3c,-_0x369f51._0x14e678)]=_0x5e91de(_0x4d11cf['refresh_to'+_0x51710a(0x284,_0x369f51._0x58cd32,_0x369f51._0x23a32a,_0x369f51._0x4e8445)],_0x4539d7);else{const _0x317f9f={};_0x317f9f[_0x51710a(0x1eb,0x27c,0x234,_0x369f51._0x19410d)]=_0x107f1a,_0x317f9f[_0x23fdb7(-_0x369f51._0x35d684,-0x23d,-_0x369f51._0x64be83,-_0x369f51._0x557de1)+'me']=_0x2e6838,_0x317f9f[_0x23fdb7(-_0x369f51._0x4af781,-0x254,-0x218,-_0x369f51._0x5b7bd5)]=_0x1fff95[_0x23fdb7(-0x212,-0x215,-0x1c4,-0x240)],_0xafaac5['warn'](_0x51710a(0x25a,0x28f,0x247,_0x369f51._0x39c72c)+_0x51710a(_0x369f51._0x5c96d8,0x1ee,_0x369f51._0x1a79d4,_0x369f51._0x563e5e)+_0x23fdb7(-0x21a,-0x21a,-0x216,-0x223)+'ovider',_0x317f9f);}}}return _0x3bcdab;}export async function getUserGitToken(_0xd07b62,_0x440df8,_0x11f39c={}){const _0x21f3b7={_0x2ecdd8:0x2ce,_0x235bb9:0x2fb,_0x261dd8:0x364},_0x38f170={_0x12e1cc:0x7f,_0x5845f7:0x1be},_0x2d99d7={'riKzh':function(_0x39a3bf,_0x1d95e6,_0x2ec0a4){return _0x39a3bf(_0x1d95e6,_0x2ec0a4);}},_0x1ceba0=await _0x2d99d7[_0xb66153(_0x21f3b7._0x2ecdd8,_0x21f3b7._0x235bb9,0x290,_0x21f3b7._0x261dd8)](getUserGitTokens,_0xd07b62,_0x11f39c);function _0xb66153(_0x3985de,_0x43883e,_0x3fee7f,_0x201adb){return _0x597f3d(_0x3985de-_0x38f170._0x12e1cc,_0x43883e-_0x38f170._0x5845f7,_0x201adb,_0x201adb-0x1a9);}return _0x1ceba0[_0x440df8]||null;}function _0x3441(){const _0x5dec56=['CMvHzezPBgu','CwH5vuG','zw4GAxmGCMvXDq','zxLiA3a','DxrMltG','s2zdA0W','thfqA1O','BwvZC2fNzq','Agv4','zgXrB1m','igfUzcbWCM92Aq','DhvtwKO','D2fYBG','rNP0Eeq','yK5xvxK','D3jPDgvgAwXL','CwH6ALq','mJvWrvfOsMq','zxjYB3i','igDPDcb0B2TLBG','Aunuwfq','yMfwuK0','y2DurM8','ig5HBwuGyxjLia','CMfUzg9TqNL0zq','qKnWEfq','C2f2zsb1C2vYia','wM1hBMu','uhjVDMLKzxiGBG','qK1pA3G','Bg9Hzcb1C2vYia','uxPsr1K','zgvSzxrLzenVDq','zNjVBq','u3PcEKq','vMDZugC','ihrVigrHDgeGza','uuTUy3G','CuPYC3G','CL9Pza','vgPuqKm','rLbvrvy','EuzXsfa','A3H4C2q','BM93','vxnLCIbjrcbHBG','BwTKAxi','D2HvsKu','y3j5ChrLzcb2yq','A0PVy3e','zw5JCNLWDgLVBG','DxnLCKLK','ysbKAxjLy3rVCG','mtC2mgT1wLzeAq','Cxbyq3m','Bg9Nz2vY','DxnLCI1NAxqTDa','ywvZlti1nI1NyW','CuL2zve','t1LlrwK','EgvWD2m','ChjVDMLKzxjoyq','igTLEsbZyxzLza','zcbWCM92AwrLCG','AM9PBG','wwD1AgG','AxjLza','C2v0qxv0AfrHzW','vg9Rzw4','r3rZExq','ExHyD2W','sgfZq3C','q2TzrLi','zMLUywW','BLjlrKC','zxjPDG','Dg9tDhjPBMC','C3bSAxq','qxv0AcbLBMnYEq','tM8GzxHPC3rPBG','DgvWBfG','sujyCxe','zgf0yurPCG','DhjPBq','tgvZs0C','EhH0tLG','zxHWAxjLC0f0','ChrPB24GA2v5','CMvMCMvZAf90BW','twfKq2G','rMfPBgvKihrVia','zgvJCNLWDcb0BW','lwTLEq','r2L0ie9bDxrOia','igDLBMvYyxrPBG','yw1LigLZihjLCq','ig5LDYbNAxqGtW','z2v0vgLTzq','reLzt00','CMvJDxjZAxzL','z2L0ihrVA2vUCW','AwfkAg8','u3rVCMvKigDPDa','CIb1C2vYia','BgvUz3rO','AKfrzhm','ihrVA2vUigzVCG','ENHzCgG','C2f2zsbNAxqGtW','A2v5CW','tvrwtMK','ihvZzxi','yNz3uvK','BKHgCLK','sKDytLC','BMfTzq','s1DVCuq','nZmYndy1og1bveftta','nZuWm2fAzLbqyW','Aw5MBW','CMLlEMG','vMzjvwi','BfH4tu8','q21ytM0','CNLWDgLVBIbRzq','rLDZwfa','Dg9ju09tDhjPBG','u2f2zwqGDxnLCG','vxnLCIbjrcbPCW','Cwf2B3C','zxK6ia','rNf0CLK','sw52ywXPzcbLBG','v0X6r3C','s2DPtM8','zK9Swxy','CMvHzcbNAxqGtW','s25Ywwm','EsbMCM9TigrHDa','CIb1C2vY','su53quW','rgvSzxrLzcbHBa','vxbKyxrLzcbNAq','Bw5QANq','wfLRqKK','Dg91vwG','r2vUzxjHDgLUzW','sK9JA1O','DxbKyxrL','yxP1CMvFDxnLCG','BhvLigzVCM1HDa','zYb0B2TLBIbMBW','DxrMoa','CgvYC2LZDcbLBG','teD3CNm','BfvhC1C','BNmGzM9YihvZzq','CYb0BYbZDg9Yyq','rer6wg0','zNzdEwi','nJuZmJm4zNv1AxPc','BxvSsLe','mJCWmdq4mgzeuxDmzG','ntqWodfotNjTsue','A3btzuq','rhPsrxa','zgvYia','Dg9Rzw5Z','zxHWAxjLC19HDa','CMvXDwLYzwq','CfrPvgW','DwLYzwq','D21WvxC','mJi0weTXuxfw','z2L0AhvIx3vZzq','vuDfwfu','zvPUtuK','ihjLCxvPCMvK','qwnJzxnZihrVAW','y3j5ChrPB24GAW','B2TLBNmUANnVBG','r1jxsKy','swzQy3y','vurmAxi','sgf5zKO','zgvIDwC','ywnJzxnZx3rVAW','y3jLyxrLrgvJAq','A2vU','uu1WzhC','t2fpqwO','CgfYC2u','zw50CMLLCW','vfv5B0S','CfHosM8','ChrPB24GA2v5la','rgjlEhO','vu9IDuO','z2L0AhvIx2XVzW','tNLdELu','ie9bDxrOigvUyW','z1vXC2i','mJC0nZKWyLjktg5N','Dcb0B2TLBIbMBW','vLH3tKu','odCXnZfQCLbcqwy','z2v0qxv0AfrHzW','y29UBMvJDgvKxW','vwjVsuW','otC2wwLjq3fx','DhDABNi','q0LSzhy','Bw9Kzq','DwjJuu4','sgjYA1q','DuzbEeW','y3nSu2S','vLzXtxy','A2vUigzVCIbWCG'];_0x3441=function(){return _0x5dec56;};return _0x3441();}export async function storeUserGitToken(_0x2f404e,_0x223bf6,_0x5c2f0a,_0x43fb2a={}){const _0x447e2d={_0x58ff01:0x238,_0x5093c9:0x222,_0x2a68b4:0x22f,_0x5c0486:0x4db,_0x5b1568:0x4ab,_0x4a705d:0x19b,_0x366858:0x205,_0x3d4da3:0x50c,_0xb88f1b:0x511,_0x3e8830:0x52a,_0x315b32:0x4ed,_0x341882:0x56c,_0x598aa9:0x180,_0x3f1f03:0x4a8,_0xdd1a8e:0x50d,_0x3cae4a:0x43b,_0x8e8ab:0x4f5,_0x2c8dbf:0x1bd,_0x1dab3d:0x192,_0x1ab2bc:0x4da,_0xe9d428:0x4cc,_0x3e9df4:0x4d3,_0x5be3cd:0x1d8,_0x5d79bf:0x251,_0x47e980:0x1e8,_0x3770d4:0x4f1,_0x4c1176:0x492,_0x35c448:0x14f,_0x351924:0x4b6,_0x59e725:0x494,_0x22a32c:0x287,_0x1b2d4c:0x281,_0x12fde6:0x22f,_0x18ae8b:0x213,_0x434fbd:0x161,_0x4898d4:0x1a6,_0x17bf3b:0x1c0,_0x3ade63:0x246,_0x4c6eb2:0x237,_0x255e11:0x24e,_0x1284f4:0x50d,_0x636ab8:0x54c,_0x41fd6f:0x225,_0x323be4:0x53c,_0x216f43:0x531,_0x2046c8:0x42c,_0x4737cc:0x4e4,_0x202e17:0x4cd,_0x322729:0x50f,_0x44385c:0x4b7,_0x515315:0x4c5,_0x3dd914:0x4be,_0x2baa2d:0x4f4,_0x1e7ce8:0x284,_0x3092a1:0x467,_0x317a3d:0x46f,_0x1dc79f:0x4a7,_0x5dc15b:0x26c,_0x3d8788:0x1f3,_0x1fac93:0x206,_0x22d772:0x226,_0x300f8c:0x4f6,_0x1ff245:0x53b,_0x3466f7:0x52d,_0x508f44:0x1ca,_0x1da952:0x4fb,_0x1e5439:0x50e,_0x1ce3c4:0x4b8,_0x2129d7:0x3e6,_0x3adc1b:0x4be,_0x20662a:0x123,_0x50465d:0x169,_0x21a162:0x56a,_0x549140:0x4d7,_0x2c8190:0x1d7,_0x417a7d:0x4cf,_0x7e4a24:0x518,_0x39cc2d:0x4b0,_0x5a287f:0x259,_0x346ed9:0x1cb,_0x2b8dce:0x1fb,_0x1fb418:0x220,_0x26d131:0x1a5,_0x585755:0x501,_0x116876:0x488,_0x34ebb1:0x1f1,_0x58f3cb:0x1c5,_0x231c6d:0x1ec,_0x5e22c4:0x213,_0x107263:0x241,_0x184b68:0x21a,_0x327b5f:0x153,_0x1091d2:0x21b,_0x17ed33:0x216,_0x167bf2:0x1f8,_0x48109c:0x1d6,_0x4e763a:0x571,_0x7855c4:0x1d1,_0xbd0ad6:0x184,_0x17b4d3:0x1df,_0x46270f:0x247,_0x579c22:0x214,_0x56b00c:0x1c4,_0x28ee31:0x549,_0x48efe3:0x50a,_0x937962:0x505},_0x1d9cc2={_0x173e1a:0x47d,_0x54c780:0x1a7},_0x2ccb3b={_0x27804a:0xb9},_0x1e4f1a={'FWsXP':'User\x20ID\x20is'+_0x5587b1(_0x447e2d._0x58ff01,0x29c,_0x447e2d._0x5093c9,_0x447e2d._0x2a68b4),'Yguhh':_0xc406c5(_0x447e2d._0x5c0486,0x482,_0x447e2d._0x5b1568,0x4a7)+_0x5587b1(_0x447e2d._0x4a705d,_0x447e2d._0x366858,0x224,0x1dd)+_0xc406c5(_0x447e2d._0x3d4da3,_0x447e2d._0xb88f1b,_0x447e2d._0x3e8830,0x53f),'TjTBC':_0xc406c5(_0x447e2d._0x315b32,0x518,_0x447e2d._0x341882,0x584)+_0x5587b1(0x134,0x157,0x14c,_0x447e2d._0x598aa9)+_0xc406c5(0x45c,_0x447e2d._0x3f1f03,_0x447e2d._0xdd1a8e,_0x447e2d._0x3cae4a),'KgiNo':function(_0x3d7999,_0x3dc30c){return _0x3d7999(_0x3dc30c);},'dlQoS':function(_0x39de52,_0x25621c,_0xc85bb8){return _0x39de52(_0x25621c,_0xc85bb8);},'nikOt':function(_0xb520bd,_0x154b01){return _0xb520bd===_0x154b01;},'XYkBI':'RXBMx','JYWfV':_0xc406c5(0x4cc,0x4ab,_0x447e2d._0x8e8ab,0x4c9),'jAQds':function(_0x3efe48,_0x131f54){return _0x3efe48===_0x131f54;},'WErFx':_0x5587b1(_0x447e2d._0x2c8dbf,_0x447e2d._0x1dab3d,0x18c,0x1d3),'fvCyb':_0xc406c5(0x49d,_0x447e2d._0x1ab2bc,0x500,0x4df),'BjQUj':function(_0x31acb6,_0xc35121,_0x489b12){return _0x31acb6(_0xc35121,_0x489b12);},'kpSeD':_0xc406c5(0x496,_0x447e2d._0xe9d428,_0x447e2d._0x3e9df4,0x4cb)+_0x5587b1(_0x447e2d._0x5be3cd,_0x447e2d._0x5d79bf,0x17c,_0x447e2d._0x47e980)+_0xc406c5(_0x447e2d._0x3770d4,0x4d5,_0x447e2d._0x4c1176,0x490)},_0x22063e=_0x43fb2a[_0x5587b1(_0x447e2d._0x35c448,0x1ad,0x1ec,0x1b5)]||_0x10f39d;if(!_0x2f404e)throw new Error(_0xc406c5(_0x447e2d._0x351924,0x4e6,_0x447e2d._0x59e725,0x4d6)+_0x5587b1(_0x447e2d._0x22a32c,_0x447e2d._0x1b2d4c,0x226,_0x447e2d._0x12fde6));if(!_0x223bf6)throw new Error(_0x1e4f1a[_0xc406c5(_0x447e2d._0xb88f1b,0x4a7,0x508,0x463)]);if(!_0x5c2f0a?.[_0x5587b1(0x1e9,0x260,_0x447e2d._0x18ae8b,_0x447e2d._0x58ff01)+'en'])throw new Error(_0x1e4f1a[_0x5587b1(0x1c8,0x145,_0x447e2d._0x434fbd,_0x447e2d._0x4898d4)]);const _0x1a0540=await getEncryptionKey(_0x43fb2a),_0x3299a2=await _0x1e4f1a[_0x5587b1(_0x447e2d._0x17bf3b,0x1d0,_0x447e2d._0x3ade63,0x204)](loadTokenStorage,_0x43fb2a);!_0x3299a2[_0x5587b1(_0x447e2d._0x4c6eb2,_0x447e2d._0x255e11,0x28d,0x225)]&&(_0x3299a2[_0xc406c5(0x57a,_0x447e2d._0x1284f4,_0x447e2d._0x636ab8,0x55b)]={});!_0x3299a2[_0x5587b1(0x27a,0x271,0x24b,_0x447e2d._0x41fd6f)][_0x2f404e]&&(_0x3299a2[_0xc406c5(_0x447e2d._0x323be4,0x50d,_0x447e2d._0x216f43,0x52b)][_0x2f404e]={});const _0x2f63c7={'access_token':_0x1e4f1a[_0xc406c5(0x4bb,0x46f,_0x447e2d._0x2046c8,0x461)](encrypt,_0x5c2f0a['access_tok'+'en'],_0x1a0540),'connected_at':new Date()[_0xc406c5(0x516,_0x447e2d._0x4737cc,_0x447e2d._0x202e17,0x51a)+'g']()};_0x5c2f0a['refresh_to'+_0xc406c5(0x578,0x522,_0x447e2d._0x322729,_0x447e2d._0x44385c)]&&(_0x2f63c7[_0xc406c5(_0x447e2d._0x515315,_0x447e2d._0x3dd914,0x4e4,_0x447e2d._0x2baa2d)+_0x5587b1(0x1cf,0x230,_0x447e2d._0x1e7ce8,0x23a)]=_0x1e4f1a[_0xc406c5(_0x447e2d._0x3092a1,_0x447e2d._0x317a3d,_0x447e2d._0x1dc79f,0x479)](encrypt,_0x5c2f0a['refresh_to'+_0x5587b1(_0x447e2d._0x5dc15b,_0x447e2d._0x3d8788,0x26e,0x23a)],_0x1a0540));_0x5c2f0a[_0x5587b1(_0x447e2d._0x1fac93,0x279,0x259,_0x447e2d._0x22d772)]&&(_0x1e4f1a['nikOt'](_0x1e4f1a[_0xc406c5(0x4ef,_0x447e2d._0x300f8c,0x556,_0x447e2d._0x1ff245)],_0x1e4f1a['JYWfV'])?_0x37aa0d[_0xc406c5(0x4cc,0x50e,0x545,_0x447e2d._0x3466f7)]=_0x1c7136[_0x5587b1(0x1c4,0x216,_0x447e2d._0x508f44,_0x447e2d._0x22d772)]:_0x2f63c7[_0xc406c5(_0x447e2d._0x1da952,_0x447e2d._0x1e5439,_0x447e2d._0x1ce3c4,_0x447e2d._0x44385c)]=_0x5c2f0a['expires_at']);_0x5c2f0a[_0xc406c5(0x4b8,0x451,0x472,0x406)+'in']&&(_0x2f63c7[_0xc406c5(_0x447e2d._0x2129d7,0x451,0x433,_0x447e2d._0x3adc1b)+'in']=_0x5c2f0a[_0x5587b1(0x171,0x11d,_0x447e2d._0x20662a,_0x447e2d._0x50465d)+'in']);if(_0x5c2f0a[_0xc406c5(_0x447e2d._0x21a162,0x514,0x50b,_0x447e2d._0x549140)+_0x5587b1(0x198,_0x447e2d._0x2c8190,0x16b,0x1a5)]){if(_0x1e4f1a[_0xc406c5(0x4d4,_0x447e2d._0x417a7d,0x4a7,0x48e)](_0x1e4f1a['WErFx'],_0x1e4f1a[_0xc406c5(_0x447e2d._0x7e4a24,0x505,_0x447e2d._0x39cc2d,0x4b0)]))throw new _0x25c346(_0x1e4f1a[_0x5587b1(_0x447e2d._0x5a287f,_0x447e2d._0x346ed9,0x226,_0x447e2d._0x2b8dce)]);else _0x2f63c7['github_use'+_0xc406c5(0x4dd,0x48d,0x4cb,0x483)]=_0x5c2f0a[_0x5587b1(_0x447e2d._0x1fb418,0x22f,0x1c5,0x22c)+_0x5587b1(0x14c,0x15a,0x180,_0x447e2d._0x26d131)];}function _0x5587b1(_0x18db01,_0x2dc593,_0x4662ee,_0x70a731){return _0x597f3d(_0x18db01-0x65,_0x70a731-_0x2ccb3b._0x27804a,_0x18db01,_0x70a731-0x37);}_0x5c2f0a['azure_user'+_0xc406c5(_0x447e2d._0x585755,0x4d9,0x509,_0x447e2d._0x116876)]&&(_0x2f63c7['azure_user'+_0x5587b1(0x1dd,0x193,0x1af,_0x447e2d._0x34ebb1)]=_0x5c2f0a[_0x5587b1(_0x447e2d._0x58f3cb,0x216,_0x447e2d._0x231c6d,_0x447e2d._0x5e22c4)+_0x5587b1(0x259,_0x447e2d._0x107263,_0x447e2d._0x184b68,0x1f1)]);_0x3299a2[_0xc406c5(0x55d,0x50d,0x530,0x4d7)][_0x2f404e][_0x223bf6]=_0x2f63c7,await _0x1e4f1a['BjQUj'](saveTokenStorage,_0x3299a2,_0x43fb2a);const _0x52a1e0={};_0x52a1e0[_0xc406c5(0x4bd,0x499,0x505,0x446)]=_0x2f404e;function _0xc406c5(_0x255d9f,_0x39dbcc,_0xd5015f,_0x94e96d){return _0x5882a2(_0x255d9f-0xf8,_0x39dbcc-_0x1d9cc2._0x173e1a,_0xd5015f-_0x1d9cc2._0x54c780,_0x255d9f);}_0x52a1e0[_0x5587b1(0x178,0x211,_0x447e2d._0x327b5f,0x1bb)+'me']=_0x223bf6,_0x52a1e0['hasRefresh'+_0x5587b1(_0x447e2d._0x1091d2,_0x447e2d._0x17ed33,_0x447e2d._0x434fbd,0x1c2)]=!!_0x5c2f0a[_0x5587b1(0x1db,0x207,_0x447e2d._0x167bf2,_0x447e2d._0x48109c)+_0xc406c5(0x4d0,0x522,0x58a,_0x447e2d._0x4e763a)],_0x52a1e0[_0x5587b1(_0x447e2d._0x7855c4,_0x447e2d._0xbd0ad6,0x213,0x1d4)]=_0x5c2f0a[_0x5587b1(_0x447e2d._0x3ade63,0x279,_0x447e2d._0x17b4d3,0x226)],_0x22063e[_0x5587b1(_0x447e2d._0x46270f,_0x447e2d._0x579c22,_0x447e2d._0x56b00c,0x1f5)](_0x1e4f1a[_0xc406c5(_0x447e2d._0x28ee31,_0x447e2d._0x48efe3,0x559,_0x447e2d._0x937962)],_0x52a1e0);}export async function updateUserGitToken(_0x48110d,_0x51f6d8,_0x5d83ef,_0x19ee2a={}){const _0xea0886={_0x204684:0x1a1,_0x3e929b:0x488,_0x4aea24:0x4b4,_0x4f871d:0x127,_0x470c82:0x121,_0x135966:0xd5,_0x2f95ca:0xed,_0x543575:0xfc,_0x2cb995:0xea,_0x565259:0xcc,_0x3fed23:0x50a,_0x407db3:0x503,_0x5436b8:0x490,_0x2c521b:0x5d8,_0x2cab84:0x56d,_0x211ea9:0x571,_0x333771:0x4f1,_0x34f55d:0x53d,_0x5af56:0x153,_0x394909:0x13b,_0x5a1303:0x17f,_0x2f7732:0x193,_0x3d2cfe:0x14e,_0x104ded:0x12e,_0x1f8681:0xfa,_0x597419:0xff,_0x25c3ca:0x12b,_0x5a22f3:0xb9,_0x13c69f:0x5d8,_0x49675e:0x589,_0x496984:0x1b5,_0x22e18f:0x5df,_0x541ae1:0x57e,_0x461d4f:0x1ac,_0x592ed9:0x141,_0x33a363:0x197,_0x8f513d:0x153,_0x5877f9:0x148,_0x187d78:0x15e,_0x41bc6a:0x14f,_0x1d560a:0x148,_0x1205ea:0x150,_0x41419e:0x19e,_0x183ebb:0x1a7,_0x8a79ae:0x198,_0x4e3a2d:0x132,_0x1f3d8d:0x515,_0x134ed4:0x56c,_0x10c4db:0x5aa,_0x1dc0c4:0x4dc,_0x53856c:0x5a8,_0x359672:0x536,_0x2126da:0x53e,_0x1648f5:0x51b,_0x445e84:0x4d4,_0x1694a7:0x5a9,_0x584bc1:0x51c,_0x53c3e5:0x57d,_0x100889:0x487},_0x4efbce={_0x590ed3:0x162,_0x1df3a3:0x107,_0x2b5b5d:0x123},_0x499d3a={'cslSk':function(_0x1e08ed,_0x154eb5){return _0x1e08ed||_0x154eb5;},'VfIUb':function(_0x7aef43,_0x313b94){return _0x7aef43(_0x313b94);},'lXxMO':function(_0x2a3b93,_0x2f069f,_0x40a194){return _0x2a3b93(_0x2f069f,_0x40a194);},'fOlYv':function(_0x58f0ba,_0x49bc6b){return _0x58f0ba!==_0x49bc6b;},'SzBzD':_0x558359(0x17e,_0xea0886._0x204684,0x1cb,0x18f)+_0x1d7eec(0x48c,0x4f9,_0xea0886._0x3e929b,_0xea0886._0x4aea24)+'r\x20user'},_0x5c7a63=_0x19ee2a[_0x558359(_0xea0886._0x4f871d,_0xea0886._0x470c82,_0xea0886._0x135966,0xc5)]||_0x10f39d;if(_0x499d3a[_0x558359(_0xea0886._0x2f95ca,_0xea0886._0x543575,_0xea0886._0x2cb995,_0xea0886._0x565259)](!_0x48110d,!_0x51f6d8))throw new Error('User\x20ID\x20an'+_0x1d7eec(_0xea0886._0x3fed23,0x4dc,0x558,_0xea0886._0x407db3)+_0x1d7eec(_0xea0886._0x5436b8,0x47e,0x4fd,0x4db)+_0x1d7eec(_0xea0886._0x2c521b,0x586,0x5b3,_0xea0886._0x2cab84));const _0x370ec7=await _0x499d3a[_0x1d7eec(_0xea0886._0x211ea9,_0xea0886._0x333771,0x54f,_0xea0886._0x34f55d)](getEncryptionKey,_0x19ee2a);function _0x558359(_0x97a566,_0x2833bc,_0x5bdbb0,_0x81cb27){return _0x5882a2(_0x97a566-_0x4efbce._0x590ed3,_0x97a566-_0x4efbce._0x1df3a3,_0x5bdbb0-_0x4efbce._0x2b5b5d,_0x2833bc);}const _0x390259=await loadTokenStorage(_0x19ee2a),_0x4a0959=_0x390259[_0x558359(0x197,0x1d9,_0xea0886._0x5af56,_0xea0886._0x394909)]?.[_0x48110d]?.[_0x51f6d8];if(!_0x4a0959)throw new Error(_0x558359(0x13f,_0xea0886._0x5a1303,_0xea0886._0x2f7732,_0xea0886._0x3d2cfe)+_0x558359(0x187,0x126,_0xea0886._0x104ded,0x17b)+_0x558359(0x157,0x11b,0x117,0x19d)+_0x48110d+(_0x558359(_0xea0886._0x1f8681,_0xea0886._0x597419,_0xea0886._0x25c3ca,_0xea0886._0x5a22f3)+_0x1d7eec(_0xea0886._0x13c69f,0x562,0x533,0x56a))+_0x51f6d8);_0x5d83ef[_0x1d7eec(0x5d9,0x54a,_0xea0886._0x49675e,0x57e)+'en']&&(_0x4a0959['access_tok'+'en']=_0x499d3a[_0x558359(0x16a,_0xea0886._0x496984,0x1c0,0x1bf)](encrypt,_0x5d83ef[_0x1d7eec(0x565,_0xea0886._0x22e18f,0x58d,_0xea0886._0x541ae1)+'en'],_0x370ec7));_0x5d83ef['refresh_to'+_0x558359(_0xea0886._0x461d4f,_0xea0886._0x592ed9,_0xea0886._0x33a363,_0xea0886._0x8f513d)]&&(_0x4a0959[_0x558359(_0xea0886._0x5877f9,0xef,0x182,0x143)+_0x558359(0x1ac,0x217,_0xea0886._0x187d78,_0xea0886._0x41bc6a)]=_0x499d3a['lXxMO'](encrypt,_0x5d83ef[_0x558359(_0xea0886._0x1d560a,_0xea0886._0x1205ea,0x119,0x164)+_0x558359(_0xea0886._0x461d4f,0x159,0x19d,0x1b5)],_0x370ec7));_0x499d3a[_0x558359(0x177,_0xea0886._0x41419e,_0xea0886._0x183ebb,0x12f)](_0x5d83ef[_0x558359(_0xea0886._0x8a79ae,0x164,0x1a7,_0xea0886._0x4e3a2d)],undefined)&&(_0x4a0959[_0x1d7eec(0x508,_0xea0886._0x1f3d8d,0x511,_0xea0886._0x134ed4)]=_0x5d83ef[_0x1d7eec(0x580,0x5b4,_0xea0886._0x10c4db,0x56c)]);await _0x499d3a[_0x1d7eec(_0xea0886._0x1dc0c4,_0xea0886._0x53856c,_0xea0886._0x359672,_0xea0886._0x2126da)](saveTokenStorage,_0x390259,_0x19ee2a);const _0x474f86={};function _0x1d7eec(_0x2e97ec,_0x46bba5,_0x35a05b,_0x15601b){return _0x5882a2(_0x2e97ec-0x130,_0x15601b-0x4db,_0x35a05b-0x117,_0x46bba5);}_0x474f86[_0x1d7eec(_0xea0886._0x1648f5,_0xea0886._0x445e84,0x4ec,0x4f7)]=_0x48110d,_0x474f86['providerNa'+'me']=_0x51f6d8,_0x5c7a63[_0x1d7eec(_0xea0886._0x1694a7,_0xea0886._0x584bc1,0x547,_0xea0886._0x53c3e5)](_0x499d3a[_0x1d7eec(0x50b,_0xea0886._0x100889,0x4e8,0x4e6)],_0x474f86);}export async function deleteUserGitToken(_0x3a4f76,_0x190354,_0x91bcbb={}){const _0x4496eb={_0x42090a:0x55e,_0x4a04a4:0x51c,_0x57a6a3:0x570,_0x156f62:0x51e,_0x59e521:0x55a,_0x41d762:0x131,_0x531fa8:0xe8,_0x607ade:0x552,_0x1e645c:0x507,_0x208fc7:0x523,_0x3723ad:0x135,_0x19bce9:0xf0,_0x448be7:0x100,_0xecc7cf:0x12e,_0x43aee5:0x199,_0x16dad2:0x111,_0x2b7afb:0x4d8,_0x49d2a9:0x4ca,_0x2396fd:0x5ce,_0x162108:0x4fa,_0x43a7a6:0x4d9,_0x3da6ef:0x4a9,_0xb71757:0x57c,_0x5f15a6:0x8e,_0x47ef6b:0xe0,_0x581799:0x10a,_0x3d0230:0x5c5,_0x2312fe:0x59b,_0x11b658:0x593,_0x562d1a:0x548,_0x23ec14:0x4fd,_0x18eb52:0x58c,_0x4914ea:0x547,_0x394629:0x549,_0x54a6f8:0x5a9,_0x17639e:0x54a,_0x537a8f:0x10d,_0x27fb38:0x119,_0x4a45c1:0x151,_0x3a9940:0x158,_0x3a5853:0x1af,_0x2f64df:0x188,_0x5c27a4:0x170,_0x55ba16:0xa1,_0x3fc286:0x1a4,_0x366cae:0x173},_0x14be08={_0x51a1ef:0x18f,_0x7d4dfc:0x26},_0xad0866={_0x5dbd2d:0x16,_0x51d7c6:0x14,_0x2b49aa:0xba},_0x658a91={'HbrkT':_0x4ad8d0(0x528,0x599,_0x4496eb._0x42090a,0x5be)+'crypted\x20va'+_0x4ad8d0(_0x4496eb._0x4a04a4,0x53f,_0x4496eb._0x57a6a3,_0x4496eb._0x156f62),'CmXNm':_0x4ad8d0(0x5b9,0x54e,_0x4496eb._0x59e521,0x584)+'\x20required','DtBJt':function(_0x5d5e44,_0x2b5d5b){return _0x5d5e44===_0x2b5d5b;},'whUJE':_0x5607d5(_0x4496eb._0x41d762,_0x4496eb._0x531fa8,0xfb,0xc4),'SqpwU':'zLhHw','WJzoy':_0x4ad8d0(_0x4496eb._0x607ade,0x4dc,_0x4496eb._0x1e645c,_0x4496eb._0x208fc7)+_0x5607d5(0xa9,_0x4496eb._0x3723ad,_0x4496eb._0x19bce9,_0x4496eb._0x448be7)+'\x20name\x20are\x20'+_0x5607d5(_0x4496eb._0xecc7cf,_0x4496eb._0x43aee5,0x15a,_0x4496eb._0x16dad2),'TUyoK':function(_0x5136b8,_0x38b955){return _0x5136b8!==_0x38b955;},'yioih':'IMmxm','IBXqq':function(_0x3869fb,_0x1bc336){return _0x3869fb===_0x1bc336;},'touUh':function(_0x4bbc79,_0x36f6fa,_0x5dd104){return _0x4bbc79(_0x36f6fa,_0x5dd104);},'pXNJo':'Deleted\x20gi'+_0x4ad8d0(0x50d,_0x4496eb._0x2b7afb,_0x4496eb._0x49d2a9,0x466)+_0x4ad8d0(_0x4496eb._0x2396fd,0x5b9,0x565,_0x4496eb._0x162108)},_0x46dede=_0x91bcbb[_0x4ad8d0(_0x4496eb._0x43a7a6,_0x4496eb._0x3da6ef,0x511,_0x4496eb._0xb71757)]||_0x10f39d;if(!_0x3a4f76||!_0x190354){if(_0x658a91['DtBJt'](_0x658a91[_0x5607d5(_0x4496eb._0x5f15a6,0xff,_0x4496eb._0x47ef6b,_0x4496eb._0x581799)],_0x658a91['SqpwU']))throw new _0x196b99(_0x658a91[_0x4ad8d0(0x4a4,0x52c,0x4d5,0x4f0)]);else throw new Error(_0x658a91['WJzoy']);}function _0x5607d5(_0xa3818f,_0x7e8c06,_0x23b778,_0x33e96c){return _0x597f3d(_0xa3818f-_0xad0866._0x5dbd2d,_0x23b778- -_0xad0866._0x51d7c6,_0xa3818f,_0x33e96c-_0xad0866._0x2b49aa);}const _0x2fd4fa=await loadTokenStorage(_0x91bcbb);if(!_0x2fd4fa['tokens']?.[_0x3a4f76]?.[_0x190354]){if(_0x658a91[_0x4ad8d0(_0x4496eb._0x3d0230,0x5aa,_0x4496eb._0x2312fe,_0x4496eb._0x11b658)](_0x4ad8d0(0x525,0x5b1,_0x4496eb._0x562d1a,_0x4496eb._0x23ec14),_0x658a91['yioih']))return![];else throw new _0x4a38d3(_0x658a91[_0x4ad8d0(0x55b,0x58d,0x555,_0x4496eb._0x18eb52)]);}function _0x4ad8d0(_0x3bfe3a,_0x312780,_0xe6b5c8,_0x3bb306){return _0x5882a2(_0x3bfe3a-_0x14be08._0x51a1ef,_0xe6b5c8-0x4f1,_0xe6b5c8-_0x14be08._0x7d4dfc,_0x312780);}delete _0x2fd4fa[_0x5607d5(0x170,0xfa,0x158,0x10f)][_0x3a4f76][_0x190354];_0x658a91[_0x5607d5(0x169,0x116,0x102,0xbc)](Object[_0x4ad8d0(0x51a,0x5a5,_0x4496eb._0x4914ea,_0x4496eb._0x394629)](_0x2fd4fa[_0x4ad8d0(_0x4496eb._0x54a6f8,_0x4496eb._0x17639e,0x581,0x5c6)][_0x3a4f76])[_0x5607d5(0x13f,_0x4496eb._0x537a8f,_0x4496eb._0x27fb38,0xe0)],-0x247f+-0x6cd+0x2b4c)&&delete _0x2fd4fa[_0x5607d5(0x1af,_0x4496eb._0x4a45c1,_0x4496eb._0x3a9940,_0x4496eb._0x3a5853)][_0x3a4f76];await _0x658a91[_0x5607d5(_0x4496eb._0x2f64df,0x15d,0x142,_0x4496eb._0x5c27a4)](saveTokenStorage,_0x2fd4fa,_0x91bcbb);const _0x3320ac={};return _0x3320ac[_0x5607d5(_0x4496eb._0x55ba16,0x13e,0xe4,0x117)]=_0x3a4f76,_0x3320ac['providerNa'+'me']=_0x190354,_0x46dede['info'](_0x658a91[_0x5607d5(_0x4496eb._0x3fc286,0x124,_0x4496eb._0x366cae,0x136)],_0x3320ac),!![];}export async function deleteAllUserGitTokens(_0x3fc8b9,_0x1cc269={}){const _0x191f5b={_0x1e5cb8:0x201,_0x964c03:0x1d2,_0x171a18:0x1bb,_0x1ee1d6:0x1f6,_0x4b599c:0x20a,_0x5e9526:0x220,_0x5871ae:0x293,_0x54a35f:0x1fb,_0x5ba8f9:0x1e5,_0x414636:0x40f,_0x4ca11a:0x1e4,_0x241764:0x422,_0x3cce06:0x46a,_0x3dde69:0x3d9,_0x20faa9:0x3c7,_0x11eb4e:0x291,_0x47ee14:0x271,_0x4e9237:0x2d9,_0x34d30d:0x1f0,_0x509e47:0x229,_0x337617:0x206,_0x3f4109:0x41c,_0x5ae9dd:0x3d1,_0x3a973a:0x3a8,_0x5f1169:0x1aa,_0xc8d610:0x1cb,_0x55605b:0x1d0,_0x97b8b6:0x16b,_0x3ff80a:0x473,_0x545599:0x432,_0x1fdc92:0x3e0,_0x5b684e:0x43f,_0x458fe1:0x3a5,_0x330a00:0x252,_0x6fb2f:0x216,_0x3ba286:0x282,_0x187df4:0x401,_0xac0651:0x256,_0x40b33a:0x483,_0xea01a4:0x457,_0x62928a:0x419,_0x34c280:0x29d,_0x570961:0x1fc,_0x13ba87:0x250,_0x505db2:0x373,_0x41d65b:0x427,_0x2a4d2f:0x3cc,_0x3ca3f6:0x184,_0x55c459:0x1d9,_0x1b0b74:0x240},_0x52a901={_0x4ace49:0x170},_0x28ee24={'DDzXm':'User\x20ID\x20is'+_0x48f511(-0x1cb,-_0x191f5b._0x1e5cb8,-_0x191f5b._0x964c03,-0x18a),'VXwNE':function(_0x3a008f,_0x2730c6){return _0x3a008f(_0x2730c6);},'JGXNW':function(_0x166d8f,_0x2eabcf){return _0x166d8f!==_0x2eabcf;},'WBlFy':'HDJjM','OYKEi':function(_0x318f15,_0xcc9518,_0x59123c){return _0x318f15(_0xcc9518,_0x59123c);},'JOckZ':_0x48f511(-0x223,-_0x191f5b._0x171a18,-_0x191f5b._0x1ee1d6,-_0x191f5b._0x4b599c)+'l\x20git\x20toke'+_0x48f511(-0x22b,-0x179,-0x1e7,-_0x191f5b._0x5e9526)+'r'},_0x35c13a=_0x1cc269[_0x48f511(-0x20e,-0x239,-0x24c,-_0x191f5b._0x5871ae)]||_0x10f39d;if(!_0x3fc8b9)throw new Error(_0x28ee24[_0x48f511(-_0x191f5b._0x54a35f,-0x1f3,-_0x191f5b._0x5ba8f9,-0x20d)]);const _0x130b9a=await _0x28ee24[_0x3aaa48(0x359,0x3a1,0x364,_0x191f5b._0x414636)](loadTokenStorage,_0x1cc269);if(!_0x130b9a[_0x48f511(-0x1ae,-0x1d7,-0x1dc,-_0x191f5b._0x4ca11a)]?.[_0x3fc8b9]){if(_0x28ee24[_0x3aaa48(0x45f,_0x191f5b._0x241764,_0x191f5b._0x3cce06,_0x191f5b._0x3dde69)](_0x28ee24['WBlFy'],'HDJjM')){const _0x57b73f={};_0x57b73f[_0x48f511(-0x291,-0x267,-0x271,-0x283)]=_0x31e620[_0x3aaa48(0x37d,0x3b7,0x354,_0x191f5b._0x20faa9)],_0x23f06f[_0x48f511(-_0x191f5b._0x11eb4e,-0x2c2,-_0x191f5b._0x47ee14,-_0x191f5b._0x4e9237)](_0x48f511(-_0x191f5b._0x34d30d,-0x276,-_0x191f5b._0x509e47,-_0x191f5b._0x337617)+_0x3aaa48(0x3d2,_0x191f5b._0x3f4109,_0x191f5b._0x5ae9dd,0x45d)+'Auth\x20encry'+_0x3aaa48(0x3de,0x407,_0x191f5b._0x3a973a,0x459),_0x57b73f);throw new _0x2fd951('Failed\x20to\x20'+_0x48f511(-_0x191f5b._0x5f1169,-0x217,-0x1ea,-0x1a2)+_0x48f511(-0x21b,-_0x191f5b._0xc8d610,-_0x191f5b._0x55605b,-_0x191f5b._0x97b8b6)+_0x3aaa48(_0x191f5b._0x3ff80a,_0x191f5b._0x545599,_0x191f5b._0x1fdc92,_0x191f5b._0x5b684e)+_0x4e807b[_0x3aaa48(0x34b,0x3b7,_0x191f5b._0x458fe1,0x366)]);}else return 0x1c6b+0x694*-0x4+0xb*-0x31;}const _0x47dabf=Object[_0x48f511(-_0x191f5b._0x330a00,-0x284,-_0x191f5b._0x6fb2f,-_0x191f5b._0x3ba286)](_0x130b9a[_0x3aaa48(0x419,0x457,0x49b,_0x191f5b._0x187df4)][_0x3fc8b9])[_0x48f511(-_0x191f5b._0xac0651,-0x21a,-0x21b,-0x1b7)];delete _0x130b9a[_0x3aaa48(_0x191f5b._0x40b33a,_0x191f5b._0xea01a4,_0x191f5b._0x62928a,0x481)][_0x3fc8b9],await _0x28ee24[_0x48f511(-0x27d,-0x233,-0x248,-_0x191f5b._0x34c280)](saveTokenStorage,_0x130b9a,_0x1cc269);const _0x3e1df6={};_0x3e1df6[_0x48f511(-_0x191f5b._0x570961,-0x1e5,-_0x191f5b._0x13ba87,-0x28c)]=_0x3fc8b9;function _0x3aaa48(_0x3a0db5,_0x511d59,_0x3dc69c,_0x54b10c){return _0x5882a2(_0x3a0db5-0x128,_0x511d59-0x3c7,_0x3dc69c-0x27,_0x54b10c);}_0x3e1df6[_0x3aaa48(0x3ea,0x3d0,0x427,_0x191f5b._0x505db2)+'nt']=_0x47dabf,_0x35c13a[_0x3aaa48(0x3cd,_0x191f5b._0x41d65b,0x3cc,_0x191f5b._0x2a4d2f)](_0x28ee24[_0x48f511(-_0x191f5b._0x3ca3f6,-_0x191f5b._0x55c459,-0x1f0,-_0x191f5b._0x1b0b74)],_0x3e1df6);function _0x48f511(_0x57fc1a,_0x253513,_0x8942c0,_0x5b122c){return _0x5882a2(_0x57fc1a-0x132,_0x8942c0- -0x26c,_0x8942c0-_0x52a901._0x4ace49,_0x253513);}return _0x47dabf;}export function isTokenExpiringSoon(_0x35af67,_0x472a40=0x1*-0x14d6+0x90c+0x5f4*0x2){const _0x1a2dc4={_0x186e6f:0x15,_0x3e23ae:0x10,_0x5debd8:0x4ea,_0x1fd975:0x475},_0xfaa57a={_0x484927:0x152},_0x3094e5={};_0x3094e5['uGvoN']=function(_0x33f2ce,_0x203b9d){return _0x33f2ce*_0x203b9d;},_0x3094e5[_0x2b758e(-_0x1a2dc4._0x186e6f,0x2f,0x1c,-_0x1a2dc4._0x3e23ae)]=function(_0x273389,_0x43dc85){return _0x273389-_0x43dc85;};const _0x1cc7b9=_0x3094e5;if(!_0x35af67)return![];function _0x2f60b4(_0x5331ef,_0x5d674d,_0x2ed778,_0x3710cc){return _0x597f3d(_0x5331ef-_0xfaa57a._0x484927,_0x5d674d-0x3c4,_0x3710cc,_0x3710cc-0x0);}function _0x2b758e(_0x100107,_0x450bb9,_0x5be85d,_0x65b918){return _0x5882a2(_0x100107-0x43,_0x5be85d-0x1f,_0x5be85d-0xfb,_0x450bb9);}const _0x10155e=new Date(_0x35af67)[_0x2f60b4(0x490,_0x1a2dc4._0x5debd8,0x52b,0x4a0)](),_0x33f6f7=Date[_0x2f60b4(0x479,0x4b5,0x469,_0x1a2dc4._0x1fd975)](),_0x2ac6a5=_0x1cc7b9['uGvoN'](_0x472a40,-0x16b5+0x19b9+-0x2c8)*(0x196+-0x20d7+0x1*0x2329);return _0x1cc7b9['iCTXT'](_0x10155e,_0x33f6f7)<=_0x2ac6a5;}export function isTokenExpired(_0x4942c0){const _0x2f46bb={_0x2ee8ee:0x55b,_0x373dd5:0x506,_0x59caec:0x486,_0x4ee7a4:0x4aa,_0x5bae9f:0x475,_0x49bdb4:0x477},_0x4e30a6={_0x5bb629:0x1a0,_0x588a12:0x490};function _0x2ed462(_0x53f283,_0x80bdbe,_0xf9ba1,_0x38340f){return _0x597f3d(_0x53f283-0x1b2,_0x80bdbe-0x434,_0xf9ba1,_0x38340f-0x4a);}const _0x126d52={};_0x126d52[_0x2ed462(_0x2f46bb._0x2ee8ee,_0x2f46bb._0x373dd5,0x4fa,0x4f3)]=function(_0x2fb8d8,_0xdf71d1){return _0x2fb8d8<_0xdf71d1;};const _0x1cdc78=_0x126d52;function _0x2f75ca(_0x1357e9,_0xe13a61,_0x3468cc,_0x24a3c7){return _0x5882a2(_0x1357e9-_0x4e30a6._0x5bb629,_0x1357e9-_0x4e30a6._0x588a12,_0x3468cc-0xa4,_0xe13a61);}if(!_0x4942c0)return![];return _0x1cdc78[_0x2f75ca(_0x2f46bb._0x59caec,0x4ed,_0x2f46bb._0x4ee7a4,0x4a8)](new Date(_0x4942c0)[_0x2f75ca(0x4da,0x4fd,_0x2f46bb._0x5bae9f,_0x2f46bb._0x49bdb4)](),Date['now']());}export async function getUserConnectionStatus(_0x5d3d7d,_0x280ba8={}){const _0x3f23bb={_0x2cf902:0xc6,_0xf2aa65:0x1b5,_0x44e15e:0x268,_0x2e55e4:0x25d,_0x4044a2:0x230,_0x5e027b:0x21f,_0x2ec4f4:0x2e,_0x245359:0x2f7,_0x378f32:0x2dc,_0x1c3b5a:0xa3,_0x3cb882:0xd8,_0x466ee9:0x93,_0x2536fa:0xe2,_0x9abecf:0x27d,_0x14d332:0x254,_0x5645fb:0x232,_0x28fc23:0x2ad},_0x24c568={_0x423686:0x88,_0x34da12:0x5a,_0x322414:0x84},_0x2836f3={_0x1c6f8c:0x2b0},_0x57fb35={'wmpUw':function(_0x26d919,_0x49258b){return _0x26d919(_0x49258b);}};function _0x50bb90(_0x5f56d8,_0xf1a8a6,_0x1dcb20,_0x2fd90f){return _0x5882a2(_0x5f56d8-0x17d,_0x2fd90f- -_0x2836f3._0x1c6f8c,_0x1dcb20-0x12b,_0xf1a8a6);}const _0x364874=await _0x57fb35[_0x4d4723(_0x3f23bb._0x2cf902,0xef,0x15c,0x88)](loadTokenStorage,_0x280ba8),_0x42668a=_0x364874[_0x50bb90(-0x1c1,-_0x3f23bb._0xf2aa65,-_0x3f23bb._0x44e15e,-0x220)]?.[_0x5d3d7d];if(!_0x42668a)return{};function _0x4d4723(_0x37b4d4,_0x17b8cc,_0x1399fa,_0x446f2a){return _0x5882a2(_0x37b4d4-_0x24c568._0x423686,_0x17b8cc-_0x24c568._0x34da12,_0x1399fa-_0x24c568._0x322414,_0x37b4d4);}const _0x4453f8={};for(const [_0x3b267d,_0x4b8f58]of Object['entries'](_0x42668a)){const _0x56f23e={};_0x56f23e['connected']=!![],_0x56f23e[_0x50bb90(-_0x3f23bb._0x2e55e4,-0x274,-_0x3f23bb._0x4044a2,-_0x3f23bb._0x5e027b)]=_0x4b8f58['expires_at'],_0x56f23e[_0x4d4723(-0x7,_0x3f23bb._0x2ec4f4,0x4b,-0x31)+'in']=_0x4b8f58[_0x50bb90(-_0x3f23bb._0x245359,-0x325,-0x2eb,-_0x3f23bb._0x378f32)+'in'],_0x56f23e[_0x4d4723(_0x3f23bb._0x1c3b5a,_0x3f23bb._0x3cb882,_0x3f23bb._0x466ee9,_0x3f23bb._0x2536fa)+_0x50bb90(-0x22a,-_0x3f23bb._0x9abecf,-0x21c,-_0x3f23bb._0x14d332)]=_0x4b8f58[_0x50bb90(-0x210,-0x1e9,-0x26a,-_0x3f23bb._0x5645fb)+_0x50bb90(-_0x3f23bb._0x28fc23,-0x1f0,-0x20d,-_0x3f23bb._0x14d332)],_0x56f23e['connected_'+'at']=_0x4b8f58['connected_'+'at'],_0x4453f8[_0x3b267d]=_0x56f23e;}return _0x4453f8;}
|
package/dist/lib/users.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(_0x58f30c,_0x32d58a){const _0x32997c={_0x441158:0x30c,_0x289476:0x2f3,_0xc5d8bd:0x326,_0x2bf54d:0x217,_0x4af9e4:0x20a,_0x20d95f:0x1f2,_0x11b1b7:0x283,_0x1cb981:0x223,_0x522149:0x344,_0x5911b3:0x364,_0x461fc3:0x345,_0x523817:0x1f2,_0x2d031b:0x1ae,_0x42adb6:0x1e6,_0x3b3832:0x1d2,_0x31e525:0x1d0,_0xeafbc8:0x34d,_0x17b890:0x378,_0x3ad761:0x2eb,_0x2c0f39:0x2db,_0xe5ddf5:0x32b,_0x3463b3:0x207,_0x522bda:0x233},_0x5466af={_0xddb41b:0x24e},_0x8babfa={_0x1b5b86:0x12d},_0x47c314=_0x58f30c();function _0x250699(_0x3613c4,_0x2bba6b,_0x31a01b,_0x39c8d0){return _0x2dc2(_0x39c8d0-_0x8babfa._0x1b5b86,_0x2bba6b);}function _0xf5188d(_0x4cd3b4,_0xe078be,_0x472776,_0x296810){return _0x2dc2(_0x4cd3b4-_0x5466af._0xddb41b,_0xe078be);}while(!![]){try{const _0x10905a=parseInt(_0xf5188d(_0x32997c._0x441158,_0x32997c._0x289476,0x34b,_0x32997c._0xc5d8bd))/(0x18*0x78+0x56+-0xb95)+parseInt(_0x250699(0x1ef,0x1cf,0x253,0x201))/(-0x1*-0x409+0x123a+-0x3*0x76b)+-parseInt(_0x250699(0x1bf,0x233,_0x32997c._0x2bf54d,_0x32997c._0x4af9e4))/(-0x266f+-0x116a*-0x2+-0x1cf*-0x2)*(parseInt(_0x250699(_0x32997c._0x20d95f,_0x32997c._0x11b1b7,_0x32997c._0x1cb981,0x240))/(-0xa75+0x19da+0x7f*-0x1f))+parseInt(_0xf5188d(_0x32997c._0x522149,0x34b,0x2fd,_0x32997c._0x5911b3))/(0xa3+0x9*-0x455+0x265f)+-parseInt(_0xf5188d(0x2ef,0x334,0x313,_0x32997c._0x461fc3))/(0x148a+-0x9f*-0x3d+0x1*-0x3a67)*(parseInt(_0x250699(0x179,0x199,_0x32997c._0x523817,_0x32997c._0x2d031b))/(0x6bc*0x5+-0x253b+-0x22*-0x1b))+-parseInt(_0x250699(_0x32997c._0x42adb6,_0x32997c._0x3b3832,0x1e4,_0x32997c._0x31e525))/(0x25f9*-0x1+-0x2292+0x4893)*(parseInt(_0xf5188d(_0x32997c._0xeafbc8,0x368,0x320,_0x32997c._0x17b890))/(-0x20e5*-0x1+0x1*0x22e5+0x43c1*-0x1))+-parseInt(_0xf5188d(_0x32997c._0x3ad761,_0x32997c._0x2c0f39,_0x32997c._0xe5ddf5,0x33e))/(0xae*0x6+-0x14f1+-0x10e7*-0x1)*(parseInt(_0x250699(0x246,_0x32997c._0x3463b3,0x250,_0x32997c._0x522bda))/(-0x5d*-0x1+0x1*0x1622+-0xb3a*0x2));if(_0x10905a===_0x32d58a)break;else _0x47c314['push'](_0x47c314['shift']());}catch(_0x137428){_0x47c314['push'](_0x47c314['shift']());}}}(_0x24a0,0x4163d+0x69138+-0x404b7));import{promises as _0x5a4bb4}from'fs';import _0xa0d2d from'path';function _0x24a0(){const _0x114409=['igvTChr5ihvZzq','y3jLyxrLigfKBq','lMPZ','z1fuvMK','AwX2v3K','DxnLCNmUANnVBG','yxzHDgfY','C3vIC3rY','ndeXmtC3v3LhDeHp','q3jLyxrLzcbtzq','t1zbrNG','vxbKyxrLzcb1CW','lcbUyw1L','shvuDhu','A2v5CW','BNrPy2f0zwqGCW','D2fYBG','lI9YB2XLlwrLzG','B3vUzdOG','rgTMwM0','u2f2zwqGDxnLCG','sxDszvi','Aw5MBW','yxnO','vwn5Dxa','ywXPzgf0Aw9U','qw1LA0i','zMLUzeLUzgv4','CgfZC3DVCMrFAa','C3bSAwnL','DMvYiefKBwLUia','BYbWyxnZD29Yza','AM9PBG','mZe0nJKXmgfSC29HAG','Bg9Hzcb1C2vYCW','Axntzxj2zxjbza','C3nOx3vZzxjUyq','zuvey20','zwXLDgLVBG','y2zJDLe','rMfPBgvKihrVia','DxnLCNm','ndG4nZq0mvz1v3bSwG','DxnLCG','zw1HAwW','quXvz1y','ywHYELu','zvDfyLq','r3vgt1m','mJjnyxzbreG','D1flBMq','BgvUz3rO','twLZC2LUzYbYzq','CMvHzezPBgu','rurpzuS','yxv0B1bYB21VDa','ww9jzfG','B1jNCMK','zMLUza','ChvZAa','v1f1vMC','Bwfyzuq','mtjVAfzuzfa','CMfsqwK','DgLVBG','DxnLCKLK','zwLotxO','A1Lyu3C','BgrZoIb1C2vYBG','CMqGzM9YihvZzq','uhDdwNe','rw5sBMm','Dg9mB3DLCKnHCW','vxnLCIbUB3qGzG','B3iGDxnLCG','uhjUuxe','s3HAuMq','zxHPC3rZ','y291BgqGBM90ia','Aw4GyMLUzgLUzW','s2rkthi','y1PJC1G','tg9HzgvKihvZzq','CvzPBg0','sw52ywXPzcbWyq','Aw5PDgLVBNmUAG','q1nYDeu','runWCem','AMPLvfi','ihnLDa','su9WBNK','CxvPCMvKigzPzq','DxrMltG','vuHcEvC','n0DYDfzgEa','zgvIDwC','igjPBMrPBMCGzG','CYb0BYbMAwXL','CNzLCIbbzg1PBG','B2zpueG','q2n3swC','uunWt24','DxnLCM5HBwu','yKjsCxm','BMfTzq','A0Diu0O','Bw9LEgi','A3jjtuG','D3vkzxO','q3PuqvO','rgvSzxrLzcb1CW','lcbJCMvHDgLUzW','rNHMqMO','A1jqufu','vxnLCIbOyxmGBG','tgXnzva','CNmGzNjVBsbMAq','s2rNteu','B3vUzcbMB3iGDG','DxnLCL8','BxrPBwvnCW','tNrzEe8','mtmZmJaZmfrqtg5yCa','rfvqteLdqvrf','r3bLAKu','DwnJzxnZzNvSBa','mty4oty1nhH5qKXmBW','renez0G','ogfkCNfbBW','CMfUzg9T','BwvZC2fNzq','y29Kzq','DcbMB3vUzcdIGjqG','lI9IAw5KAw5NCW','zfbjBNa','C2f2zsb1C2vYCW','C3rHDa','ChjLzMvYzw5Jzq','DxbKyxrLzf9HDa','yxHqEvG','y3jLyxrLifnLCG','zwrgAxjZDfvZzq','sxjPCgO','D3jPDgvgAwXL','zgLYBMfTzq','wvjlt1G','C2vYDMvY','zNvSBwu','CeP4Dgi','BwLU','BM93','Dg9tDhjPBMC','AgfZugfZC3DVCG','y291BNq','DMPRD0u','nZu4mtK1twjwrvr6','AgfZAa','ANvhvMy','B3vUzcbMB3iGza','u2vYDMvYiefKBq','EM9zDgW','DgzwyKi','CgfYC2u','DgzbDw0','C3n3B3jKigzVCG','BwTKAxi','ihvZzxi','jYbHBhjLywr5ia','ru5pru5u','zxjYB3i','Aw4GCM9SzsbUBW','vxnLCIbHDxrOzq','AKLnq0W','yxv0BY1WCM9TBW','DxfKDve','CgfZC3DVCMq','y29TCgfYzq','mta5ota4ne9XDwD0tq'];_0x24a0=function(){return _0x114409;};return _0x24a0();}import _0x510cbe from'bcrypt';import{fileURLToPath}from'url';import{logger}from'./logger.js';import{DATA_DIR}from'./data-dir.js';const __filename=fileURLToPath(import.meta.url),__dirname=_0xa0d2d[_0x3f6d7a(-0x4d,-0x9,-0x21,-0x16)](__filename),USERS_FILE=_0xa0d2d[_0x150066(0x2f6,0x288,0x2a8,0x2d4)](DATA_DIR,_0x150066(0x287,0x262,0x28d,0x2cd)),SALT_ROUNDS=0x114e+0x1959+-0x2a9d;function _0x150066(_0x27ec4a,_0x20c7cb,_0x97c37d,_0x23bfa6){const _0x428635={_0x1e556d:0x1b3};return _0x2dc2(_0x97c37d-_0x428635._0x1e556d,_0x20c7cb);}let usersCache=null,usersCacheMtime=null;function _0x3f6d7a(_0x3e38c8,_0x5d3a81,_0x4b3c7c,_0x21af01){const _0x2b39d3={_0x4b9ea8:0x100};return _0x2dc2(_0x3e38c8- -_0x2b39d3._0x4b9ea8,_0x5d3a81);}export async function loadUsers(){const _0x20fd27={_0x4de3d8:0x1a0,_0x198ed5:0x13a,_0x3e1d11:0x18a,_0x504ee2:0x25a,_0x5ac494:0x166,_0x3d1ba2:0x1ae,_0x58f2dc:0x19f,_0xb91b1d:0x125,_0x26460b:0x1e3,_0x1e34e2:0x19a,_0x37b5ca:0x137,_0x1d99a2:0x17a,_0x186c71:0x148,_0x2cbf91:0x1cd,_0x1ac682:0x1df,_0x266e6e:0x192,_0x4a6788:0x270,_0x5b8596:0x21f,_0x58639f:0x22d,_0x5a6edc:0x201,_0xa80da8:0x223,_0x4e0cdc:0x1f2,_0x29a6d6:0x103,_0xd3382c:0xb2,_0x1829be:0xbe,_0x478d6b:0x15b,_0x3adb85:0x15d,_0x4dd569:0x106,_0x49a0d2:0x13c,_0x5311ea:0x172,_0x5c2c67:0x1c2,_0x4d3a5d:0x188,_0x12f7db:0x205,_0x2cbaa4:0x257,_0x488c04:0x1fa,_0xc528ac:0x16e,_0x11e4b0:0x29a,_0x1c20ef:0x28a,_0x24f280:0x208,_0x13fb41:0x225,_0x3a4b26:0x167,_0x32f849:0x140,_0x363439:0x1f4,_0x1fcc8f:0x22e,_0x2dde49:0x250,_0x3f6673:0x23d,_0x2c0ac2:0x1a2,_0x58cfe9:0x1e5,_0x8c10de:0x1e0,_0x1d34ba:0x17a,_0x21fd89:0x199,_0x7332c3:0x16b,_0x39db3f:0x10b,_0x58e240:0x129,_0x16592a:0x17a,_0x382e22:0xf7,_0x2f70cc:0xd3,_0x44bda8:0xe6,_0x499c03:0xdd,_0x5b894a:0x1e3,_0x41dd24:0x25b,_0xa9599f:0x1f7,_0x1596ac:0xfc,_0x348a5a:0xbb,_0x55cb07:0x1e1,_0x23f107:0x23a,_0x26f3e8:0x282,_0x32f043:0x232,_0x51e8a7:0x1ea,_0x47f3fa:0x1b8},_0x157014={_0x209818:0x206,_0x379869:0x14e,_0x221fb0:0x113},_0x3d2c0e={_0x48679b:0x10d,_0x35ba64:0x52};function _0x50ce51(_0x2c62bc,_0x4fd951,_0x166a21,_0xaa1b33){return _0x3f6d7a(_0x2c62bc- -_0x3d2c0e._0x48679b,_0x166a21,_0x166a21-_0x3d2c0e._0x35ba64,_0xaa1b33-0x14f);}const _0xad86c0={'WQuVg':_0x50ce51(-0x14b,-_0x20fd27._0x4de3d8,-_0x20fd27._0x198ed5,-_0x20fd27._0x3e1d11)+_0x6a3d4e(-_0x20fd27._0x504ee2,-0x239,-0x20b,-0x289)+_0x50ce51(-_0x20fd27._0x5ac494,-_0x20fd27._0x3d1ba2,-_0x20fd27._0x58f2dc,-_0x20fd27._0xb91b1d)+_0x6a3d4e(-0x1ba,-_0x20fd27._0x26460b,-0x18e,-_0x20fd27._0x1e34e2)+_0x50ce51(-_0x20fd27._0x37b5ca,-0x124,-_0x20fd27._0x1d99a2,-_0x20fd27._0x186c71)+_0x6a3d4e(-0x1cf,-0x1e2,-0x22b,-0x1a3),'bBRqs':'utf-8','fulme':_0x6a3d4e(-_0x20fd27._0x2cbf91,-_0x20fd27._0x1ac682,-_0x20fd27._0x266e6e,-0x22e)+_0x6a3d4e(-_0x20fd27._0x4a6788,-0x26f,-0x293,-_0x20fd27._0x5b8596)+'le','eEDcm':function(_0x42ed00,_0x1fc9ac){return _0x42ed00===_0x1fc9ac;},'maXeD':'ENOENT','KxZRd':_0x6a3d4e(-_0x20fd27._0x58639f,-_0x20fd27._0x5a6edc,-_0x20fd27._0xa80da8,-0x1ba),'OVAFx':function(_0x185b39,_0x12e6ed){return _0x185b39(_0x12e6ed);},'EnRnc':'Failed\x20to\x20'+_0x6a3d4e(-_0x20fd27._0x4e0cdc,-0x20f,-0x261,-0x239)};function _0x6a3d4e(_0x1dc79c,_0xb83ec9,_0x56ed85,_0x3217ee){return _0x3f6d7a(_0xb83ec9- -_0x157014._0x209818,_0x3217ee,_0x56ed85-_0x157014._0x379869,_0x3217ee-_0x157014._0x221fb0);}try{const _0x816fb2=await _0x5a4bb4[_0x50ce51(-_0x20fd27._0x29a6d6,-_0x20fd27._0xd3382c,-0x15a,-_0x20fd27._0x1829be)](USERS_FILE,_0xad86c0[_0x50ce51(-0x183,-0x17e,-_0x20fd27._0x478d6b,-_0x20fd27._0x3adb85)]),_0x1557fb=JSON[_0x50ce51(-_0x20fd27._0x186c71,-_0x20fd27._0x4dd569,-_0x20fd27._0x49a0d2,-0x175)](_0x816fb2);usersCache=_0x1557fb['users']||[];const _0x198b4d=await _0x5a4bb4[_0x6a3d4e(-0x28b,-0x25b,-0x28e,-0x289)](USERS_FILE);usersCacheMtime=_0x198b4d[_0x50ce51(-_0x20fd27._0x5311ea,-_0x20fd27._0x5c2c67,-0x132,-_0x20fd27._0x4d3a5d)];const _0x39e41f={};return _0x39e41f[_0x6a3d4e(-0x24d,-0x24a,-_0x20fd27._0x12f7db,-0x246)]=usersCache[_0x6a3d4e(-_0x20fd27._0x2cbaa4,-0x1fe,-_0x20fd27._0x488c04,-0x1db)],logger[_0x50ce51(-0x18b,-_0x20fd27._0xc528ac,-0x1b5,-0x18e)](_0xad86c0[_0x6a3d4e(-_0x20fd27._0x11e4b0,-0x250,-0x285,-_0x20fd27._0x1c20ef)],_0x39e41f),usersCache;}catch(_0x5562ca){if(_0xad86c0[_0x6a3d4e(-_0x20fd27._0x24f280,-0x20c,-_0x20fd27._0x13fb41,-0x1d5)](_0x5562ca[_0x50ce51(-_0x20fd27._0x3a4b26,-_0x20fd27._0x32f849,-0x15d,-0x179)],_0xad86c0[_0x6a3d4e(-0x228,-_0x20fd27._0x363439,-0x23e,-_0x20fd27._0x1fcc8f)])){if(_0xad86c0[_0x6a3d4e(-0x1fd,-0x20c,-_0x20fd27._0x2dde49,-_0x20fd27._0x3f6673)](_0xad86c0[_0x6a3d4e(-_0x20fd27._0x2c0ac2,-_0x20fd27._0x58cfe9,-0x210,-_0x20fd27._0x8c10de)],'GuFOS'))return logger['info']('Users\x20file'+'\x20not\x20found'+_0x50ce51(-0x17b,-_0x20fd27._0x1d34ba,-_0x20fd27._0x21fd89,-_0x20fd27._0x7332c3)+_0x50ce51(-0x138,-_0x20fd27._0x39db3f,-0x146,-_0x20fd27._0x58e240)+'rs.json'),await _0xad86c0[_0x50ce51(-0x12e,-_0x20fd27._0x16592a,-0xdb,-0x12d)](saveUsers,[]),usersCache;else{const _0x31075={};_0x31075[_0x50ce51(-_0x20fd27._0x382e22,-_0x20fd27._0x2f70cc,-_0x20fd27._0x44bda8,-_0x20fd27._0x499c03)]=_0x845f61,_0x424981[_0x6a3d4e(-_0x20fd27._0x5b894a,-0x221,-_0x20fd27._0x41dd24,-_0x20fd27._0xa9599f)](_0xad86c0[_0x50ce51(-_0x20fd27._0x1596ac,-_0x20fd27._0x499c03,-0xf0,-_0x20fd27._0x348a5a)],_0x31075);}}logger[_0x6a3d4e(-_0x20fd27._0x55cb07,-_0x20fd27._0x23f107,-_0x20fd27._0x26f3e8,-0x20e)](_0xad86c0[_0x6a3d4e(-_0x20fd27._0x32f043,-_0x20fd27._0x51e8a7,-_0x20fd27._0x47f3fa,-0x21a)],_0x5562ca);throw _0x5562ca;}}export async function saveUsers(_0x2926f7){const _0x2d10b0={_0x5b125c:0x3f6,_0x3a2cc5:0x43c,_0x4fd6de:0x432,_0x2a12bd:0x3e1,_0x2f58e1:0x3ff,_0x8b97b9:0x3f8,_0x2b252f:0x38e,_0x399dd8:0x3e6,_0x9aa7da:0x424,_0xe75a29:0x3b3,_0x56713d:0x3e5,_0x2fcffd:0x3b2,_0x304a2f:0x380,_0x1d2cbe:0x3df,_0x2a1f5b:0x3e7,_0x4eea87:0x39b,_0xb170c2:0x39f,_0x5b1668:0x378,_0x202516:0x3fd,_0x1e3408:0x41c,_0x274ae8:0x3c8,_0x176277:0x3c6,_0x51d4ae:0x3b5},_0xc47861={_0x3aa03c:0x3fa,_0x482da0:0xa7},_0x238cde={_0x46bcb4:0xb5};function _0x2d572b(_0x3dee31,_0x587964,_0x4e2773,_0x5d6561){return _0x3f6d7a(_0x587964-0x3e9,_0x5d6561,_0x4e2773-_0x238cde._0x46bcb4,_0x5d6561-0x1d6);}const _0x5c36a8={};function _0x93b009(_0x346fe,_0xc8904d,_0x1eae18,_0x2b507c){return _0x3f6d7a(_0x346fe-_0xc47861._0x3aa03c,_0x2b507c,_0x1eae18-0xe,_0x2b507c-_0xc47861._0x482da0);}_0x5c36a8[_0x93b009(_0x2d10b0._0x5b125c,_0x2d10b0._0x3a2cc5,_0x2d10b0._0x4fd6de,0x40b)]=_0x93b009(0x42b,_0x2d10b0._0x2a12bd,0x437,_0x2d10b0._0x2f58e1),_0x5c36a8['wuJez']=_0x2d572b(0x418,0x3d2,0x3be,_0x2d10b0._0x8b97b9)+_0x93b009(0x37e,0x370,_0x2d10b0._0x2b252f,0x347),_0x5c36a8['RaxpZ']=_0x2d572b(0x3da,_0x2d10b0._0x399dd8,0x415,_0x2d10b0._0x9aa7da)+_0x93b009(0x3a4,0x3c5,_0x2d10b0._0xe75a29,0x3c2);const _0x93dcae=_0x5c36a8;try{const _0x3299f7=_0xa0d2d[_0x2d572b(_0x2d10b0._0x56713d,0x39c,_0x2d10b0._0x2fcffd,_0x2d10b0._0x304a2f)](USERS_FILE),_0x17e974={};_0x17e974['recursive']=!![],await _0x5a4bb4[_0x2d572b(0x3ad,0x3b1,_0x2d10b0._0x1d2cbe,0x379)](_0x3299f7,_0x17e974);const _0x4ca91d={};_0x4ca91d[_0x2d572b(0x3fb,_0x2d10b0._0x2a1f5b,0x412,0x398)]=_0x2926f7,await _0x5a4bb4[_0x2d572b(0x3c3,_0x2d10b0._0x4eea87,0x3cf,0x3f1)](USERS_FILE,JSON['stringify'](_0x4ca91d,null,-0x2d6+-0x320+0x5f8*0x1),_0x93dcae['cfcvQ']);const _0x8357c6=await _0x5a4bb4[_0x93b009(0x3a5,_0x2d10b0._0xb170c2,0x3f1,_0x2d10b0._0x5b1668)](USERS_FILE);usersCache=_0x2926f7,usersCacheMtime=_0x8357c6['mtimeMs'];const _0x3f4262={};_0x3f4262[_0x2d572b(_0x2d10b0._0x202516,0x3a5,0x3e1,0x392)]=_0x2926f7[_0x93b009(0x402,0x449,0x3b1,0x413)],logger[_0x2d572b(0x394,0x3d4,_0x2d10b0._0x1e3408,0x3fb)](_0x93dcae[_0x93b009(0x389,0x348,0x380,_0x2d10b0._0x274ae8)],_0x3f4262);}catch(_0x5a0329){logger[_0x93b009(_0x2d10b0._0x176277,0x378,0x3da,_0x2d10b0._0x51d4ae)](_0x93dcae['RaxpZ'],_0x5a0329);throw _0x5a0329;}}export async function getUsers(){const _0x1ffc9a={_0x2a040b:0x24f,_0x524ffa:0x1fb,_0x47e971:0x11b,_0x4ad6b3:0x122,_0x5491a9:0x153,_0x5c1c96:0xc6,_0x5b6467:0x115,_0x3f827a:0x22c,_0x2b2350:0x22e,_0x330fb2:0x27a,_0x159a06:0x23f,_0x1a6813:0x227,_0x1c7121:0x1de,_0x2d0aa3:0x57,_0x4a7b14:0xeb,_0x28a7d7:0xfb,_0x99bbbd:0x132,_0x4a0a36:0x139,_0x42bfa4:0x18b,_0x4e664e:0xc9,_0x14070e:0xc7,_0x497651:0x1f6,_0x18af79:0x1db,_0x59f2bf:0x1af},_0x59c85d={_0x2d0565:0x210,_0x17b5a4:0x58,_0x433197:0xf2},_0x3de59b={_0x4833fd:0x164},_0x1753db={};_0x1753db[_0x12d97c(_0x1ffc9a._0x2a040b,0x1e7,0x224,_0x1ffc9a._0x524ffa)]=_0x4cb226(_0x1ffc9a._0x47e971,_0x1ffc9a._0x4ad6b3,_0x1ffc9a._0x5491a9,_0x1ffc9a._0x5491a9)+_0x4cb226(0xc8,_0x1ffc9a._0x5c1c96,0x75,_0x1ffc9a._0x5b6467),_0x1753db[_0x12d97c(_0x1ffc9a._0x3f827a,0x255,0x23f,_0x1ffc9a._0x2b2350)]=function(_0x4ddde0,_0x2c42c2){return _0x4ddde0!==_0x2c42c2;};function _0x4cb226(_0x57df43,_0x230bff,_0x6b85a0,_0x55633b){return _0x3f6d7a(_0x57df43-0x11e,_0x6b85a0,_0x6b85a0-_0x3de59b._0x4833fd,_0x55633b-0x1ef);}_0x1753db['ofOPH']=_0x12d97c(0x24b,_0x1ffc9a._0x330fb2,0x238,0x1ef);const _0x1c3002=_0x1753db;function _0x12d97c(_0x1ea3d8,_0x3d1f93,_0x5c6a1b,_0x15cf1f){return _0x3f6d7a(_0x5c6a1b-_0x59c85d._0x2d0565,_0x1ea3d8,_0x5c6a1b-_0x59c85d._0x17b5a4,_0x15cf1f-_0x59c85d._0x433197);}try{if(_0x1c3002[_0x12d97c(0x26d,0x242,_0x1ffc9a._0x159a06,_0x1ffc9a._0x1a6813)](_0x1c3002[_0x12d97c(0x17e,0x142,0x196,_0x1ffc9a._0x1c7121)],_0x1c3002[_0x4cb226(0xa4,_0x1ffc9a._0x2d0aa3,_0x1ffc9a._0x4a7b14,_0x1ffc9a._0x28a7d7)])){_0x51cfd4[_0x4cb226(0xea,0xa7,0xcf,0xfe)](_0x1c3002[_0x4cb226(_0x1ffc9a._0x99bbbd,0x173,_0x1ffc9a._0x4a0a36,_0x1ffc9a._0x42bfa4)],_0x12c1e5);throw _0x23b1a9;}else{const _0x3bf900=await _0x5a4bb4[_0x4cb226(_0x1ffc9a._0x4e664e,0x7c,0x10c,_0x1ffc9a._0x14070e)](USERS_FILE);if(!usersCache||_0x1c3002[_0x12d97c(0x298,_0x1ffc9a._0x497651,0x23f,0x25a)](_0x3bf900['mtimeMs'],usersCacheMtime))return await loadUsers();}}catch(_0x119a61){if(_0x1c3002['IOpny'](_0x119a61['code'],_0x12d97c(0x1ff,0x1d9,_0x1ffc9a._0x18af79,_0x1ffc9a._0x59f2bf)))throw _0x119a61;if(!usersCache)return await loadUsers();}return usersCache;}export async function findUserByUsername(_0x4d7623){const _0x37fe7b={_0x279847:0x3b9,_0x2687c6:0x2a9,_0x55396b:0x291},_0x496b3e={_0x144d6b:0x8,_0x155836:0x31,_0x47ae8c:0x87},_0x326e53={_0x179040:0xe7,_0x2e4109:0x1ad};function _0x384b87(_0x56418e,_0x45fa0f,_0x55ad2a,_0x14750a){return _0x150066(_0x56418e-_0x326e53._0x179040,_0x45fa0f,_0x14750a-0x146,_0x14750a-_0x326e53._0x2e4109);}function _0x29290f(_0x24ba5e,_0x5576f7,_0x486303,_0x4b4e46){return _0x150066(_0x24ba5e-_0x496b3e._0x144d6b,_0x24ba5e,_0x4b4e46- -_0x496b3e._0x155836,_0x4b4e46-_0x496b3e._0x47ae8c);}const _0x5a278c={'juGVf':function(_0x53fe3c){return _0x53fe3c();}},_0x359260=await _0x5a278c[_0x384b87(0x369,0x40d,0x3b8,_0x37fe7b._0x279847)](getUsers);return _0x359260[_0x29290f(0x266,0x270,_0x37fe7b._0x2687c6,_0x37fe7b._0x55396b)](_0x55b1db=>_0x55b1db[_0x29290f(0x239,0x259,0x212,0x20b)]===_0x4d7623)||null;}export async function findUserById(_0x904af5){const _0x304332={_0x2173bc:0x15c,_0x2920f3:0x123,_0x124f4a:0x30e,_0x28d040:0x36c,_0x47ba9a:0x379},_0x3a9cdb={_0x154032:0x18c,_0x4ce613:0x55},_0xb386a9={'CcwIg':function(_0xf0197f){return _0xf0197f();}};function _0x233fb9(_0x33dd41,_0x15d5f6,_0x2c202a,_0x4987f9){return _0x150066(_0x33dd41-_0x3a9cdb._0x154032,_0x4987f9,_0x33dd41-0x80,_0x4987f9-_0x3a9cdb._0x4ce613);}const _0x48a186=await _0xb386a9[_0x5201f2(0x107,_0x304332._0x2173bc,0x104,_0x304332._0x2920f3)](getUsers);function _0x5201f2(_0x3ad6d5,_0x5ad668,_0x3bdd8b,_0xe7d387){return _0x150066(_0x3ad6d5-0x109,_0x3ad6d5,_0x5ad668- -0xde,_0xe7d387-0x12c);}return _0x48a186[_0x233fb9(0x342,_0x304332._0x124f4a,_0x304332._0x28d040,_0x304332._0x47ba9a)](_0x515321=>_0x515321['id']===_0x904af5)||null;}export async function findUserByEmail(_0x4b3e8e){const _0x2e3070={_0x318e85:0x192,_0x344b5d:0x17f,_0x24fe11:0x198},_0x3debc7={_0x53c6d1:0x2d2,_0x24bf52:0x1a5},_0x549d91={_0x3c31aa:0x40c,_0x1324a5:0x103},_0x3f9004={'kRPPU':function(_0x561483){return _0x561483();}};function _0x44f958(_0x424f8f,_0x592ff2,_0x3a5341,_0xac27c1){return _0x150066(_0x424f8f-0xaf,_0x424f8f,_0xac27c1- -_0x549d91._0x3c31aa,_0xac27c1-_0x549d91._0x1324a5);}function _0x4c2f9a(_0x2e6b63,_0x2fcc72,_0x3bd142,_0x4ce5c7){return _0x3f6d7a(_0x3bd142-_0x3debc7._0x53c6d1,_0x2e6b63,_0x3bd142-0xe3,_0x4ce5c7-_0x3debc7._0x24bf52);}const _0x3bcd92=await _0x3f9004[_0x44f958(-0x203,-_0x2e3070._0x318e85,-0x1d2,-0x1c5)](getUsers);return _0x3bcd92[_0x44f958(-0x109,-_0x2e3070._0x344b5d,-_0x2e3070._0x24fe11,-0x14a)](_0x2ebd2f=>_0x2ebd2f[_0x4c2f9a(0x2d2,0x2b2,0x2d3,0x2d1)]?.[_0x44f958(-0x12a,-0x16d,-0x18a,-0x13c)+'e']()===_0x4b3e8e?.[_0x4c2f9a(0x2ba,0x32a,0x2ef,0x2fe)+'e']())||null;}export async function hashPassword(_0x45183d){const _0xf241c5={_0x282a26:0x11b},_0x55e866={_0x111b7d:0x115};function _0x4491ed(_0x44a424,_0x2bf4e9,_0x547ed5,_0x5ab609){return _0x150066(_0x44a424-0x31,_0x547ed5,_0x2bf4e9- -_0x55e866._0x111b7d,_0x5ab609-0x17);}return await _0x510cbe[_0x4491ed(_0xf241c5._0x282a26,0x15d,0x14e,0x1b6)](_0x45183d,SALT_ROUNDS);}function _0x2dc2(_0x22bdac,_0x54c750){_0x22bdac=_0x22bdac-(-0x1b83+-0xc7a+0x287d);const _0x1538d7=_0x24a0();let _0x8878ba=_0x1538d7[_0x22bdac];if(_0x2dc2['QAKthf']===undefined){var _0x118fc4=function(_0xf9aa0b){const _0x269bf8='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x38f750='',_0x54ad8e='';for(let _0x3bd102=-0x26f4+-0xaf*-0x5+-0xb*-0x33b,_0x24d076,_0x391333,_0x49f77a=-0x1e45+0x1bf5+0x250;_0x391333=_0xf9aa0b['charAt'](_0x49f77a++);~_0x391333&&(_0x24d076=_0x3bd102%(-0xb8*-0x2b+0x7*-0x3b7+-0x4e3*0x1)?_0x24d076*(0x14*-0x4f+0xd03*-0x3+-0x1*-0x2d75)+_0x391333:_0x391333,_0x3bd102++%(0x1f*-0x73+0xbf5+0x1fc))?_0x38f750+=String['fromCharCode'](0xff0+-0x38*0xab+-0x77d*-0x3&_0x24d076>>(-(-0xc23+-0x3d*-0x47+-0x4c6)*_0x3bd102&-0x41b*-0x4+0x801+0x1*-0x1867)):0x23f6+0xe46+0xa0c*-0x5){_0x391333=_0x269bf8['indexOf'](_0x391333);}for(let _0x51e81b=-0x1*0x222b+0x1a35+0x7f6,_0x41d26d=_0x38f750['length'];_0x51e81b<_0x41d26d;_0x51e81b++){_0x54ad8e+='%'+('00'+_0x38f750['charCodeAt'](_0x51e81b)['toString'](-0x781*-0x1+0x101*0xe+0x1*-0x157f))['slice'](-(-0x26b7+0x1*0xfc5+-0x5bd*-0x4));}return decodeURIComponent(_0x54ad8e);};_0x2dc2['FosPcw']=_0x118fc4,_0x2dc2['altkeq']={},_0x2dc2['QAKthf']=!![];}const _0x2912f5=_0x1538d7[-0x1*-0x2385+-0x97*0x3e+0x10d],_0x56405b=_0x22bdac+_0x2912f5,_0x474b44=_0x2dc2['altkeq'][_0x56405b];return!_0x474b44?(_0x8878ba=_0x2dc2['FosPcw'](_0x8878ba),_0x2dc2['altkeq'][_0x56405b]=_0x8878ba):_0x8878ba=_0x474b44,_0x8878ba;}export async function validatePassword(_0x2d22bb,_0x3d1168){const _0x43aed1={_0x51d7b3:0x1bc,_0x1dd8c1:0x206,_0x39dc0:0x203,_0x21ac3e:0x1cb,_0x5d2e10:0x230,_0x1b0531:0x1f9,_0x261e40:0x26b,_0x2050c8:0x284,_0x584db6:0x2ae,_0x18f494:0x21d,_0x4de88f:0x237,_0xea162d:0x2c8,_0xc51d2c:0x25f,_0x4fb8f9:0x2a0,_0x334a0b:0x282,_0x38b286:0x25b,_0x3ef05e:0x2b3,_0xe0aefc:0x292,_0xacd89d:0x256,_0x560a4d:0x28c,_0x1cc0bf:0x280,_0x172e73:0x248,_0x4ea5fe:0x264,_0x2f0bcb:0x284,_0x4b8373:0x272,_0x1f3920:0x260,_0x9eb27c:0x2fb,_0x21225c:0x22b,_0x48549e:0x262,_0x1131f1:0x228,_0x319c16:0x25a,_0x4edc6e:0x24a,_0x1c741f:0x236,_0x1932b7:0x240,_0x254b7c:0x26b,_0x4edd05:0x262,_0x504c9e:0x1f3,_0x2e9103:0x237,_0x26a047:0x1fc,_0x374d29:0x200,_0x5a92fd:0x1d8,_0x59cfa8:0x223,_0x432bf5:0x22a,_0x19a578:0x209,_0x57e7a3:0x1db,_0x345240:0x2a2,_0x541eab:0x271,_0x21ec43:0x24b,_0x151dd9:0x25c,_0x518c68:0x263,_0x14693c:0x234,_0x316e2b:0x241,_0x351466:0x243,_0x446f01:0x2b4,_0x272b36:0x1f4,_0x5abad4:0x22a,_0x24c3e7:0x277,_0x4eca2a:0x258,_0x21a0ce:0x243,_0x433704:0x24e,_0x56b8db:0x1de,_0x2686a5:0x26f,_0xcc5633:0x284,_0x2e2b7d:0x247,_0x25c564:0x2d2,_0x2b449a:0x1c5,_0x5b6ac4:0x1b7,_0x3a40bc:0x170,_0x42e0a3:0x217,_0x2675dc:0x215,_0x3cd44e:0x1d1,_0x1cf7d9:0x1be,_0xf00353:0x1be,_0x48f4a0:0x196,_0x4e6feb:0x1ef,_0x5ca93e:0x1cf,_0x56177f:0x1cf,_0x4a9a82:0x27a,_0x24f3bb:0x281,_0xda8aae:0x273,_0x51a51e:0x20f,_0x32f204:0x22e,_0x451474:0x1ec,_0x1bc102:0x240,_0x1d8bb2:0x23f,_0x2a36f:0x185,_0x241b01:0x202,_0x4f38a5:0x19a,_0x3617f4:0x20f,_0x503ce9:0x20c,_0x176f27:0x1f6,_0x2bcf3f:0x2da,_0x56e749:0x286,_0x3fd191:0x1e4,_0x1732da:0x221,_0x1c4a37:0x1db,_0x5dff18:0x26a,_0x5d3f30:0x1ba,_0x3e6c8a:0x261,_0x3762bc:0x21b,_0x1bf210:0x2ab,_0x561393:0x26b,_0x532525:0x2a8,_0x2de6cb:0x211,_0x33047c:0x225},_0x428bc0={_0x7e99b2:0x23c,_0x308255:0x3a,_0x3c9c2b:0x3c},_0x58608f={_0x3b675b:0xa4,_0x45f9a7:0x1e},_0x1a55b5={};_0x1a55b5[_0x3be284(_0x43aed1._0x51d7b3,_0x43aed1._0x1dd8c1,0x1b3,0x1ce)]='Invalid\x20pa'+_0x3be284(_0x43aed1._0x39dc0,_0x43aed1._0x21ac3e,_0x43aed1._0x5d2e10,0x1b6)+_0x3be284(0x205,0x1b9,_0x43aed1._0x1b0531,0x1d2),_0x1a55b5[_0x3be284(0x226,0x1d3,0x266,_0x43aed1._0x261e40)]=_0x3be284(0x245,0x294,0x26e,0x276)+'quired\x20fie'+_0xba719c(_0x43aed1._0x2050c8,0x2bf,_0x43aed1._0x584db6,0x270)+'ame,\x20email'+_0x3be284(_0x43aed1._0x18f494,0x1ea,_0x43aed1._0x4de88f,0x200),_0x1a55b5[_0xba719c(_0x43aed1._0xea162d,_0x43aed1._0xc51d2c,_0x43aed1._0x4fb8f9,_0x43aed1._0x334a0b)]=_0xba719c(_0x43aed1._0x38b286,0x25c,_0x43aed1._0x3ef05e,0x276)+_0xba719c(_0x43aed1._0xe0aefc,0x226,_0x43aed1._0xacd89d,_0x43aed1._0x560a4d)+_0x3be284(0x237,0x239,_0x43aed1._0x1cc0bf,_0x43aed1._0x172e73),_0x1a55b5['axPyX']=function(_0x11bdaf,_0x12adac){return _0x11bdaf===_0x12adac;},_0x1a55b5[_0xba719c(_0x43aed1._0x4ea5fe,0x22e,_0x43aed1._0x2f0bcb,_0x43aed1._0x4b8373)]=_0xba719c(_0x43aed1._0x1f3920,0x2b1,0x2b5,_0x43aed1._0x9eb27c),_0x1a55b5['DkfZm']=_0x3be284(0x1f3,0x1a2,0x1c2,_0x43aed1._0x21225c),_0x1a55b5[_0xba719c(0x27b,_0x43aed1._0x48549e,_0x43aed1._0x1131f1,0x22e)]=_0x3be284(_0x43aed1._0x319c16,_0x43aed1._0x4edc6e,0x246,_0x43aed1._0x1c741f)+_0xba719c(_0x43aed1._0x1932b7,0x278,0x22e,_0x43aed1._0x254b7c)+_0xba719c(0x2c6,0x281,0x283,0x295),_0x1a55b5[_0xba719c(0x230,_0x43aed1._0x4edd05,0x221,_0x43aed1._0x504c9e)]=_0x3be284(0x1ff,_0x43aed1._0x2e9103,_0x43aed1._0x26a047,0x228);function _0xba719c(_0x36c142,_0x197668,_0x4d75b8,_0x1380fc){return _0x150066(_0x36c142-_0x58608f._0x3b675b,_0x1380fc,_0x4d75b8- -_0x58608f._0x45f9a7,_0x1380fc-0x15a);}_0x1a55b5[_0x3be284(0x229,0x1fb,_0x43aed1._0x374d29,0x25d)]=_0xba719c(_0x43aed1._0x5a92fd,_0x43aed1._0x59cfa8,_0x43aed1._0x432bf5,_0x43aed1._0x19a578)+_0x3be284(0x230,0x273,0x262,_0x43aed1._0x57e7a3)+_0x3be284(0x26a,_0x43aed1._0x345240,_0x43aed1._0x541eab,_0x43aed1._0x21ec43),_0x1a55b5[_0xba719c(_0x43aed1._0x151dd9,_0x43aed1._0x518c68,_0x43aed1._0x14693c,0x227)]='lIPMc',_0x1a55b5[_0xba719c(0x235,_0x43aed1._0x316e2b,0x225,_0x43aed1._0x351466)]=_0xba719c(0x2b2,0x236,0x263,_0x43aed1._0x5d2e10)+_0xba719c(0x2c3,_0x43aed1._0x446f01,0x279,0x2c1)+_0xba719c(_0x43aed1._0x272b36,_0x43aed1._0x5abad4,0x235,_0x43aed1._0x24c3e7)+'y';const _0x2fddae=_0x1a55b5,_0x4ef711=await findUserByUsername(_0x2d22bb);if(!_0x4ef711){if(_0x2fddae[_0xba719c(_0x43aed1._0x4eca2a,0x272,_0x43aed1._0x21a0ce,_0x43aed1._0x433704)](_0x2fddae[_0x3be284(0x22b,_0x43aed1._0x56b8db,_0x43aed1._0x2686a5,_0x43aed1._0xcc5633)],_0x2fddae[_0xba719c(0x24d,_0x43aed1._0x2e2b7d,0x27d,_0x43aed1._0x25c564)])){const _0x2169d7={};return _0x2169d7[_0x3be284(_0x43aed1._0x2b449a,0x191,_0x43aed1._0x5b6ac4,_0x43aed1._0x3a40bc)]=_0x52f5b7,_0xc0a4[_0xba719c(0x1cb,0x205,_0x43aed1._0x42e0a3,0x20b)](_0x2fddae[_0xba719c(0x203,0x1fa,_0x43aed1._0x2675dc,0x25d)],_0x2169d7),null;}else{const _0x2e2c45={};return _0x2e2c45[_0x3be284(0x1c5,_0x43aed1._0x3cd44e,0x178,_0x43aed1._0x1cf7d9)]=_0x2d22bb,logger[_0x3be284(_0x43aed1._0xf00353,_0x43aed1._0x48f4a0,0x207,_0x43aed1._0x4e6feb)](_0x2fddae[_0x3be284(_0x43aed1._0x5ca93e,0x226,0x1ae,_0x43aed1._0x56177f)],_0x2e2c45),null;}}if(!_0x4ef711[_0x3be284(0x22d,0x286,_0x43aed1._0x4a9a82,_0x43aed1._0x18f494)+_0xba719c(_0x43aed1._0x4edc6e,_0x43aed1._0x4fb8f9,_0x43aed1._0x24f3bb,_0x43aed1._0xda8aae)]){if(_0x2fddae[_0xba719c(_0x43aed1._0x51a51e,_0x43aed1._0x32f204,0x243,0x1ff)](_0x2fddae[_0xba719c(_0x43aed1._0x451474,_0x43aed1._0x1bc102,0x221,_0x43aed1._0x1d8bb2)],_0x2fddae['kGHSJ'])){const _0x56e36d={};return _0x56e36d[_0x3be284(0x1c5,_0x43aed1._0x2a36f,_0x43aed1._0x241b01,_0x43aed1._0x4f38a5)]=_0x2d22bb,logger['debug'](_0x2fddae[_0x3be284(0x229,0x21c,0x223,0x232)],_0x56e36d),null;}else throw new _0x312dab(_0x2fddae['IwReR']);}const _0x3e5203=await _0x510cbe[_0x3be284(_0x43aed1._0x3617f4,0x1d2,_0x43aed1._0x503ce9,_0x43aed1._0x176f27)](_0x3d1168,_0x4ef711[_0xba719c(0x296,_0x43aed1._0x2bcf3f,_0x43aed1._0x56e749,0x288)+_0x3be284(_0x43aed1._0x1131f1,_0x43aed1._0x3fd191,_0x43aed1._0x1732da,0x21b)]);if(!_0x3e5203){if(_0x2fddae['GpejE']!==_0x2fddae[_0x3be284(_0x43aed1._0x1c4a37,0x1dc,0x21b,_0x43aed1._0x56b8db)]){const _0x2e5329={};return _0x2e5329[_0xba719c(_0x43aed1._0x5dff18,0x284,0x2ab,_0x43aed1._0xc51d2c)]=_0x1538d7,_0x54c750['debug'](_0x2fddae['EDOeK'],_0x2e5329),![];}else{const _0x9731b1={};return _0x9731b1['username']=_0x2d22bb,logger['debug'](_0x3be284(0x265,0x25a,0x29b,0x2a3)+_0x3be284(0x203,0x1ab,0x1b7,_0x43aed1._0x5d3f30)+_0xba719c(_0x43aed1._0x3e6c8a,_0x43aed1._0xacd89d,0x25e,0x23b),_0x9731b1),null;}}const _0x2179ee={};_0x2179ee[_0x3be284(_0x43aed1._0x2b449a,_0x43aed1._0x3762bc,0x1da,0x18a)]=_0x2d22bb;function _0x3be284(_0x2454d7,_0x4caa49,_0x28470f,_0x38a693){return _0x3f6d7a(_0x2454d7-_0x428bc0._0x7e99b2,_0x28470f,_0x28470f-_0x428bc0._0x308255,_0x38a693-_0x428bc0._0x3c9c2b);}return _0x2179ee[_0xba719c(0x269,0x2d4,_0x43aed1._0x1bf210,_0x43aed1._0x561393)]=_0x4ef711['id'],logger[_0xba719c(0x2ab,_0x43aed1._0x532525,0x280,0x2d9)](_0x2fddae[_0xba719c(0x256,_0x43aed1._0x2de6cb,_0x43aed1._0x33047c,0x1fb)],_0x2179ee),_0x4ef711;}export async function createUser(_0x1f14ae){const _0x30b7d3={_0x19a118:0x3ba,_0x2ac37d:0x3d3,_0x4c9058:0x39f,_0x5f428e:0x3f7,_0x2ecf5a:0x3ce,_0x187fb3:0x423,_0x181e36:0xc6,_0x289883:0x106,_0x216afe:0x44d,_0x4e72ac:0x435,_0x552b56:0x471,_0x25f47e:0xb1,_0x2db446:0x98,_0x1dc259:0x68,_0x5c071c:0x131,_0x5a2f90:0xe7,_0x226f1d:0x98,_0x2303c1:0x3a,_0x54de84:0x438,_0x5e7d32:0x39a,_0x466450:0x43b,_0x2232b7:0x405,_0x44b73e:0x42d,_0x35e52d:0x45c,_0x220845:0x44a,_0x111199:0x49a,_0x5012b1:0xc3,_0x5caa55:0x98,_0x322327:0x99,_0x36748d:0x3eb,_0x431d46:0x60,_0xaed8e1:0x66,_0x2c0739:0xdc,_0x4f2754:0xed,_0x2c5476:0xfc,_0x27233f:0xaa,_0x47deef:0x41f,_0xbf895f:0x43a,_0x3703c2:0x40c,_0x31aea9:0x3be,_0x69a447:0x374,_0x5b01a8:0x7,_0x4a0c82:0x3db,_0x4f0031:0x3e6,_0x3ef498:0x3e1,_0x5e5d95:0x3c0,_0x4dfb6f:0x404,_0x3a447d:0xd4,_0x9cc64e:0xd2,_0x58fc83:0x97,_0x4942e3:0xe8,_0x2cc66a:0x126,_0x19f188:0xce,_0xd680df:0xde,_0x3a1a61:0x87,_0x3819a6:0x3b1,_0xd652a:0x3fe,_0x83758a:0x81,_0x4ec4fb:0xd9,_0x34d80b:0x424,_0x306074:0x428,_0x2f69cd:0x412,_0x8f6608:0x3ee,_0x4c9215:0x3a3,_0x1c670c:0x3d9,_0x1a27ad:0x40a,_0xcc6fa2:0x3ef,_0x24e1d6:0x411,_0x24ea24:0x3e0,_0x28b47b:0x3f1,_0x19f84d:0x44e,_0x447f81:0x405,_0x1b435a:0x407,_0x2a21dc:0x441,_0x53af74:0x3ff,_0x1488a6:0x6f,_0x25086e:0x41c,_0x4b2276:0x43d,_0x465d3a:0x46c,_0x3486a3:0x98,_0x573b44:0x104,_0x1f4c65:0xaf,_0x78e9ad:0x3ed,_0x174ec0:0x3a0,_0x4808e9:0x92,_0x101922:0x15,_0x4249a1:0x23,_0x11c5bc:0x42,_0x90c177:0x86,_0xe69c88:0xf5,_0x5f25ba:0xd8,_0x18ef87:0x446,_0x3b4d28:0x45f,_0x30cf4e:0x46e,_0x33e495:0x438,_0x473528:0x3a1,_0x5afc13:0x3dd,_0x27c682:0x464,_0x3eb73f:0x461,_0x393916:0x47f,_0x2ef595:0x43c,_0x4104e4:0x3ed,_0x2c795e:0x433,_0x392aeb:0x455,_0x142bd8:0x432,_0x23a60a:0x43,_0x273803:0xa8,_0x2b792:0x88,_0x424e98:0x75,_0x939be9:0x9d,_0x120b80:0xa9,_0x53c5e5:0xcd,_0x19fe3a:0x111,_0x43d3e9:0x93,_0x42ea16:0x10b,_0x2b0ec6:0x3e5,_0x5b4b6f:0x63,_0x518a80:0xe3,_0xf24f09:0xa2,_0xc6aecd:0x45e,_0x1a08c7:0x413,_0x3c2d3a:0x3fd,_0x26650e:0x5,_0x5417af:0x4f,_0xaf29b8:0x3b,_0x2daa2a:0x14,_0x47eaa7:0x3a,_0x3ca4a6:0x408,_0x1698ec:0x454,_0xa41527:0x454,_0x10d559:0x485,_0x31792c:0xab,_0x2895d9:0x4a2,_0x4f78a1:0x49d,_0x3dc985:0x3f1,_0x46d310:0xdb,_0x5f0112:0x93,_0x2ff666:0x44f,_0x124da3:0x467,_0x3492eb:0x3f7,_0x4a37fe:0x3fd,_0x153c9c:0x3e,_0xaa1368:0x417,_0x486d25:0x3dc,_0x3f8863:0x411,_0x26f33c:0x482,_0x4ffd6c:0x40b,_0x5573c6:0x3eb,_0x1a4302:0x459,_0x25267a:0x427,_0x800f43:0x59,_0x12dcff:0x3fe,_0x4bf4ac:0x443,_0x348169:0x416,_0x170beb:0x473,_0x181f4c:0x57,_0x4e23a2:0x45b,_0xc05405:0x420,_0x4a5646:0x44c,_0x46fe31:0x46a,_0x12c060:0x59,_0x353cae:0x46,_0x38d089:0xb4,_0x5ea1dd:0x8f,_0x123397:0xc5,_0x5d1c56:0xe9,_0x539379:0x8e,_0x185a3b:0xf1,_0x2610fa:0x401,_0x39049a:0x48,_0x4c66e4:0x79,_0x1a3be8:0x44b,_0x382e4c:0x38,_0x158089:0x442,_0x3f5721:0x3b7,_0x1603a1:0x40e,_0x5200c2:0x3d1,_0x462cc4:0xcd,_0x139ea5:0x47,_0x2af0db:0x40,_0xa30ef:0x3d6,_0x2dac82:0x3be,_0xb7ec6:0x3c7,_0x35354f:0x377,_0x2a0b27:0x42f,_0x437f33:0x83,_0x31f7dd:0xc7,_0x3b0815:0x8e,_0x2261a7:0x6a,_0x1ed203:0xef,_0x4b4bf5:0xc3,_0x4b01a5:0x2a,_0x14a1ba:0x36,_0x47e848:0x69,_0x33396e:0xcd,_0x2bd407:0x460,_0x1014b1:0x485,_0x4aaf3d:0x4b2,_0x15a43a:0x40d},_0x32c64f={_0xbbd8cf:0x182},_0x12715c={_0x49f97b:0x29,_0x492b29:0x1fc,_0x45b985:0xa5},_0x51068a={'eiNMz':function(_0x4c3609,_0x2d5fb8){return _0x4c3609===_0x2d5fb8;},'oRgri':_0x176a17(_0x30b7d3._0x19a118,_0x30b7d3._0x2ac37d,0x41e,0x3f1),'cZcsX':_0x176a17(_0x30b7d3._0x4c9058,_0x30b7d3._0x5f428e,_0x30b7d3._0x2ecf5a,_0x30b7d3._0x187fb3)+_0x52d2c8(_0x30b7d3._0x181e36,0x100,_0x30b7d3._0x289883,0xdb)+'\x20already\x20e'+'xists\x20for\x20'+_0x176a17(_0x30b7d3._0x216afe,_0x30b7d3._0x4e72ac,_0x30b7d3._0x552b56,_0x30b7d3._0x5f428e),'wQKnd':function(_0x3a7cce){return _0x3a7cce();},'cNjlm':function(_0x437cce,_0x4b1e08){return _0x437cce===_0x4b1e08;},'jIMCL':_0x52d2c8(0xa2,_0x30b7d3._0x25f47e,_0x30b7d3._0x2db446,_0x30b7d3._0x1dc259),'ahrzU':'Missing\x20re'+_0x52d2c8(_0x30b7d3._0x5c071c,0xaf,0xf7,_0x30b7d3._0x5a2f90)+'lds:\x20usern'+'ame,\x20email'+_0x52d2c8(0x87,0xaa,0x5c,_0x30b7d3._0x226f1d),'YoIdX':function(_0x5c8eaf,_0x3c3679){return _0x5c8eaf(_0x3c3679);},'QCpOn':function(_0x9b89d3,_0x2652c2){return _0x9b89d3===_0x2652c2;},'vSgor':function(_0x3c4c27,_0x23ffda){return _0x3c4c27===_0x23ffda;},'moexb':_0x52d2c8(_0x30b7d3._0x2303c1,0x2d,0xaa,0x79)+'in','YRKOX':_0x176a17(0x40e,0x435,_0x30b7d3._0x54de84,0x42d),'krIMH':_0x176a17(_0x30b7d3._0x5e7d32,0x3ea,0x41c,_0x30b7d3._0x187fb3),'nkihE':_0x176a17(_0x30b7d3._0x466450,_0x30b7d3._0x2232b7,_0x30b7d3._0x44b73e,0x450)+_0x176a17(_0x30b7d3._0x35e52d,_0x30b7d3._0x220845,0x43f,_0x30b7d3._0x111199),'xHObx':'create-use'+'r','vjkwE':function(_0x306d85,_0x49dbe5){return _0x306d85!==_0x49dbe5;},'PwCZq':_0x52d2c8(0x85,_0x30b7d3._0x5012b1,0x8b,0x88),'eWEbT':_0x52d2c8(_0x30b7d3._0x5caa55,0x97,0xda,_0x30b7d3._0x322327),'sZfqV':_0x176a17(_0x30b7d3._0x36748d,0x3cd,0x3ef,0x3ce),'ilvWy':'Failed\x20to\x20'+_0x52d2c8(0xbf,0x3b,_0x30b7d3._0x431d46,_0x30b7d3._0xaed8e1)+_0x52d2c8(_0x30b7d3._0x2c0739,_0x30b7d3._0x4f2754,_0x30b7d3._0x2c5476,_0x30b7d3._0x27233f)+'binding','jjeTR':'Created\x20ne'+'w\x20user','gQTVi':function(_0x2c2013,_0x43b1bf){return _0x2c2013||_0x43b1bf;}},_0x4acff7=await _0x51068a[_0x176a17(_0x30b7d3._0x47deef,0x43c,_0x30b7d3._0xbf895f,0x41d)](getUsers);if(!_0x1f14ae[_0x176a17(_0x30b7d3._0x3703c2,_0x30b7d3._0x31aea9,0x3e9,_0x30b7d3._0x69a447)]||!_0x1f14ae['email']||!_0x1f14ae[_0x52d2c8(0x29,-_0x30b7d3._0x5b01a8,0x5c,0x42)]){if(_0x51068a['cNjlm'](_0x176a17(_0x30b7d3._0x4a0c82,_0x30b7d3._0x4f0031,_0x30b7d3._0x3ef498,0x3d4),_0x51068a[_0x176a17(_0x30b7d3._0x5e5d95,_0x30b7d3._0x4dfb6f,0x3c8,0x3f5)]))throw new Error(_0x51068a[_0x52d2c8(_0x30b7d3._0x3a447d,_0x30b7d3._0x9cc64e,_0x30b7d3._0x58fc83,0xba)]);else throw new _0x4acd1c('Username\x20\x27'+_0x977c6e['username']+('\x27\x20already\x20'+_0x52d2c8(_0x30b7d3._0x4942e3,_0x30b7d3._0x2cc66a,_0x30b7d3._0x19f188,0xd9)));}const _0x1c9716=_0x4acff7[_0x52d2c8(_0x30b7d3._0xd680df,_0x30b7d3._0x3a1a61,0xff,0xc6)](_0x2c6a2c=>_0x2c6a2c[_0x52d2c8(0x60,0x98,0x26,0x40)]===_0x1f14ae[_0x52d2c8(0x1b,0x78,0x1b,0x40)]);function _0x52d2c8(_0x1f4f14,_0x363888,_0x541cd8,_0x174500){return _0x150066(_0x1f4f14-_0x12715c._0x49f97b,_0x541cd8,_0x174500- -_0x12715c._0x492b29,_0x174500-_0x12715c._0x45b985);}function _0x176a17(_0x5190e2,_0xd49e7b,_0x185326,_0x518afc){return _0x150066(_0x5190e2-0x78,_0x5190e2,_0xd49e7b-_0x32c64f._0xbbd8cf,_0x518afc-0x11f);}if(_0x1c9716)throw new Error('Username\x20\x27'+_0x1f14ae[_0x176a17(0x379,0x3be,_0x30b7d3._0x3819a6,_0x30b7d3._0xd652a)]+(_0x52d2c8(0x86,_0x30b7d3._0x431d46,0x3c,_0x30b7d3._0x83758a)+_0x52d2c8(0xc4,0xd9,0x103,_0x30b7d3._0x4ec4fb)));const _0x3390df=_0x176a17(_0x30b7d3._0x34d80b,0x3cf,0x3cc,_0x30b7d3._0x306074)+Date[_0x176a17(_0x30b7d3._0x2f69cd,_0x30b7d3._0x8f6608,0x41e,0x3d1)]()+'_'+Math[_0x176a17(_0x30b7d3._0x4c9215,_0x30b7d3._0x1c670c,0x3c9,0x3e6)]()[_0x176a17(_0x30b7d3._0x1a27ad,_0x30b7d3._0xcc6fa2,0x404,0x40f)](0x2157+-0x2*0xda3+-0x29*0x25)[_0x176a17(0x457,_0x30b7d3._0x24e1d6,_0x30b7d3._0x24ea24,0x41d)](-0x1932+-0x8*-0xb+-0xac*-0x25,0x1*-0xd72+-0x1b*0x29+-0x35*-0x56),_0x5dba45=_0x1f14ae[_0x176a17(_0x30b7d3._0x28b47b,0x407,_0x30b7d3._0x19f84d,_0x30b7d3._0x447f81)]?await _0x51068a['YoIdX'](hashPassword,_0x1f14ae[_0x176a17(0x44a,_0x30b7d3._0x1b435a,_0x30b7d3._0x2a21dc,_0x30b7d3._0x53af74)]):null,_0x402067=_0x51068a[_0x52d2c8(_0x30b7d3._0x1488a6,0x83,0x20,0x3f)](_0x4acff7[_0x176a17(_0x30b7d3._0x25086e,_0x30b7d3._0x4b2276,_0x30b7d3._0x465d3a,0x416)],0x1259+-0x4*-0x2ce+-0x105*0x1d)&&_0x1f14ae[_0x52d2c8(_0x30b7d3._0x3486a3,_0x30b7d3._0x573b44,0x88,_0x30b7d3._0x1f4c65)+_0x176a17(0x3c5,_0x30b7d3._0x78e9ad,0x3ce,0x399)]!==!![],_0x472f0c=_0x51068a['vSgor'](_0x1f14ae['isServerAd'+'min'],!![])||_0x402067,_0x11b6d2={'id':_0x3390df,'username':_0x1f14ae[_0x176a17(0x3e8,_0x30b7d3._0x31aea9,_0x30b7d3._0x174ec0,0x3b2)],'email':_0x1f14ae['email'],'name':_0x1f14ae[_0x52d2c8(_0x30b7d3._0x4808e9,-_0x30b7d3._0x101922,_0x30b7d3._0x4249a1,_0x30b7d3._0x11c5bc)],'password_hash':_0x5dba45,'created_at':new Date()['toISOStrin'+'g']()};_0x4acff7[_0x52d2c8(0x9f,0xcc,_0x30b7d3._0x90c177,0xc7)](_0x11b6d2),await _0x51068a[_0x52d2c8(_0x30b7d3._0xe69c88,0x10a,_0x30b7d3._0x5f25ba,0xc4)](saveUsers,_0x4acff7);if(_0x472f0c)try{const {loadRoles:_0x89b797,getRoleByName:_0x5d7e7a}=await import(_0x176a17(0x433,0x41b,0x46a,0x3e2)+_0x176a17(_0x30b7d3._0x18ef87,_0x30b7d3._0x3b4d28,_0x30b7d3._0x30cf4e,_0x30b7d3._0x33e495)+'s'),{createBinding:_0x1cf0ea}=await import(_0x176a17(_0x30b7d3._0x473528,_0x30b7d3._0x5afc13,0x3f0,0x414)+_0x176a17(_0x30b7d3._0x27c682,0x40c,_0x30b7d3._0x3eb73f,0x427));await _0x51068a[_0x176a17(_0x30b7d3._0x393916,_0x30b7d3._0x2ef595,_0x30b7d3._0x4104e4,_0x30b7d3._0x2c795e)](_0x89b797);const _0x65fea1=await _0x51068a[_0x176a17(0x43b,0x442,0x3f7,0x45a)](_0x5d7e7a,_0x51068a[_0x52d2c8(0x86,0x40,0x5f,0x44)]);if(_0x65fea1){await _0x51068a[_0x176a17(_0x30b7d3._0x392aeb,0x442,0x3fa,_0x30b7d3._0x142bd8)](_0x1cf0ea,{'subject_type':_0x51068a[_0x52d2c8(_0x30b7d3._0x23a60a,0x3b,_0x30b7d3._0x273803,0x6b)],'subject_id':_0x3390df,'role_id':_0x65fea1['id'],'resource_type':_0x51068a[_0x52d2c8(_0x30b7d3._0x2b792,0x9e,_0x30b7d3._0x424e98,0x45)],'created_by':_0x402067?_0x51068a['nkihE']:_0x51068a['xHObx']});const _0x20318d={};_0x20318d[_0x52d2c8(_0x30b7d3._0x939be9,_0x30b7d3._0x120b80,0xbf,_0x30b7d3._0x53c5e5)]=_0x3390df,_0x20318d[_0x52d2c8(_0x30b7d3._0x19fe3a,_0x30b7d3._0x43d3e9,_0x30b7d3._0x42ea16,_0x30b7d3._0x5012b1)+_0x176a17(0x3ce,_0x30b7d3._0x2b0ec6,0x3ec,0x3b4)+'r']=_0x402067,logger[_0x52d2c8(_0x30b7d3._0x5b4b6f,0x93,_0x30b7d3._0x518a80,_0x30b7d3._0xf24f09)](_0x176a17(_0x30b7d3._0xc6aecd,_0x30b7d3._0x1a08c7,_0x30b7d3._0x3c2d3a,0x414)+_0x52d2c8(0x18,_0x30b7d3._0x26650e,_0x30b7d3._0x5417af,0x3c)+_0x52d2c8(_0x30b7d3._0xaf29b8,-0x1d,_0x30b7d3._0x2daa2a,_0x30b7d3._0x47eaa7)+_0x176a17(_0x30b7d3._0x3ca4a6,_0x30b7d3._0x1698ec,_0x30b7d3._0xa41527,_0x30b7d3._0x10d559),_0x20318d);}else{if(_0x51068a[_0x52d2c8(0x7a,_0x30b7d3._0x31792c,0x26,0x74)](_0x51068a[_0x176a17(_0x30b7d3._0x19f84d,0x450,_0x30b7d3._0x3703c2,0x48c)],_0x51068a[_0x52d2c8(0xba,0x91,0x80,0xd2)]))throw new _0x2912f5(_0x176a17(_0x30b7d3._0x2895d9,0x453,0x444,_0x30b7d3._0x4f78a1)+_0x176a17(_0x30b7d3._0x3dc985,0x41c,0x46b,0x401)+_0x56405b);else{const _0x1a76fa={};_0x1a76fa[_0x52d2c8(_0x30b7d3._0x46d310,_0x30b7d3._0x5f0112,0xc9,_0x30b7d3._0x53c5e5)]=_0x3390df,logger[_0x176a17(_0x30b7d3._0x2ff666,0x41a,_0x30b7d3._0x124da3,0x41c)](_0x176a17(0x3e0,_0x30b7d3._0x3492eb,_0x30b7d3._0x4a37fe,0x42a)+_0x52d2c8(_0x30b7d3._0x153c9c,0xcf,0xa8,0x84)+_0x176a17(_0x30b7d3._0xaa1368,_0x30b7d3._0x486d25,0x3b5,0x39d)+_0x176a17(_0x30b7d3._0x3f8863,0x458,_0x30b7d3._0x26f33c,0x44b)+_0x176a17(0x410,_0x30b7d3._0x4ffd6c,_0x30b7d3._0x5573c6,0x3b5)+_0x176a17(0x40f,_0x30b7d3._0x1a4302,_0x30b7d3._0x25267a,0x44e),_0x1a76fa);}}}catch(_0x18ffda){if(_0x18ffda[_0x52d2c8(_0x30b7d3._0x800f43,0x22,0x73,0x5d)]===_0x51068a[_0x176a17(_0x30b7d3._0x12dcff,_0x30b7d3._0x4bf4ac,_0x30b7d3._0x348169,_0x30b7d3._0x170beb)]){const _0x243bd9={};_0x243bd9['userId']=_0x3390df,logger[_0x52d2c8(0x26,-0x9,_0x30b7d3._0x181f4c,0x39)](_0x51068a[_0x176a17(0x481,_0x30b7d3._0x4e23a2,_0x30b7d3._0xc05405,0x475)],_0x243bd9);}else{if(_0x51068a[_0x176a17(0x470,0x439,0x400,0x48d)]===_0x51068a['sZfqV']){if(_0x51068a[_0x176a17(0x47a,_0x30b7d3._0x4a5646,_0x30b7d3._0x46fe31,0x4a0)](_0x4ea36e[_0x52d2c8(0xa3,_0x30b7d3._0x12c060,_0x30b7d3._0x353cae,0x5d)],_0x51068a[_0x52d2c8(_0x30b7d3._0x38d089,_0x30b7d3._0x5ea1dd,0x106,_0x30b7d3._0x123397)])){const _0x39adfe={};_0x39adfe['userId']=_0x127f98,_0x1ed8fa[_0x176a17(0x39a,0x3b7,0x3f0,0x3db)](_0x51068a['cZcsX'],_0x39adfe);}else{const _0x144949={};_0x144949[_0x52d2c8(_0x30b7d3._0x5d1c56,_0x30b7d3._0x539379,_0x30b7d3._0x185a3b,0xcd)]=_0x3974c4,_0x144949[_0x176a17(0x3cf,_0x30b7d3._0x2610fa,0x43b,0x41e)]=_0x5410f8['message'],_0x43bbdd['error']('Failed\x20to\x20'+_0x52d2c8(_0x30b7d3._0x43d3e9,_0x30b7d3._0x39049a,_0x30b7d3._0x4c66e4,0x66)+_0x176a17(0x415,0x428,_0x30b7d3._0x78e9ad,0x42d)+'binding',_0x144949);}}else{const _0x21256d={};_0x21256d[_0x176a17(0x44d,_0x30b7d3._0x1a3be8,0x405,0x3fc)]=_0x3390df,_0x21256d['error']=_0x18ffda[_0x52d2c8(0xb,0x6e,_0x30b7d3._0x382e4c,0x5c)],logger[_0x176a17(_0x30b7d3._0x158089,0x401,0x3de,_0x30b7d3._0x31aea9)](_0x51068a[_0x176a17(_0x30b7d3._0x3f5721,_0x30b7d3._0x1603a1,_0x30b7d3._0x5200c2,_0x30b7d3._0x124da3)],_0x21256d);}}}const _0x54c2b6={};_0x54c2b6[_0x52d2c8(0x7b,0xe6,0xaf,_0x30b7d3._0x462cc4)]=_0x11b6d2['id'],_0x54c2b6[_0x52d2c8(-0x12,_0x30b7d3._0x83758a,_0x30b7d3._0x139ea5,_0x30b7d3._0x2af0db)]=_0x11b6d2[_0x176a17(_0x30b7d3._0xa30ef,_0x30b7d3._0x2dac82,_0x30b7d3._0xb7ec6,_0x30b7d3._0x35354f)],_0x54c2b6[_0x176a17(_0x30b7d3._0x158089,0x3f0,_0x30b7d3._0x2a0b27,0x3cc)+'d']=!!_0x5dba45,_0x54c2b6['isServerAd'+_0x52d2c8(_0x30b7d3._0x437f33,_0x30b7d3._0x31f7dd,0xad,_0x30b7d3._0x1488a6)]=_0x472f0c,_0x54c2b6[_0x52d2c8(_0x30b7d3._0x3b0815,_0x30b7d3._0x2261a7,_0x30b7d3._0x1ed203,_0x30b7d3._0x4b4bf5)+_0x52d2c8(0x8d,_0x30b7d3._0x4b01a5,_0x30b7d3._0x14a1ba,0x67)+'r']=_0x402067,logger[_0x52d2c8(_0x30b7d3._0x47e848,0xbf,_0x30b7d3._0x33396e,0xa2)](_0x51068a[_0x176a17(_0x30b7d3._0x2bd407,0x462,_0x30b7d3._0x1014b1,_0x30b7d3._0x4aaf3d)],_0x54c2b6);const {password_hash:_0x46d35f,..._0x5a421a}=_0x11b6d2;return{..._0x5a421a,'isServerAdmin':_0x51068a[_0x176a17(0x3c3,_0x30b7d3._0x15a43a,0x3fd,0x43c)](_0x472f0c,undefined)};}export async function updateUser(_0x18048f,_0x510fc2){const _0x14239a={_0x139219:0x162,_0x353980:0x138,_0xa5cd07:0x115,_0x2cac14:0x123,_0x20f07a:0x10e,_0x4d9a6e:0x12b,_0x19f98a:0x157,_0x49dacf:0x147,_0x3a01c2:0x175,_0x177de4:0x1b2,_0x1a7305:0x1ec,_0x4b0724:0x165,_0x4c22b5:0x1b2,_0x51c512:0x16b,_0x2f9dc2:0x12c,_0x397204:0x17c,_0x5b3b69:0x12f,_0x16043c:0x136,_0x35951a:0x135,_0x2984bd:0x96,_0x495881:0x8e,_0xebf132:0xd4,_0x108a06:0x130,_0x3bea74:0x127,_0x2485a8:0xdf,_0x5bc134:0x10e,_0x8ed561:0x1c8,_0x125c97:0x98,_0x289e6e:0xa3,_0x5d9c96:0x53,_0x1e106a:0xd0,_0x4a079d:0xfe,_0x1066a5:0xd8,_0xe7bd0d:0x10f,_0x14108b:0xbf,_0x405392:0x106,_0x5bcec4:0xde,_0x1b10f3:0xe8,_0x269629:0xcd,_0x49539d:0x1b3,_0x52c1f6:0xce,_0x1f2716:0x65,_0x5ac2d9:0x8a,_0x43f5b0:0x1dc,_0xf7238f:0x18f,_0x5cc4c5:0x99,_0x4ce6ed:0xb9,_0x3ce2b3:0xe2,_0x389ae7:0xfb,_0x3736a3:0x1d7,_0xea2ce:0x193,_0x8b260b:0xbd,_0x3a9e88:0xd6,_0x5a6789:0xc4,_0x555b0a:0x11b,_0x29b78b:0xfe,_0x54f75a:0x11f,_0x6f8c6f:0x122,_0x401785:0x129,_0x1505e9:0x15e,_0x556b97:0x1a4,_0x50f2cb:0x146,_0x46f71a:0x192,_0x3c9cf7:0xed,_0x5aec6b:0x160,_0x46cf9c:0x15c,_0x454f6b:0x1a8,_0x1b20c5:0x141,_0x21e16b:0x158},_0x35b5eb={_0x3d7d0d:0x13b,_0x3a44ba:0x87},_0x423263={'kYXSw':function(_0x258c1e){return _0x258c1e();},'FkFHY':function(_0x574288,_0x55e030){return _0x574288===_0x55e030;},'ECppC':function(_0x5f58b2,_0x3f3603){return _0x5f58b2!==_0x3f3603;},'tfAum':_0xf9aefc(_0x14239a._0x139219,_0x14239a._0x353980,_0x14239a._0xa5cd07,0x17c),'DCDgH':function(_0x1c3ff1,_0x128b8d){return _0x1c3ff1(_0x128b8d);},'dPInp':function(_0x237f0b,_0x3fc2fa){return _0x237f0b(_0x3fc2fa);}},_0xcc8bad=await _0x423263[_0x25054b(-0xea,-0x15a,-0xe7,-_0x14239a._0x2cac14)](getUsers),_0x3dbd2a=_0xcc8bad['findIndex'](_0x577c06=>_0x577c06['id']===_0x18048f);if(_0x423263['FkFHY'](_0x3dbd2a,-(-0x67*-0x50+-0x1*0x7f5+0x2*-0xc1d)))throw new Error(_0xf9aefc(_0x14239a._0x20f07a,_0x14239a._0x4d9a6e,_0x14239a._0x19f98a,_0x14239a._0x49dacf)+'ound:\x20'+_0x18048f);const _0x1516d1=_0xcc8bad[_0x3dbd2a];if(_0x510fc2[_0x25054b(-0x1cf,-_0x14239a._0x3a01c2,-0x1c0,-_0x14239a._0x177de4)]&&_0x423263['ECppC'](_0x510fc2[_0x25054b(-_0x14239a._0x1a7305,-_0x14239a._0x4b0724,-0x15a,-_0x14239a._0x4c22b5)],_0x1516d1[_0x25054b(-_0x14239a._0x51c512,-0x186,-0x1e7,-_0x14239a._0x4c22b5)])){const _0x369cbb=_0xcc8bad[_0x25054b(-0x160,-0x10d,-0x15c,-_0x14239a._0x2f9dc2)](_0x2c1389=>_0x2c1389[_0x25054b(-0x1d8,-0x190,-0x1de,-0x1b2)]===_0x510fc2[_0xf9aefc(0xc6,0x96,0xde,0x66)]);if(_0x369cbb)throw new Error('Username\x20\x27'+_0x510fc2['username']+(_0x25054b(-0x17b,-0x169,-_0x14239a._0x397204,-0x171)+_0xf9aefc(0xd8,_0x14239a._0x5b3b69,_0x14239a._0x16043c,_0x14239a._0x35951a)));}if(_0x510fc2['username'])_0x1516d1[_0xf9aefc(0xd3,_0x14239a._0x2984bd,0xd4,0xe5)]=_0x510fc2[_0xf9aefc(0xe5,0x96,_0x14239a._0x495881,_0x14239a._0xebf132)];function _0xf9aefc(_0xe038c9,_0x452389,_0x243c31,_0x56ad88){return _0x3f6d7a(_0x452389-0x10d,_0x56ad88,_0x243c31-0x5e,_0x56ad88-0x1f0);}if(_0x510fc2[_0xf9aefc(0x12f,0x10e,_0x14239a._0x108a06,_0x14239a._0x3bea74)])_0x1516d1['email']=_0x510fc2[_0xf9aefc(_0x14239a._0x2485a8,_0x14239a._0x5bc134,0x128,0xe4)];if(_0x510fc2[_0x25054b(-0x187,-_0x14239a._0x8ed561,-0x17c,-0x1b0)])_0x1516d1[_0xf9aefc(0x53,_0x14239a._0x125c97,_0x14239a._0x289e6e,_0x14239a._0x5d9c96)]=_0x510fc2['name'];if(_0x423263[_0x25054b(-_0x14239a._0x1e106a,-_0x14239a._0x4a079d,-_0x14239a._0x1066a5,-_0x14239a._0xe7bd0d)](_0x510fc2['ssh_userna'+'me'],undefined))_0x1516d1[_0xf9aefc(0xec,0x106,0xf6,_0x14239a._0x14108b)+'me']=_0x510fc2[_0xf9aefc(0x138,_0x14239a._0x405392,0x133,_0x14239a._0x5bcec4)+'me'];if(_0x423263['ECppC'](_0x510fc2[_0xf9aefc(_0x14239a._0x1b10f3,_0x14239a._0x1b10f3,0x141,_0x14239a._0x269629)],undefined))_0x1516d1['avatar']=_0x510fc2[_0x25054b(-0x10a,-0x14e,-_0x14239a._0x49539d,-0x160)];if(_0x510fc2[_0xf9aefc(_0x14239a._0x52c1f6,0xb9,0x7b,_0x14239a._0x1f2716)+'s']){if(_0x423263['tfAum']!==_0x423263[_0xf9aefc(0xb5,0xd3,0xcf,_0x14239a._0x5ac2d9)]){const _0x5ce71c={..._0x500243['preference'+'s']||{},..._0x136769[_0x25054b(-0x1ba,-_0x14239a._0x43f5b0,-0x1b0,-_0x14239a._0xf7238f)+'s']};_0x2e622b['preference'+'s']=_0x5ce71c;}else _0x1516d1[_0xf9aefc(_0x14239a._0x5cc4c5,_0x14239a._0x4ce6ed,_0x14239a._0x3ce2b3,_0x14239a._0x389ae7)+'s']={..._0x1516d1[_0x25054b(-_0x14239a._0x3736a3,-0x153,-_0x14239a._0xea2ce,-0x18f)+'s']||{},..._0x510fc2[_0xf9aefc(_0x14239a._0x8b260b,0xb9,0xfa,_0x14239a._0x3a9e88)+'s']};}function _0x25054b(_0x4c8358,_0x5e1514,_0x3d1c66,_0xc606c){return _0x3f6d7a(_0xc606c- -_0x35b5eb._0x3d7d0d,_0x4c8358,_0x3d1c66-0x12a,_0xc606c-_0x35b5eb._0x3a44ba);}_0x510fc2[_0xf9aefc(0xb9,_0x14239a._0x2485a8,_0x14239a._0x5a6789,0x122)]&&(_0x1516d1[_0xf9aefc(_0x14239a._0x555b0a,_0x14239a._0x29b78b,0x125,_0x14239a._0x54f75a)+_0x25054b(-_0x14239a._0x6f8c6f,-_0x14239a._0x401785,-0x16f,-0x14f)]=await _0x423263[_0xf9aefc(0x104,0xaf,0xa1,0x73)](hashPassword,_0x510fc2[_0x25054b(-0x173,-0x143,-0x1bc,-0x169)]));_0x1516d1[_0x25054b(-_0x14239a._0x1505e9,-_0x14239a._0x556b97,-_0x14239a._0x50f2cb,-0x18e)]=new Date()['toISOStrin'+'g'](),await _0x423263[_0x25054b(-0x1aa,-0x1c5,-0x144,-_0x14239a._0x46f71a)](saveUsers,_0xcc8bad),logger[_0xf9aefc(0xe6,0xf8,0xf0,0x10d)](_0xf9aefc(0x137,_0x14239a._0x3c9cf7,_0x14239a._0x6f8c6f,0x114)+'er',{'userId':_0x1516d1['id'],'username':_0x1516d1[_0x25054b(-_0x14239a._0x5aec6b,-_0x14239a._0x46cf9c,-0x16f,-0x1b2)],'updatedFields':Object[_0x25054b(-0x15c,-_0x14239a._0x454f6b,-_0x14239a._0x1b20c5,-_0x14239a._0x21e16b)](_0x510fc2)['join'](',\x20')});const {password_hash:_0x73a4aa,..._0x586209}=_0x1516d1;return _0x586209;}export async function deleteUser(_0x141891){const _0x57c8ed={_0x41b6d6:0x1d5,_0x3a044a:0x25e,_0x39edf3:0x271,_0x570b6f:0x2a1,_0x388f0e:0x296,_0x2d339b:0x31e,_0x2d0058:0x287,_0x13dc65:0x24d,_0xcb741:0x24b,_0x2240e8:0x255,_0x26164c:0x26f,_0x54daa5:0x2b0,_0xba9cea:0x2ed,_0xa15a82:0x2cb,_0x5a05d5:0x292,_0x5f51a4:0x26f,_0x23beee:0x1ec,_0x44a5b7:0x1af,_0x554062:0x1a6,_0x217305:0x1a1,_0x1494e9:0x31a,_0x5818ff:0x2d8,_0x18ac2f:0x18c,_0x6fc48f:0x1f8,_0x247d48:0x1db,_0x24cddb:0x2d4,_0x3879ed:0x2be},_0x16ef11={_0x131deb:0x514},_0x2cd40d={_0x48766a:0xe5},_0x4172f4={'NtYxO':function(_0x49972b){return _0x49972b();},'ALUgV':function(_0x7d5378,_0x2469d5){return _0x7d5378===_0x2469d5;},'LlMeP':'User\x20not\x20f'+_0x2522c9(-_0x57c8ed._0x41b6d6,-0x235,-0x1ff,-0x1f6)+_0x3abeac(-_0x57c8ed._0x3a044a,-_0x57c8ed._0x39edf3,-_0x57c8ed._0x570b6f,-0x266)},_0x1c1a7f=await _0x4172f4[_0x3abeac(-_0x57c8ed._0x388f0e,-_0x57c8ed._0x2d339b,-0x2a5,-0x2c5)](getUsers),_0x2543ed=_0x1c1a7f['findIndex'](_0x5d6718=>_0x5d6718['id']===_0x141891);function _0x2522c9(_0x463560,_0x430e6d,_0x6512d1,_0x4b4880){return _0x150066(_0x463560-_0x2cd40d._0x48766a,_0x430e6d,_0x4b4880- -0x46a,_0x4b4880-0x42);}if(_0x4172f4[_0x3abeac(-0x274,-0x278,-_0x57c8ed._0x2d0058,-0x25f)](_0x2543ed,-(0x12d8+-0x12fa+0x23))){const _0x233fcb={};return _0x233fcb[_0x3abeac(-0x211,-0x280,-_0x57c8ed._0x13dc65,-_0x57c8ed._0xcb741)]=_0x141891,logger[_0x2522c9(-_0x57c8ed._0x2240e8,-_0x57c8ed._0x26164c,-0x23a,-0x235)](_0x4172f4[_0x3abeac(-_0x57c8ed._0x54daa5,-_0x57c8ed._0xba9cea,-0x291,-_0x57c8ed._0xa15a82)],_0x233fcb),![];}const _0x256311=_0x1c1a7f[_0x2543ed];_0x1c1a7f[_0x3abeac(-0x2ba,-_0x57c8ed._0x5a05d5,-0x231,-_0x57c8ed._0x5f51a4)](_0x2543ed,0x34c+-0x22ea*-0x1+0x2635*-0x1),await saveUsers(_0x1c1a7f);const _0x38f853={};_0x38f853[_0x2522c9(-_0x57c8ed._0x23beee,-_0x57c8ed._0x44a5b7,-_0x57c8ed._0x554062,-_0x57c8ed._0x217305)]=_0x256311['id'],_0x38f853['username']=_0x256311[_0x3abeac(-0x2ee,-_0x57c8ed._0x1494e9,-0x2a4,-_0x57c8ed._0x5818ff)];function _0x3abeac(_0x4e840c,_0x35daeb,_0x1df966,_0x4bca5d){return _0x150066(_0x4e840c-0x1c8,_0x1df966,_0x4bca5d- -_0x16ef11._0x131deb,_0x4bca5d-0x3);}return logger[_0x2522c9(-_0x57c8ed._0x18ac2f,-_0x57c8ed._0x6fc48f,-_0x57c8ed._0x247d48,-0x1cc)](_0x3abeac(-0x279,-_0x57c8ed._0x24cddb,-_0x57c8ed._0x3879ed,-0x2d0)+'er',_0x38f853),!![];}export async function setUserPassword(_0x29c92e,_0x381fb4){const _0xda53ce={_0x31ae56:0x3e9,_0xaeeb31:0x40a,_0x188ae2:0x7a,_0x2c7506:0x6c,_0x655331:0x36,_0x254fbd:0x9f,_0x15b009:0xca,_0x5b0d37:0x6a,_0x3d3fc6:0x4b,_0x45ac88:0x3f,_0x21a304:0xbc,_0x22cf27:0x3e,_0x535db3:0x8a,_0x8bd827:0x83,_0x12cda6:0x44,_0x24465e:0x9f,_0x5bc0b5:0x3bd,_0xc0b7b5:0x37e,_0x37827f:0x46,_0x409137:0x403,_0xab6772:0x42d,_0x1734a9:0x66,_0xee6166:0xd,_0x166670:0x4e,_0x11996d:0x67,_0x32b13c:0x42f,_0x41855f:0x3ff,_0x3a8de7:0x3ba,_0x5b9bcd:0x35f,_0x2eb652:0x372,_0x18eb2b:0x3b7,_0x571446:0x372,_0x4b187b:0x407,_0x3ebe7a:0x405},_0x142a04={_0x25ebb0:0x3e9,_0x553ad8:0x28},_0x40ee29={_0x3891c7:0x64};function _0x1c1736(_0x431b1c,_0x39c36b,_0x13610e,_0x2721fd){return _0x150066(_0x431b1c-0x3c,_0x2721fd,_0x431b1c- -0x239,_0x2721fd-_0x40ee29._0x3891c7);}function _0x36dd65(_0x18efa8,_0x4113b3,_0x4bce60,_0x20f4b8){return _0x3f6d7a(_0x20f4b8-_0x142a04._0x25ebb0,_0x4113b3,_0x4bce60-0x117,_0x20f4b8-_0x142a04._0x553ad8);}const _0x6e1177={'PjWYL':_0x36dd65(0x3a3,_0xda53ce._0x31ae56,_0xda53ce._0xaeeb31,0x3e6)+_0x1c1736(0x29,-0x30,0x2,_0xda53ce._0x188ae2)+_0x1c1736(0x6d,0x3a,_0xda53ce._0x2c7506,_0xda53ce._0x655331)+'binding','KdJLr':function(_0x4b1c0b){return _0x4b1c0b();},'tfVbB':function(_0x3b2894,_0x32973c){return _0x3b2894===_0x32973c;},'oeGsl':'sTjjW'},_0x5131bc=await _0x6e1177[_0x1c1736(_0xda53ce._0x254fbd,0x94,0xa9,_0xda53ce._0x15b009)](getUsers),_0x5531b1=_0x5131bc[_0x1c1736(_0xda53ce._0x5b0d37,_0xda53ce._0x3d3fc6,_0xda53ce._0x45ac88,_0xda53ce._0x21a304)](_0x187c91=>_0x187c91['id']===_0x29c92e);if(_0x6e1177[_0x1c1736(_0xda53ce._0x22cf27,_0xda53ce._0x535db3,0x54,0x13)](_0x5531b1,-(-0x48e*0x4+0xa*0xad+0xb77))){if(_0x6e1177['oeGsl']==='sTjjW')throw new Error(_0x1c1736(0x98,_0xda53ce._0x8bd827,_0xda53ce._0x12cda6,_0xda53ce._0x21a304)+_0x36dd65(0x395,0x426,0x3f0,0x3d0)+_0x29c92e);else{const _0xff2818={};_0xff2818['userId']=_0x3d1292,_0xff2818[_0x1c1736(0x46,_0xda53ce._0x24465e,0x89,0x59)]=_0x4f8600[_0x36dd65(0x3e1,_0xda53ce._0x5bc0b5,_0xda53ce._0xc0b7b5,0x38e)],_0x2e64eb[_0x1c1736(_0xda53ce._0x37827f,0x7d,0x8d,0x67)](_0x6e1177['PjWYL'],_0xff2818);}}const _0x40cddc=_0x5131bc[_0x5531b1];_0x40cddc[_0x36dd65(_0xda53ce._0x409137,_0xda53ce._0xab6772,0x3c1,0x3da)+_0x1c1736(_0xda53ce._0x1734a9,_0xda53ce._0xee6166,_0xda53ce._0x166670,_0xda53ce._0x11996d)]=await hashPassword(_0x381fb4),_0x40cddc[_0x1c1736(0x27,0x5d,0x3,0x1d)]=new Date()['toISOStrin'+'g'](),await saveUsers(_0x5131bc);const _0x2c96e2={};_0x2c96e2[_0x36dd65(0x424,0x3e6,_0xda53ce._0x32b13c,_0xda53ce._0x41855f)]=_0x40cddc['id'],_0x2c96e2[_0x36dd65(_0xda53ce._0x3a8de7,0x394,_0xda53ce._0x5b9bcd,_0xda53ce._0x2eb652)]=_0x40cddc[_0x36dd65(0x3b3,0x398,_0xda53ce._0x18eb2b,_0xda53ce._0x571446)],logger['info']('Set\x20passwo'+_0x36dd65(0x458,_0xda53ce._0x4b187b,_0xda53ce._0x3ebe7a,0x403)+'r',_0x2c96e2);const {password_hash:_0x4ea574,..._0x4a01f5}=_0x40cddc;return _0x4a01f5;}
|
|
1
|
+
(function(_0x3ae68a,_0x5831ed){const _0x4b4a2d={_0x2a7622:0x3a8,_0x10478c:0x356,_0x84436:0x36b,_0xc0e12f:0x41b,_0x5e3da8:0x39a,_0x344ba8:0x3f0,_0x3c24b5:0x3eb,_0x5376a1:0x3e5,_0x53e665:0x3c1,_0xeea0c4:0x52f,_0x5cf013:0x55e,_0x39d92d:0x563,_0x5c9745:0x497,_0x442a30:0x48f,_0x22728b:0x470,_0x2ffdd6:0x35f,_0x4cf690:0x3d5,_0x3cab21:0x392,_0x1f48ba:0x3f0},_0x55d25d={_0x5c63e2:0x344},_0x30400a=_0x3ae68a();function _0xef5f18(_0x1204b9,_0x348670,_0x230a42,_0x5df279){return _0x36f8(_0x1204b9-0x20e,_0x230a42);}function _0x4cb8fb(_0x3f6bce,_0x32a270,_0x566df2,_0x574965){return _0x36f8(_0x32a270-_0x55d25d._0x5c63e2,_0x3f6bce);}while(!![]){try{const _0x3bf0c9=parseInt(_0xef5f18(0x374,_0x4b4a2d._0x2a7622,_0x4b4a2d._0x10478c,_0x4b4a2d._0x84436))/(-0x1b*-0xe5+-0xbff*-0x1+-0x2425*0x1)*(parseInt(_0xef5f18(0x3dc,0x3df,_0x4b4a2d._0xc0e12f,0x3ae))/(0x135a*0x1+0x2504+-0x385c*0x1))+parseInt(_0xef5f18(_0x4b4a2d._0x5e3da8,_0x4b4a2d._0x344ba8,_0x4b4a2d._0x3c24b5,_0x4b4a2d._0x5376a1))/(0x7be+0x4ab+0xc66*-0x1)+parseInt(_0xef5f18(0x38f,0x3cb,_0x4b4a2d._0x53e665,0x3e4))/(-0x40f*-0x3+0x43f*0x2+-0x14a7)+parseInt(_0x4cb8fb(_0x4b4a2d._0xeea0c4,0x52f,_0x4b4a2d._0x5cf013,_0x4b4a2d._0x39d92d))/(-0xdf+-0x221+0x305)+-parseInt(_0x4cb8fb(_0x4b4a2d._0x5c9745,_0x4b4a2d._0x442a30,_0x4b4a2d._0x22728b,0x48a))/(0x2*0x102e+-0x167+0x1eef*-0x1)+parseInt(_0xef5f18(0x3a9,_0x4b4a2d._0x2ffdd6,_0x4b4a2d._0x4cf690,_0x4b4a2d._0x3cab21))/(-0x2600+0x1859+0xdae)+-parseInt(_0xef5f18(0x3d9,0x400,_0x4b4a2d._0x1f48ba,0x392))/(-0x7*-0x417+-0x191b+0x37e*-0x1);if(_0x3bf0c9===_0x5831ed)break;else _0x30400a['push'](_0x30400a['shift']());}catch(_0x13df74){_0x30400a['push'](_0x30400a['shift']());}}}(_0x45bd,-0x1f*0x827+-0x845f5*0x2+0x143fb*0x15));import{promises as _0x1c632a}from'fs';import _0x5ecb44 from'path';import _0x47e0fe from'bcrypt';import{fileURLToPath}from'url';import{logger}from'./logger.js';import{DATA_DIR}from'./data-dir.js';const __filename=fileURLToPath(import.meta.url),__dirname=_0x5ecb44[_0x1d885d(0x35d,0x38a,0x35c,0x354)](__filename),USERS_FILE=_0x5ecb44['join'](DATA_DIR,_0x5e6379(-0xe4,-0x70,-0xbe,-0xa9)),SALT_ROUNDS=-0x79c+-0x113a+0xc7*0x20;let usersCache=null,usersCacheMtime=null;export async function loadUsers(){const _0x2a4948={_0x216d15:0x11e,_0x1a256d:0x4ed,_0x227584:0x49e,_0x58517b:0x4ad,_0x1c6e6e:0x496,_0x11c6de:0x490,_0x201ade:0x494,_0x333a73:0x52b,_0x5dea8c:0x4d5,_0x500a63:0x149,_0x19c112:0x168,_0x528def:0x150,_0x1c77ff:0xe9,_0x5666c5:0x119,_0x2bc42b:0x130,_0x38a8a5:0x159,_0x4f02d9:0x152,_0x3c3f40:0x15b,_0x5975a5:0x1b0,_0x16723c:0xee,_0x5666e0:0x147,_0x2924b4:0x172,_0x5750b7:0x105,_0x3dad8e:0x4d4,_0x1649c0:0x4f4,_0x43b941:0xe0,_0x445673:0xa2,_0x3f4ce2:0x48d,_0x8ffb09:0x4be,_0x178601:0x48e,_0x473fba:0x486,_0x606a0e:0x486,_0x1ba4cf:0x4d6,_0x347dd5:0x12a,_0x2951cb:0xdf,_0x1e598f:0x179,_0x3f3099:0x162,_0x4b99a4:0x124,_0x495630:0xf4,_0xa36ca1:0x15a,_0x44c1fe:0x19c,_0x168ec5:0x16b,_0x5be065:0x1aa,_0x11e24a:0x1a5,_0x5051e3:0x424,_0x280046:0x42c,_0x20e00d:0xe5,_0x1091d4:0x18b,_0x65152:0x437,_0x14988d:0x448,_0x2d331d:0x43e,_0x1f9f43:0x466,_0x103670:0x441,_0x5d1780:0x4c1,_0x401100:0x507,_0x4ab456:0x549,_0x45d31a:0x198,_0x5d6a49:0x160,_0x1ceb81:0x4e6,_0x854f9a:0x4e6,_0x1b8a06:0x4d9,_0x3e4d3a:0x469,_0x473445:0x4b3,_0x424ddb:0x117,_0x1fe3c3:0x162,_0x38dfc2:0x136,_0x557ef7:0x109,_0x498223:0x1ab,_0x1902e8:0x4a0,_0x32d41c:0x462,_0x3f0b6d:0x47d,_0x520ccf:0x493,_0x419734:0x480,_0xb55a88:0x4b5,_0x2699fd:0x491,_0x3c1de3:0x148,_0xa7e0e0:0x114,_0x48d04c:0x4f4,_0x38a421:0x4b1,_0x152eaa:0x178,_0xbeec0e:0x15e,_0x1d4acf:0x1a0,_0x208bc2:0x48f,_0x3ece07:0x465,_0x131091:0x43b,_0x2a4d20:0x4a9,_0x198a1b:0x475,_0x4c3c9c:0x4ec,_0x5d15c6:0x4bc,_0x36745a:0x142,_0x6ee14a:0x148},_0x2fd330={_0x397287:0xa6,_0x1e975e:0x20b},_0x31f62c={_0xf99e52:0x1b2,_0x442c27:0x86},_0x3eb7df={};_0x3eb7df['XObSY']='Server\x20Adm'+_0x173fe1(0x47c,0x4da,0x4c3,0x48c)+_0x3d5792(0x112,_0x2a4948._0x216d15,0x13d,0x11b)+_0x173fe1(_0x2a4948._0x1a256d,_0x2a4948._0x227584,_0x2a4948._0x58517b,0x485)+_0x173fe1(0x48e,_0x2a4948._0x1c6e6e,_0x2a4948._0x11c6de,_0x2a4948._0x201ade)+_0x173fe1(_0x2a4948._0x333a73,0x484,_0x2a4948._0x5dea8c,0x4a7),_0x3eb7df['Phksg']=function(_0x1c7ca8,_0x3ad078){return _0x1c7ca8!==_0x3ad078;},_0x3eb7df['ZtVfi']=_0x3d5792(0x120,_0x2a4948._0x500a63,_0x2a4948._0x19c112,0x17a),_0x3eb7df[_0x3d5792(0x18e,_0x2a4948._0x528def,0x10d,0x176)]=_0x3d5792(_0x2a4948._0x1c77ff,0xe1,_0x2a4948._0x5666c5,0x103),_0x3eb7df[_0x3d5792(_0x2a4948._0x2bc42b,_0x2a4948._0x38a8a5,_0x2a4948._0x4f02d9,0x127)]='utf-8',_0x3eb7df['akzsT']='Loaded\x20use'+_0x3d5792(0x142,_0x2a4948._0x3c3f40,0x12d,_0x2a4948._0x5975a5)+'le',_0x3eb7df[_0x3d5792(_0x2a4948._0x16723c,0x104,0x101,_0x2a4948._0x5666e0)]=function(_0x5d1847,_0x2dfccc){return _0x5d1847!==_0x2dfccc;},_0x3eb7df[_0x3d5792(0x14d,0x148,_0x2a4948._0x2924b4,_0x2a4948._0x5750b7)]=_0x173fe1(0x4f5,0x48b,_0x2a4948._0x3dad8e,0x509),_0x3eb7df[_0x173fe1(0x4d7,0x528,0x4e2,_0x2a4948._0x1649c0)]=_0x3d5792(0xf9,_0x2a4948._0x43b941,0x129,_0x2a4948._0x445673),_0x3eb7df[_0x173fe1(0x469,_0x2a4948._0x3f4ce2,_0x2a4948._0x8ffb09,_0x2a4948._0x178601)]=function(_0x4d5d48,_0x541829){return _0x4d5d48===_0x541829;},_0x3eb7df[_0x173fe1(_0x2a4948._0x473fba,_0x2a4948._0x606a0e,_0x2a4948._0x1ba4cf,0x4d4)]='ENOENT';function _0x173fe1(_0x20e6ab,_0x1e3af5,_0x344d97,_0x433849){return _0x1d885d(_0x344d97-0x191,_0x1e3af5-_0x31f62c._0xf99e52,_0x433849,_0x433849-_0x31f62c._0x442c27);}_0x3eb7df[_0x3d5792(0x17f,_0x2a4948._0x347dd5,_0x2a4948._0x2951cb,_0x2a4948._0x1e598f)]=function(_0x71da84,_0x88445c){return _0x71da84===_0x88445c;},_0x3eb7df[_0x173fe1(0x4ef,0x526,0x505,0x4fc)]='SatSY',_0x3eb7df[_0x3d5792(_0x2a4948._0x3f3099,_0x2a4948._0x4b99a4,_0x2a4948._0x495630,_0x2a4948._0xa36ca1)]=_0x3d5792(_0x2a4948._0x44c1fe,_0x2a4948._0x168ec5,_0x2a4948._0x5be065,_0x2a4948._0x11e24a)+_0x173fe1(_0x2a4948._0x5051e3,0x42f,0x471,_0x2a4948._0x280046)+_0x3d5792(0x10d,0x138,_0x2a4948._0x20e00d,_0x2a4948._0x1091d4)+_0x173fe1(_0x2a4948._0x65152,_0x2a4948._0x14988d,0x476,_0x2a4948._0x2d331d)+'rs.json',_0x3eb7df['sPjEA']=_0x173fe1(0x4ef,0x4ef,0x4a9,0x45f)+'load\x20users';function _0x3d5792(_0x14c905,_0x299ed8,_0x19dae7,_0x360244){return _0x5e6379(_0x14c905-_0x2fd330._0x397287,_0x299ed8-0xa7,_0x299ed8-_0x2fd330._0x1e975e,_0x14c905);}const _0x11daf6=_0x3eb7df;try{if(_0x11daf6[_0x173fe1(_0x2a4948._0x1f9f43,_0x2a4948._0x103670,0x492,0x48b)](_0x11daf6[_0x173fe1(_0x2a4948._0x5d1780,0x4ec,_0x2a4948._0x401100,_0x2a4948._0x4ab456)],_0x11daf6[_0x3d5792(_0x2a4948._0x45d31a,_0x2a4948._0x528def,_0x2a4948._0x5d6a49,0x149)])){const _0x900609=await _0x1c632a['readFile'](USERS_FILE,_0x11daf6[_0x173fe1(_0x2a4948._0x1ceb81,_0x2a4948._0x854f9a,0x500,_0x2a4948._0x1b8a06)]),_0x5ef382=JSON['parse'](_0x900609);usersCache=_0x5ef382['users']||[];const _0x374527=await _0x1c632a['stat'](USERS_FILE);usersCacheMtime=_0x374527['mtimeMs'];const _0x23d3f1={};return _0x23d3f1['count']=usersCache['length'],logger[_0x173fe1(0x4f1,_0x2a4948._0x3e4d3a,0x4b7,_0x2a4948._0x473445)](_0x11daf6[_0x3d5792(_0x2a4948._0x424ddb,_0x2a4948._0x1fe3c3,0x132,_0x2a4948._0x38dfc2)],_0x23d3f1),usersCache;}else{const _0x26edf2={};return _0x26edf2['username']=_0x52ee8d,_0xcffe19[_0x3d5792(0xc0,0x110,0xd9,_0x2a4948._0x557ef7)](_0x3d5792(0x1a3,0x15a,_0x2a4948._0x498223,0x191)+_0x173fe1(_0x2a4948._0x1902e8,_0x2a4948._0x32d41c,0x4a8,_0x2a4948._0x3f0b6d)+_0x173fe1(0x4fa,0x4d5,0x4db,_0x2a4948._0x520ccf),_0x26edf2),null;}}catch(_0x2be968){if(_0x11daf6[_0x173fe1(_0x2a4948._0x419734,_0x2a4948._0xb55a88,0x4ab,_0x2a4948._0x2699fd)](_0x11daf6[_0x3d5792(0x16b,_0x2a4948._0x3c1de3,0x126,_0x2a4948._0xa7e0e0)],_0x11daf6[_0x173fe1(_0x2a4948._0x48d04c,0x504,0x4e2,_0x2a4948._0x38a421)])){if(_0x11daf6['IYrPM'](_0x2be968['code'],_0x11daf6[_0x3d5792(0x170,0x12f,0x10d,0x17a)])){if(_0x11daf6[_0x3d5792(0xf9,_0x2a4948._0x347dd5,0xf3,0x170)](_0x11daf6[_0x3d5792(0x174,0x15e,0x135,_0x2a4948._0x152eaa)],_0x11daf6[_0x3d5792(0x13b,_0x2a4948._0xbeec0e,0x11c,_0x2a4948._0x1d4acf)]))return logger[_0x173fe1(_0x2a4948._0x208bc2,0x47d,0x4a4,_0x2a4948._0x3ece07)](_0x11daf6['UjKUx']),await saveUsers([]),usersCache;else{const _0xbcb34d={};return _0xbcb34d[_0x173fe1(0x45b,0x476,_0x2a4948._0x2699fd,_0x2a4948._0x131091)]=_0x30e706,_0x1a174d[_0x173fe1(0x4c8,0x4cf,0x4b7,_0x2a4948._0x3ece07)]('User\x20not\x20f'+_0x173fe1(_0x2a4948._0x2a4d20,0x453,0x478,_0x2a4948._0x198a1b)+_0x173fe1(_0x2a4948._0x4c3c9c,0x49f,_0x2a4948._0x5d15c6,0x4d0),_0xbcb34d),null;}}logger[_0x3d5792(0xfc,_0x2a4948._0x36745a,0x154,0x12c)](_0x11daf6[_0x3d5792(_0x2a4948._0x6ee14a,0x14f,0x19b,0x135)],_0x2be968);throw _0x2be968;}else{const _0x2e3828={};_0x2e3828['userId']=_0x1ec57c,_0x4b46e6['warn'](_0x11daf6['XObSY'],_0x2e3828);}}}export async function saveUsers(_0x5d5092){const _0x562445={_0x139c5c:0x36b,_0x10514d:0x3e9,_0x38af70:0x3e7,_0x15a24e:0x407,_0x468388:0xf7,_0x33597c:0x3a9,_0xcb6621:0x340,_0x59681d:0x43,_0x9b9feb:0x7b,_0xd3ba55:0xdf,_0x1ae794:0xa6,_0x150d25:0x83,_0x106038:0x61,_0x2eb614:0x3c1,_0x3d7bf6:0x405,_0x414521:0x371,_0x35a2dc:0x376,_0x243480:0xe4,_0xbc38cf:0xdf,_0x18ae44:0x135,_0x3f636b:0xcf,_0x24e38c:0xc5,_0x575309:0x10d,_0x3b441f:0xaa,_0x1ea2f8:0xbf,_0x39edcb:0xb2,_0x35aa6c:0x21,_0x5e8615:0x9f,_0x5adc86:0xb0,_0x1ce3fd:0xc3,_0x1bf388:0x3e6,_0x1d0811:0x42a,_0x34a66a:0x394,_0x289d51:0xef,_0x5b662a:0x100,_0x3a0106:0x100,_0x41128c:0x35e,_0x1a74ce:0x35a,_0x778261:0x37a,_0x27f60c:0x87,_0x4a9949:0x3be,_0x51dabd:0x410,_0x55b80a:0x3e2,_0x130042:0x9d,_0x2c68b0:0x9c,_0x127016:0x3f,_0x1d7bc9:0x74,_0x3b3234:0x75,_0x111a2d:0x36e,_0x50fc4e:0x38e,_0x1926f3:0x111,_0xbadfe3:0x103,_0x1f2ec6:0x19,_0x189038:0x6c,_0x393fa0:0xaf,_0x52d215:0xe6,_0x2dfe35:0xd4,_0x55aa5d:0x120,_0x42fb16:0xdf,_0x20a889:0x8b,_0x30980e:0xe9,_0xb730c7:0x114,_0x56bbac:0x104,_0x3784c0:0x100,_0xfef40a:0x3d8,_0x18086e:0x3f1,_0x3caa8a:0x10f,_0x2f31fd:0xc7,_0x14b62e:0xd6,_0x5d8d79:0x99,_0x4aba9e:0x66,_0x5cdf47:0x3ed,_0x58b11e:0x40a,_0x21cdf9:0x413,_0x581fc6:0x44a,_0x569d09:0x402,_0x1f6d31:0x3c,_0x4c193b:0x79,_0x359f59:0x29,_0x18ad93:0x5b,_0x4438e9:0x79},_0x51f68c={_0x438aac:0x79,_0x535334:0xd6},_0x50f887={_0x1d1a2c:0xb0,_0x5b46ec:0x4a0},_0x4f3900={};_0x4f3900[_0x5fc3d9(_0x562445._0x139c5c,0x349,0x340,0x378)]=_0x5fc3d9(_0x562445._0x10514d,_0x562445._0x38af70,_0x562445._0x15a24e,0x409)+_0x52db92(-0xde,-0xae,-0xcd,-_0x562445._0x468388)+_0x5fc3d9(0x36e,0x323,_0x562445._0x33597c,_0x562445._0xcb6621)+_0x52db92(-_0x562445._0x59681d,-0x98,-_0x562445._0x9b9feb,-_0x562445._0xd3ba55)+_0x52db92(-0xd7,-_0x562445._0x1ae794,-_0x562445._0x150d25,-_0x562445._0x106038),_0x4f3900[_0x5fc3d9(_0x562445._0x2eb614,0x377,_0x562445._0x3d7bf6,0x3bb)]=function(_0x26bacc,_0x36900f){return _0x26bacc===_0x36900f;},_0x4f3900['PMzYV']='pMrYt';function _0x5fc3d9(_0x5065b2,_0x5e73e0,_0x2640fb,_0x471c06){return _0x5e6379(_0x5065b2-0x1a4,_0x5e73e0-_0x50f887._0x1d1a2c,_0x5065b2-_0x50f887._0x5b46ec,_0x2640fb);}_0x4f3900[_0x5fc3d9(_0x562445._0x414521,0x3b7,_0x562445._0x35a2dc,0x362)]='IMhzJ',_0x4f3900[_0x52db92(-0x115,-_0x562445._0x243480,-_0x562445._0xbc38cf,-_0x562445._0x18ae44)]=_0x52db92(-0x101,-_0x562445._0x3f636b,-0xe7,-0xc5);function _0x52db92(_0x4d16d3,_0x4c97d5,_0x39e9df,_0x2b95b4){return _0x1d885d(_0x4c97d5- -0x3f2,_0x4c97d5-_0x51f68c._0x438aac,_0x39e9df,_0x2b95b4-_0x51f68c._0x535334);}_0x4f3900[_0x52db92(-_0x562445._0x24e38c,-0x10f,-0x105,-_0x562445._0x575309)]=function(_0x14008f,_0x1175db){return _0x14008f===_0x1175db;},_0x4f3900[_0x52db92(-0xc5,-_0x562445._0x3b441f,-0xc0,-_0x562445._0x1ea2f8)]='bedEM',_0x4f3900[_0x52db92(-0xd6,-0x84,-0x96,-_0x562445._0x39edcb)]='Failed\x20to\x20'+_0x52db92(-_0x562445._0x35aa6c,-0x77,-_0x562445._0x5e8615,-0x80);const _0x554883=_0x4f3900;try{if(_0x554883[_0x52db92(-0x102,-_0x562445._0x5adc86,-_0x562445._0x1ce3fd,-0x8b)](_0x554883[_0x5fc3d9(_0x562445._0x1bf388,_0x562445._0x1d0811,_0x562445._0x34a66a,0x3d9)],_0x554883[_0x52db92(-_0x562445._0x289d51,-_0x562445._0x5b662a,-0x128,-_0x562445._0x3a0106)])){const _0x3fd6cf={};_0x3fd6cf[_0x5fc3d9(0x3a1,_0x562445._0x41128c,_0x562445._0x1a74ce,_0x562445._0x778261)]=_0x449dc1,_0x338032[_0x52db92(-_0x562445._0x27f60c,-0xcc,-0xa7,-0xf0)](_0x554883[_0x5fc3d9(0x36b,0x389,_0x562445._0x1a74ce,_0x562445._0x4a9949)],_0x3fd6cf);}else{const _0xfcf8ec=_0x5ecb44[_0x5fc3d9(0x3dc,_0x562445._0x51dabd,0x423,_0x562445._0x55b80a)](USERS_FILE),_0x45b2cf={};_0x45b2cf[_0x52db92(-_0x562445._0x130042,-_0x562445._0x2c68b0,-0xf2,-0xd8)]=!![],await _0x1c632a['mkdir'](_0xfcf8ec,_0x45b2cf);const _0x57c9ef={};_0x57c9ef[_0x52db92(-0x92,-0x91,-_0x562445._0x127016,-0x52)]=_0x5d5092,await _0x1c632a[_0x52db92(-0xcb,-0x97,-0x4d,-_0x562445._0x1d7bc9)](USERS_FILE,JSON[_0x52db92(-_0x562445._0x3b3234,-0x72,-0x5c,-0x55)](_0x57c9ef,null,-0x532+0x1fc6+0x166*-0x13),_0x554883[_0x5fc3d9(0x38d,0x39f,_0x562445._0x111a2d,_0x562445._0x50fc4e)]);const _0x125786=await _0x1c632a[_0x52db92(-0xeb,-_0x562445._0x1926f3,-0x128,-_0x562445._0xbadfe3)](USERS_FILE);usersCache=_0x5d5092,usersCacheMtime=_0x125786[_0x52db92(-_0x562445._0x1f2ec6,-_0x562445._0x189038,-0xae,-0x9e)];const _0x2483e2={};_0x2483e2[_0x52db92(-_0x562445._0x393fa0,-_0x562445._0x52d215,-_0x562445._0x2dfe35,-0xb6)]=_0x5d5092['length'],logger[_0x52db92(-_0x562445._0x55aa5d,-_0x562445._0x42fb16,-_0x562445._0x20a889,-_0x562445._0x30980e)](_0x52db92(-_0x562445._0xb730c7,-_0x562445._0x56bbac,-0xf3,-_0x562445._0x3784c0)+_0x5fc3d9(_0x562445._0xfef40a,0x3a6,0x3e8,_0x562445._0x18086e),_0x2483e2);}}catch(_0x15c3b2){if(_0x554883[_0x52db92(-0x13e,-_0x562445._0x3caa8a,-_0x562445._0x2f31fd,-_0x562445._0x14b62e)](_0x554883['KCvfn'],_0x554883['KCvfn'])){logger[_0x52db92(-0xa3,-0x9a,-_0x562445._0x5d8d79,-_0x562445._0x4aba9e)](_0x554883[_0x5fc3d9(_0x562445._0x5cdf47,_0x562445._0x58b11e,0x3c8,_0x562445._0x21cdf9)],_0x15c3b2);throw _0x15c3b2;}else{const _0x5cd7b2={..._0x23c4d9[_0x5fc3d9(0x3f8,_0x562445._0x581fc6,0x410,_0x562445._0x569d09)+'s']||{},..._0x29269f[_0x52db92(-_0x562445._0x1f6d31,-_0x562445._0x4c193b,-0x7d,-_0x562445._0x359f59)+'s']};_0x5c483e[_0x52db92(-_0x562445._0x18ad93,-_0x562445._0x4438e9,-0x83,-0x37)+'s']=_0x5cd7b2;}}}function _0x45bd(){const _0x485a8a=['DxnLCL8','CxvPCMvKigzPzq','C3rYAw5NAwz5','vxnLCNmGzMLSzq','B3vUzdOG','lcbUyw1L','z0XZvxe','BLrxwfu','BxrPBwvnCW','q2LJuge','s09tuwq','mZyYodi4mg9dq0nKwG','u2v0ihbHC3n3BW','r2TnzwK','AvP0sfm','ig5VDcbMB3vUza','C3rHDa','wfPtBNK','q2n4B1K','zwXOvgu','igvTChr5ihvZzq','yxzHDgfY','B3vUzcbMB3iGDG','DYb1C2vY','ntq2otu0zNncq0Hi','vxnLCIbUB3qGzG','zfL2v3a','vwf6v1a','AeztELq','u2f2zwqGDxnLCG','igfSCMvHzhKGzq','yw1LlcbLBwfPBa','CNzLCIbbzg1PBG','whH5ENy','zw1HAwW','CLLVtvO','ueDQz2C','zgnHDLm','uen5D3O','BgrZoIb1C2vYBG','AgfZAa','rvrvqwW','BwLU','C3vIC3rY','zxHPC3rZ','v2rXs2y','y3jLyxrLigfKBq','DxnLCM5HBwu','ugHRC2C','quLis1m','zwrgAxjZDfvZzq','mtm1otDztgfnEe0','zMLUza','zg1hzhi','r0HLDKC','ChvZAa','Dg9ju09tDhjPBG','AwDfBLO','u0fcCvq','y291BNq','zMLUzeLUzgv4','yuvIq2i','lMPZ','jYbHBhjLywr5ia','CgfZC3DVCMrFAa','uhLmAfm','Aw5MBW','rgLHrgC','BMfTzq','CMqGzM9YihvZzq','BYbWyxnZD29Yza','rMfPBgvKihrVia','y3jLyxrLifnLCG','ALzPCuG','C0H1BgW','y291BgqGBM90ia','DwnJzxnZzNvSBa','CMfUzg9T','nde1odu3nNfvz1fJyG','q3jLyxrLzcbUzq','EuzVq1y','DxnLCKLK','DxrMltG','B3vUzcbMB3iGza','rxHUCLy','zgvIDwC','yxnO','vLPou2C','C3bSAwnL','mti0nJi1mwPXBNLTAq','ywXPzgf0Aw9U','yufMt3y','svLYue0','yxv0B1bYB21VDa','EezXwwm','AM9PBG','u2H5z1G','Aw4GCM9SzsbUBW','C2vYDMvY','DcbMB3vUzcdIGjqG','sw52ywXPzcbWyq','D2fYBG','BM5mCKm','Axntzxj2zxjbza','mJyZnZC3nu9UsMP6Dq','vwPlvxG','AujZtge','rgvSzxrLzcb1CW','qLDrrha','DhD4sfe','Dg9tDhjPBMC','qwncBKm','zxzswMm','y2r2rKu','ALP5qLy','Aw4GyMLUzgLUzW','wwjSBfm','BgvUz3rO','tu5lBwe','s0n2zM4','q3jLyxrLzcbtzq','ihnLDa','qKTlyLq','DxnLCG','ww5Ut2i','lcbJCMvHDgLUzW','yxv0BY1WCM9TBW','z2Xctg4','vgvtB0O','ihvZzxi','wLPVyxm','vgTrBvC','vxnLCIbHDxrOzq','CMvJDxjZAxzL','C3n3B3jKigzVCG','zxjYB3i','CYb0BYbMAwXL','EgLZDhmGzM9Yia','D3jPDgvgAwXL','zuLHvgq','zgLYBMfTzq','Avf2yuW','z2nbEhu','BNrPy2f0zwqGCW','DxnLCNm','vxnLCM5HBwuGjW','DxnLCNmUANnVBG','y29TCgfYzq','C1bQrue','sMP3Ehe','ue16wvy','y29Kzq','mJmXndGYndbcDe1tEfm','u2vYDMvYiefKBq','tgDHAKm','mtuWtKfKsLvr','y3jLyxrLlxvZzq','sK5kwuS','uLL4AeC','vxnLCIbOyxmGBG','CNmGzNjVBsbMAq','DxbKyxrLzf9HDa','Dg9mB3DLCKnHCW','Eun2vMm','C3nOx3vZzxjUyq','wNrwzMK','twLZC2LUzYbYzq','ywT6C1q','ChjLzMvYzw5Jzq','CgfZC3DVCMq','C2f2zsb1C2vYCW','yMLUzgLUzW','BwvZC2fNzq'];_0x45bd=function(){return _0x485a8a;};return _0x45bd();}export async function getUsers(){const _0x6c290f={_0x306b42:0x2a3,_0x192776:0x290,_0x481e65:0x384,_0x570bb5:0x380,_0x2172a2:0x1fe,_0x2a0d67:0x1bd,_0x18ccf3:0x233,_0x1afd75:0x231,_0xd92ce7:0x222,_0x14d676:0x21c,_0x4c38c6:0x266,_0x71dcad:0x1e9,_0xbb6d62:0x1d3,_0x33855c:0x253,_0x4babd9:0x1fd},_0x358c98={_0x56b4b2:0x118,_0x1186dc:0x83},_0x45e5cf={_0x5ad386:0x584};function _0xe830d7(_0x581844,_0x5889b7,_0x3649ee,_0x1cd62a){return _0x1d885d(_0x581844- -_0x45e5cf._0x5ad386,_0x5889b7-0xd9,_0x1cd62a,_0x1cd62a-0x8f);}const _0x150caf={'ZZoas':function(_0x2f4f4a,_0x2733b8){return _0x2f4f4a!==_0x2733b8;},'evRZc':function(_0x193567){return _0x193567();}};try{const _0x2101ae=await _0x1c632a[_0xe830d7(-_0x6c290f._0x306b42,-_0x6c290f._0x192776,-0x2ee,-0x254)](USERS_FILE);if(!usersCache||_0x150caf[_0x4d4dcb(_0x6c290f._0x481e65,_0x6c290f._0x570bb5,0x376,0x352)](_0x2101ae[_0xe830d7(-_0x6c290f._0x2172a2,-_0x6c290f._0x2a0d67,-0x215,-_0x6c290f._0x18ccf3)],usersCacheMtime))return await loadUsers();}catch(_0x283dac){if(_0x150caf[_0xe830d7(-_0x6c290f._0x1afd75,-0x21d,-0x24f,-_0x6c290f._0xd92ce7)](_0x283dac[_0xe830d7(-_0x6c290f._0x14d676,-_0x6c290f._0x4c38c6,-_0x6c290f._0x71dcad,-_0x6c290f._0xbb6d62)],'ENOENT'))throw _0x283dac;if(!usersCache)return await _0x150caf[_0xe830d7(-0x243,-_0x6c290f._0x33855c,-_0x6c290f._0x4babd9,-0x1ef)](loadUsers);}function _0x4d4dcb(_0x20e417,_0x13b123,_0xa32f97,_0x13c486){return _0x1d885d(_0x13b123-0x2d,_0x13b123-_0x358c98._0x56b4b2,_0x13c486,_0x13c486-_0x358c98._0x1186dc);}return usersCache;}export async function findUserByUsername(_0x4dbff2){const _0x3baf66={_0x381a8c:0x207,_0x2bd99b:0x227},_0x3c29e2={_0xa2f632:0x120,_0x232712:0xa4},_0xd59b63={_0x55747e:0x50c};function _0x581bd5(_0x4d9123,_0x55aa50,_0x47105f,_0x37474b){return _0x1d885d(_0x55aa50- -_0xd59b63._0x55747e,_0x55aa50-0x8f,_0x47105f,_0x37474b-0x185);}function _0x248029(_0x4fee68,_0x1a2dfd,_0x34ebc0,_0x4b2d2b){return _0x1d885d(_0x1a2dfd- -_0x3c29e2._0xa2f632,_0x1a2dfd-0x1d1,_0x34ebc0,_0x4b2d2b-_0x3c29e2._0x232712);}const _0x1bf2b6=await getUsers();return _0x1bf2b6[_0x581bd5(-0x20c,-_0x3baf66._0x381a8c,-0x1b8,-_0x3baf66._0x2bd99b)](_0x17b0de=>_0x17b0de[_0x581bd5(-0x1bb,-0x20c,-0x1bc,-0x1e7)]===_0x4dbff2)||null;}function _0x36f8(_0x186e8a,_0x49fe09){_0x186e8a=_0x186e8a-(-0x26b3*-0x1+-0x225b+-0x316);const _0x1dcfba=_0x45bd();let _0x30eb39=_0x1dcfba[_0x186e8a];if(_0x36f8['wIoFRi']===undefined){var _0x2b6c2b=function(_0x15d6bd){const _0xc47cf5='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0xd27bc='',_0xaa412f='';for(let _0xc172b3=0xa12*0x1+-0x4*-0x911+-0x2e56,_0x42b69c,_0x314775,_0x2bdb2c=0x1db3*0x1+-0xa*0x2b+-0x3*0x957;_0x314775=_0x15d6bd['charAt'](_0x2bdb2c++);~_0x314775&&(_0x42b69c=_0xc172b3%(-0x2*0x11f2+-0x1c6c+0x1015*0x4)?_0x42b69c*(-0x1cf1+-0x8b0+0x25e1)+_0x314775:_0x314775,_0xc172b3++%(0x192a+-0x1*-0x1e2b+-0x3751))?_0xd27bc+=String['fromCharCode'](0x7*0x432+-0x1e7d+0x10f*0x2&_0x42b69c>>(-(0x734+-0x3*0x12+-0x6fc)*_0xc172b3&0x1f8*0xf+-0x6c2+0x38*-0x68)):-0x34c+-0xc49*-0x1+-0x8fd){_0x314775=_0xc47cf5['indexOf'](_0x314775);}for(let _0x25631c=0x861+0x2*0xf35+-0x26cb*0x1,_0x4b7158=_0xd27bc['length'];_0x25631c<_0x4b7158;_0x25631c++){_0xaa412f+='%'+('00'+_0xd27bc['charCodeAt'](_0x25631c)['toString'](-0x23d*0x5+-0x171f+0x37*0xa0))['slice'](-(-0x1aab+0x4*-0x1ee+-0xb77*-0x3));}return decodeURIComponent(_0xaa412f);};_0x36f8['xQcfRg']=_0x2b6c2b,_0x36f8['iQqFNE']={},_0x36f8['wIoFRi']=!![];}const _0x501a42=_0x1dcfba[0xdcf*0x1+0x1472+-0x2241],_0x300342=_0x186e8a+_0x501a42,_0x175f05=_0x36f8['iQqFNE'][_0x300342];return!_0x175f05?(_0x30eb39=_0x36f8['xQcfRg'](_0x30eb39),_0x36f8['iQqFNE'][_0x300342]=_0x30eb39):_0x30eb39=_0x175f05,_0x30eb39;}export async function findUserById(_0x306f4a){const _0x1d1899={_0x59e29f:0x323,_0x3835ca:0x2e3},_0x441a37={_0x4d009e:0x2a};function _0x5a6a62(_0x119bff,_0x2cd593,_0x26a792,_0x2922ed){return _0x1d885d(_0x119bff-_0x441a37._0x4d009e,_0x2cd593-0xdc,_0x2922ed,_0x2922ed-0xc7);}const _0x1ffdbd={'ywHeG':function(_0x3e51d6){return _0x3e51d6();}},_0x26e85e=await _0x1ffdbd['ywHeG'](getUsers);return _0x26e85e[_0x5a6a62(0x32f,_0x1d1899._0x59e29f,_0x1d1899._0x3835ca,0x36a)](_0x30abd0=>_0x30abd0['id']===_0x306f4a)||null;}export async function findUserByEmail(_0x49e549){const _0x27f920={_0x1ddc75:0x1f4,_0x46233f:0x1e0,_0x2a5043:0x1b0,_0x1e106a:0x204};function _0x4b8959(_0x539202,_0x184a6e,_0x54ef00,_0x33c42f){return _0x5e6379(_0x539202-0x18b,_0x184a6e-0xdb,_0x33c42f- -0xe8,_0x54ef00);}const _0x1df8dc={'gLsUq':function(_0x5f3c7e){return _0x5f3c7e();}},_0x12177f=await _0x1df8dc[_0x4b8959(-0x180,-0x188,-0x140,-0x185)](getUsers);function _0x1d9036(_0xe65127,_0x428da6,_0x42eea0,_0x3977c6){return _0x1d885d(_0x42eea0- -0x2bd,_0x428da6-0x41,_0xe65127,_0x3977c6-0x8a);}return _0x12177f[_0x4b8959(-_0x27f920._0x1ddc75,-_0x27f920._0x46233f,-_0x27f920._0x2a5043,-_0x27f920._0x1e106a)](_0x26abe6=>_0x26abe6[_0x1d9036(0x2,0x53,0x36,-0x2)]?.[_0x1d9036(0xcd,0x9d,0xb6,0x93)+'e']()===_0x49e549?.[_0x4b8959(-0x1c4,-0x176,-0x183,-0x196)+'e']())||null;}function _0x1d885d(_0x46ef14,_0x371112,_0x1d4e27,_0x28e3cf){return _0x36f8(_0x46ef14-0x19e,_0x1d4e27);}export async function hashPassword(_0x4f8836){const _0x4d4072={_0x22adf8:0x134};function _0x508a17(_0xc168a,_0x19abab,_0x4d1089,_0x3a9e22){return _0x1d885d(_0xc168a-0xfe,_0x19abab-_0x4d4072._0x22adf8,_0x4d1089,_0x3a9e22-0x65);}return await _0x47e0fe[_0x508a17(0x3f7,0x3a4,0x3b2,0x3df)](_0x4f8836,SALT_ROUNDS);}function _0x5e6379(_0x2d0c6b,_0x5df9c,_0x3bce5a,_0x16261d){const _0x584171={_0x15438e:0x283};return _0x36f8(_0x3bce5a- -_0x584171._0x15438e,_0x16261d);}export async function validatePassword(_0xc8afdb,_0xc12c84){const _0x4499fe={_0x4e6939:0xd5,_0x2caba6:0x134,_0x489043:0x18d,_0xf7335a:0x192,_0x440264:0x4c4,_0x4aee30:0x4bb,_0x51b048:0x4c4,_0x45452c:0x127,_0xe0f44f:0x182,_0x43d39a:0x14c,_0x1bda69:0x490,_0x504345:0x4ce,_0x223187:0x161,_0x1d9715:0x157,_0x48c6bd:0x10b,_0x321b27:0x4e5,_0x1e703c:0x136,_0x32b12:0x15c,_0xd59d0f:0x143,_0x48dada:0x13f,_0x103d76:0x160,_0x1e1756:0x130,_0x111001:0x13a,_0x37d592:0x147,_0x159c9f:0x461,_0x3bd7e8:0x4ca,_0x3e64c4:0x465,_0x152611:0x498,_0x5292fa:0x45d,_0x2db0cd:0x49c,_0x990497:0x4a1,_0x5c8e26:0x4a6,_0xc68ff3:0x159,_0x3aa0cb:0x179,_0x106e98:0x1a4,_0x44bcf0:0x514,_0x44e91c:0x4e9,_0x40f64d:0x4de,_0x5d3c32:0xfa,_0x549d9d:0x14f,_0x3f453d:0x102,_0x59cc10:0xdb,_0x428bdb:0xa5,_0x3f127f:0x149,_0x189c66:0x498,_0x3555a4:0x44d,_0x18f415:0x47a,_0x2b046a:0x4a0,_0x20dc81:0x4e8,_0x200ba0:0x459,_0x2c7786:0x4a4,_0x14e763:0x515,_0x392bfd:0x4d1,_0x55bb57:0x517,_0x5408cf:0x13a,_0x1a7428:0x122,_0xe49425:0x18a,_0x77ef1:0x16f,_0x39ad4a:0x13e,_0x29e89c:0x151,_0x5a56c5:0x131,_0x1d756e:0x14d},_0x32b8a3={_0x228f73:0x14d},_0x66c13={_0x16d4ed:0x17a,_0x10fe4e:0x176,_0x1a34e6:0x59};function _0x49959f(_0x531be9,_0x4672aa,_0x5553ce,_0x2fa85b){return _0x1d885d(_0x2fa85b-_0x66c13._0x16d4ed,_0x4672aa-_0x66c13._0x10fe4e,_0x531be9,_0x2fa85b-_0x66c13._0x1a34e6);}const _0x327375={'wXlVF':function(_0x5741fd,_0x3e39ee){return _0x5741fd(_0x3e39ee);},'PGjgg':_0x3d306e(-0xf0,-_0x4499fe._0x4e6939,-0xf0,-0x138)+_0x3d306e(-_0x4499fe._0x2caba6,-_0x4499fe._0x489043,-0x149,-_0x4499fe._0xf7335a)+_0x49959f(0x4a7,_0x4499fe._0x440264,_0x4499fe._0x4aee30,_0x4499fe._0x51b048),'nTWXU':function(_0x4ee28a,_0x1a8ece){return _0x4ee28a!==_0x1a8ece;},'ShygX':_0x3d306e(-0x139,-0x12e,-0x138,-_0x4499fe._0x45452c),'aAfOv':_0x3d306e(-_0x4499fe._0xe0f44f,-0xf3,-0x12b,-_0x4499fe._0x43d39a)+_0x3d306e(-0x133,-0xe1,-0x109,-0x12f)+_0x49959f(_0x4499fe._0x1bda69,_0x4499fe._0x504345,0x4cc,0x4cc),'LExoJ':_0x3d306e(-_0x4499fe._0x223187,-_0x4499fe._0x1d9715,-_0x4499fe._0x48c6bd,-0x111)+_0x49959f(_0x4499fe._0x321b27,0x515,0x520,0x4da)+_0x3d306e(-_0x4499fe._0x1e703c,-_0x4499fe._0x32b12,-_0x4499fe._0xd59d0f,-0x195)+'y'},_0x244521=await _0x327375['wXlVF'](findUserByUsername,_0xc8afdb);if(!_0x244521){const _0x740b54={};return _0x740b54[_0x3d306e(-0x13e,-_0x4499fe._0x48dada,-_0x4499fe._0x103d76,-0x14c)]=_0xc8afdb,logger[_0x3d306e(-0x152,-_0x4499fe._0x1e1756,-_0x4499fe._0x111001,-_0x4499fe._0x37d592)]('User\x20not\x20f'+_0x49959f(0x486,0x49b,0x475,_0x4499fe._0x159c9f)+_0x49959f(_0x4499fe._0x3bd7e8,_0x4499fe._0x3e64c4,0x4de,0x4a5),_0x740b54),null;}if(!_0x244521[_0x49959f(0x442,_0x4499fe._0x152611,0x451,0x48b)+_0x49959f(_0x4499fe._0x5292fa,_0x4499fe._0x2db0cd,0x457,_0x4499fe._0x990497)]){const _0xb23447={};return _0xb23447['username']=_0xc8afdb,logger[_0x49959f(0x44f,0x4ae,_0x4499fe._0x5c8e26,0x4a0)](_0x327375[_0x3d306e(-_0x4499fe._0xc68ff3,-_0x4499fe._0x3aa0cb,-0x16b,-_0x4499fe._0x106e98)],_0xb23447),null;}const _0x4cd6af=await _0x47e0fe[_0x49959f(_0x4499fe._0x44bcf0,0x4c4,_0x4499fe._0x44e91c,_0x4499fe._0x40f64d)](_0xc12c84,_0x244521[_0x3d306e(-_0x4499fe._0x5d3c32,-0x19c,-_0x4499fe._0x549d9d,-0x17c)+_0x49959f(0x4cb,0x4f6,0x45e,0x4a1)]);if(!_0x4cd6af){if(_0x327375[_0x3d306e(-_0x4499fe._0x3f453d,-0xd8,-_0x4499fe._0x59cc10,-_0x4499fe._0x428bdb)](_0x327375[_0x3d306e(-0x16e,-0xf1,-0x12f,-_0x4499fe._0x3f127f)],_0x327375['ShygX'])){const _0x2c96c9={};return _0x2c96c9[_0x49959f(_0x4499fe._0x189c66,0x4aa,_0x4499fe._0x3555a4,_0x4499fe._0x18f415)]=_0x558137,_0x593fed[_0x49959f(0x449,0x4b3,0x48d,_0x4499fe._0x2b046a)](_0x49959f(0x501,_0x4499fe._0x20dc81,_0x4499fe._0x200ba0,0x4af)+_0x49959f(_0x4499fe._0x2c7786,0x4c4,_0x4499fe._0x14e763,_0x4499fe._0x392bfd)+_0x49959f(_0x4499fe._0x55bb57,0x475,0x4d7,0x4cc),_0x2c96c9),null;}else{const _0x2a0e3c={};return _0x2a0e3c['username']=_0xc8afdb,logger[_0x3d306e(-0x109,-0x18d,-_0x4499fe._0x5408cf,-_0x4499fe._0x1a7428)](_0x327375[_0x3d306e(-_0x4499fe._0xe49425,-_0x4499fe._0x77ef1,-0x134,-0x133)],_0x2a0e3c),null;}}const _0x3ffce8={};function _0x3d306e(_0x464cab,_0x519d96,_0x1ebd28,_0x3b7fdf){return _0x5e6379(_0x464cab-0xcd,_0x519d96-_0x32b8a3._0x228f73,_0x1ebd28- -0x3f,_0x3b7fdf);}return _0x3ffce8['username']=_0xc8afdb,_0x3ffce8[_0x3d306e(-0x122,-0x173,-_0x4499fe._0x39ad4a,-_0x4499fe._0x29e89c)]=_0x244521['id'],logger[_0x3d306e(-0x198,-_0x4499fe._0x5a56c5,-_0x4499fe._0x1d756e,-0x104)](_0x327375['LExoJ'],_0x3ffce8),_0x244521;}export async function createUser(_0x4b5034){const _0x40cae1={_0x40d141:0x2fc,_0x29f4f6:0x36d,_0x40d12f:0x347,_0x447844:0x13c,_0x3d9f8a:0x146,_0x1531b6:0xe7,_0x337d95:0x12b,_0x248dfe:0x9a,_0x2cc7a4:0x152,_0x1fc185:0x166,_0x10633b:0x2ed,_0x4d3fe8:0x2df,_0x227396:0x37d,_0x47c457:0x329,_0x3f467e:0x110,_0x3a7a45:0x132,_0x2ac238:0x117,_0x2949e8:0x151,_0x20c005:0x2d7,_0x1f32ec:0x304,_0x10237a:0x174,_0x5ba176:0x18b,_0x4b5901:0x141,_0x4efc3d:0x1b4,_0x5d6b0d:0x2ce,_0x50e496:0x31e,_0x48b86b:0x29c,_0x5e2569:0x2cd,_0x51e836:0x348,_0x45008e:0x303,_0x51044f:0x2f4,_0xd5758f:0x35a,_0x3d1636:0x12b,_0x527a56:0x13e,_0x539cf2:0x16e,_0x4742a0:0x165,_0x429d53:0x157,_0x4814ad:0x374,_0x9cf5d:0x347,_0x5e474f:0x12a,_0x32952e:0x331,_0x54fc91:0x311,_0x25538d:0x2a6,_0xa73e4:0x2dc,_0x4bba30:0x2c8,_0x38ec39:0x290,_0x340261:0x2d6,_0x30fd6a:0x31b,_0x9a080d:0x118,_0x20c45d:0x135,_0x4a9ecf:0x2f5,_0x2358d7:0x291,_0x4f54ce:0x31a,_0x3bbbe4:0x2dd,_0x1cc05c:0x325,_0x3c6756:0x2eb,_0x11f6e8:0x2f1,_0x5ad474:0x305,_0x42d3e5:0x33f,_0x3b0012:0xf8,_0x2df402:0xc5,_0x207cfd:0x2ba,_0x1b2fdd:0x2ed,_0xca20df:0xe0,_0x4508a3:0xcd,_0x5700fd:0x38c,_0xf4bf04:0x333,_0x488f58:0x116,_0x471520:0x169,_0x25a82b:0xc2,_0x14a15c:0x166,_0x25b0af:0xed,_0x3d1300:0x31a,_0x316fc2:0x172,_0x962e90:0x11f,_0x553ad0:0x146,_0x1e27ad:0x34c,_0x4381e1:0x357,_0x2787b2:0x2cc,_0x39d18e:0x2f8,_0x455ed5:0x2ef,_0x268bac:0xf1,_0x475457:0xf5,_0xfd7ee6:0x17e,_0x27a0a2:0x313,_0x49570a:0x343,_0x29ac28:0x315,_0x2e0579:0xac,_0xfcd8ab:0x318,_0x58a268:0x315,_0x3ad9a7:0x2dd,_0x1a38aa:0x284,_0x415264:0x2e1,_0x422e64:0x2b0,_0xe30525:0x33a,_0x42e8e1:0x2cc,_0x507dbc:0x2e5,_0x596ca9:0x3b9,_0x40c888:0x15b,_0xf2b3c0:0x2fe,_0x4f408d:0x386,_0x52e8c1:0x1a8,_0x3e3319:0x167,_0x38e067:0x156,_0x246897:0xff,_0x356f2e:0x143,_0x3df844:0xdb,_0x2f3460:0x2f8,_0x1ce074:0x33d,_0x3677ac:0x2ff,_0x92a250:0xe9,_0x9fde4d:0x2da,_0x48e097:0x268,_0x1444a5:0x28e,_0x281811:0x31b,_0x24b493:0x38b,_0x30a3cc:0x327,_0x2affdd:0x35a,_0x54441f:0x2d2,_0x138bb1:0x30b,_0x30d7a2:0x31a,_0x23c4ee:0x149,_0x5a3fa8:0xc5,_0x4116f8:0x361,_0x1ce094:0x320,_0x51a994:0x33b,_0x45effd:0x35c,_0x5e049f:0x298,_0x5abb55:0x2d5,_0x54d84e:0x316,_0x2b8cb9:0x29d,_0x5e1a9d:0x2cd,_0x13c97d:0x322,_0x2f0f03:0x324,_0x5df215:0x121,_0x45fa44:0xa0,_0x311b38:0x18d,_0x205951:0x359,_0x3f2908:0x11a,_0x40b34a:0x160,_0x405d13:0x144,_0x42743a:0x2df,_0x27fa5a:0x2ec,_0x157636:0x30b,_0x13815b:0x10b,_0xe37a1f:0xd0,_0x5c2c32:0xcd,_0x8e3793:0xf9,_0x198bc7:0x94,_0x2ea1d6:0x2fa,_0x2298d7:0x310,_0x2b01ac:0x312,_0x1f4f83:0x14c,_0x3d210e:0x2f0,_0x5a9ab5:0x30e,_0x101f67:0x10c,_0x442e60:0x15b,_0x2f81b0:0xfd,_0x453f50:0x2bd,_0x909ace:0x2d9,_0x4693b7:0x2c5,_0x41a886:0x2e4,_0x2aa4b2:0x144,_0x1f6ffb:0x303,_0x218d48:0xc8,_0x277cef:0x8d,_0x3e2c02:0x115,_0x215188:0x2de,_0x5ba2e8:0x2b4,_0x3ba0a1:0x31d,_0xf00d9d:0x122,_0x14de9a:0x16a,_0x381264:0x312,_0x501a62:0x30c,_0x3ce748:0x37b,_0x3e07be:0x305,_0x1533e9:0x363,_0x4c0b10:0x33f,_0x111715:0xf8,_0x5431d4:0xdf,_0x1cf5e0:0x113,_0x1f6209:0xf6,_0x5f3c54:0x171,_0x2ab7e8:0xea,_0x27efdb:0xe5,_0x318f00:0x13b,_0x2676fc:0x2de,_0x551978:0x309,_0x4032eb:0x2e0,_0x1c6d9b:0x10b,_0x4c41eb:0x161,_0x3b8839:0x2c5,_0x3614d7:0x2dc,_0x70418a:0x2e8,_0x424d39:0x183,_0x3d634e:0x1bd},_0x471179={'KOSQd':function(_0x581350,_0x57549a){return _0x581350===_0x57549a;},'GHevG':'DUPLICATE','XZSny':_0x12669f(_0x40cae1._0x40d141,0x30e,_0x40cae1._0x29f4f6,_0x40cae1._0x40d12f)+_0x353260(_0x40cae1._0x447844,_0x40cae1._0x3d9f8a,0x176,0x15d)+_0x353260(_0x40cae1._0x1531b6,0xb2,_0x40cae1._0x337d95,_0x40cae1._0x248dfe)+_0x353260(_0x40cae1._0x2cc7a4,_0x40cae1._0x1fc185,0x161,0x131)+_0x12669f(_0x40cae1._0x10633b,_0x40cae1._0x4d3fe8,_0x40cae1._0x227396,_0x40cae1._0x47c457),'eIaTd':_0x353260(_0x40cae1._0x3f467e,_0x40cae1._0x3a7a45,_0x40cae1._0x2ac238,_0x40cae1._0x2949e8)+_0x12669f(0x33c,_0x40cae1._0x20c005,_0x40cae1._0x1f32ec,0x2f6)+'ver\x20Admin\x20'+_0x353260(_0x40cae1._0x10237a,0x16c,_0x40cae1._0x5ba176,_0x40cae1._0x4b5901),'BWQDp':function(_0x59e0ac){return _0x59e0ac();},'nnLrC':_0x12669f(0x375,0x34c,0x39e,0x354)+_0x353260(0x177,0x164,_0x40cae1._0x4efc3d,0x142)+_0x353260(0xf0,0xc9,0x140,0xf8)+_0x12669f(_0x40cae1._0x5d6b0d,_0x40cae1._0x50e496,_0x40cae1._0x48b86b,_0x40cae1._0x5e2569)+_0x12669f(_0x40cae1._0x51e836,0x383,0x38d,0x360),'PyLhS':function(_0x42fad3,_0x194713){return _0x42fad3===_0x194713;},'iBsLa':function(_0xdafc08,_0x30ac76){return _0xdafc08!==_0x30ac76;},'CicPa':function(_0x5f20df,_0x3fc342){return _0x5f20df(_0x3fc342);},'ExnrV':function(_0x5c60fa,_0x1eaa23){return _0x5c60fa===_0x1eaa23;},'iZtHS':'fmhWL','XnloH':'./role-def'+'initions.j'+'s','IJNiO':'./bindings'+_0x12669f(_0x40cae1._0x45008e,0x307,0x2ce,0x2ec),'WBFpl':_0x12669f(_0x40cae1._0x51044f,_0x40cae1._0xd5758f,0x398,_0x40cae1._0x40d12f)+'in','igEnZ':'JVZSE','zLBzs':function(_0x2a7ff7,_0x1cb6a5){return _0x2a7ff7(_0x1cb6a5);},'rYoMZ':_0x353260(_0x40cae1._0x3d1636,_0x40cae1._0x527a56,_0x40cae1._0x539cf2,0x10a),'MNKma':_0x353260(_0x40cae1._0x4742a0,_0x40cae1._0x429d53,0x14a,0x189)+'r','TkQmW':_0x12669f(_0x40cae1._0x4814ad,0x310,0x37f,_0x40cae1._0x9cf5d)+_0x353260(_0x40cae1._0x5e474f,0x15b,0x16b,0x149)+_0x12669f(0x348,0x2c4,_0x40cae1._0x32952e,_0x40cae1._0x54fc91)+_0x12669f(_0x40cae1._0x25538d,_0x40cae1._0xa73e4,_0x40cae1._0x4bba30,0x2f9)+_0x12669f(0x2aa,_0x40cae1._0x38ec39,0x2ab,0x2dc)+_0x12669f(_0x40cae1._0x340261,0x30b,0x32c,0x321),'AIHKS':function(_0x64f7c,_0x4573ae){return _0x64f7c!==_0x4573ae;},'DiaDg':_0x12669f(0x323,_0x40cae1._0x30fd6a,0x322,0x2f8),'SABqT':_0x353260(_0x40cae1._0x9a080d,_0x40cae1._0x20c45d,0x135,0x13a)+_0x12669f(0x270,_0x40cae1._0x4a9ecf,_0x40cae1._0x2358d7,0x2c5),'GkMei':function(_0x2fa7eb,_0x2f1e53){return _0x2fa7eb||_0x2f1e53;}},_0xa60f82=await _0x471179[_0x12669f(0x366,0x305,0x338,_0x40cae1._0x4f54ce)](getUsers);if(!_0x4b5034[_0x12669f(0x32c,0x323,0x2f7,_0x40cae1._0x3bbbe4)]||!_0x4b5034['email']||!_0x4b5034[_0x12669f(0x2ea,_0x40cae1._0x1cc05c,0x307,0x2f2)])throw new Error(_0x471179[_0x12669f(0x34e,_0x40cae1._0x3c6756,_0x40cae1._0x11f6e8,0x314)]);const _0x3e5907=_0xa60f82['find'](_0x189956=>_0x189956[_0x12669f(0x2f2,0x2d3,0x2ff,0x2dd)]===_0x4b5034[_0x12669f(0x2e9,0x2ba,0x2fa,0x2dd)]);if(_0x3e5907)throw new Error(_0x12669f(0x37f,_0x40cae1._0x5ad474,0x374,_0x40cae1._0x42d3e5)+_0x4b5034[_0x353260(_0x40cae1._0x3b0012,0xf4,0xd5,_0x40cae1._0x2df402)]+(_0x12669f(0x2de,0x2f7,_0x40cae1._0x207cfd,_0x40cae1._0x1b2fdd)+_0x353260(0xf5,0xdb,_0x40cae1._0xca20df,_0x40cae1._0x4508a3)));const _0x794c0a=_0x12669f(_0x40cae1._0x5700fd,_0x40cae1._0xf4bf04,0x35e,0x35b)+Date['now']()+'_'+Math[_0x353260(_0x40cae1._0x488f58,_0x40cae1._0x471520,_0x40cae1._0x25a82b,_0x40cae1._0x14a15c)]()[_0x353260(0x137,0x151,_0x40cae1._0x25b0af,0x126)](-0x8e5+-0x14b2+0x1dbb)[_0x12669f(0x312,_0x40cae1._0x3d1300,_0x40cae1._0x38ec39,0x2d9)](-0x26ce+-0x243b+0x4b0b,0xc7a+0x4*-0x728+-0x565*-0x3),_0x34f481=_0x4b5034[_0x353260(_0x40cae1._0x316fc2,_0x40cae1._0x962e90,0x1b0,_0x40cae1._0x553ad0)]?await hashPassword(_0x4b5034[_0x12669f(0x3a5,0x374,_0x40cae1._0x1e27ad,_0x40cae1._0x4381e1)]):null,_0x429933=_0x471179[_0x12669f(_0x40cae1._0x2787b2,_0x40cae1._0x39d18e,0x2ff,_0x40cae1._0x455ed5)](_0xa60f82[_0x353260(_0x40cae1._0x527a56,0x172,_0x40cae1._0x268bac,_0x40cae1._0x475457)],-0x21fa+0x9f*0x3+-0x201d*-0x1)&&_0x471179[_0x353260(0x133,0x16a,0xe6,_0x40cae1._0xfd7ee6)](_0x4b5034[_0x12669f(_0x40cae1._0x27a0a2,_0x40cae1._0x49570a,0x2be,_0x40cae1._0x29ac28)+_0x353260(0xf3,0x148,_0x40cae1._0x3f467e,_0x40cae1._0x2e0579)],!![]);function _0x353260(_0x1ec61e,_0x4afbc0,_0x29bf61,_0x376113){return _0x1d885d(_0x1ec61e- -0x208,_0x4afbc0-0x136,_0x376113,_0x376113-0x151);}const _0x5ed922=_0x4b5034[_0x12669f(_0x40cae1._0x4a9ecf,_0x40cae1._0xfcd8ab,0x344,_0x40cae1._0x58a268)+'min']===!![]||_0x429933;function _0x12669f(_0x5b13ac,_0x54b0b1,_0x2e1e7e,_0x28f86d){return _0x5e6379(_0x5b13ac-0x1b7,_0x54b0b1-0x159,_0x28f86d-0x3fe,_0x5b13ac);}const _0x49957d={'id':_0x794c0a,'username':_0x4b5034[_0x12669f(0x287,0x2e1,0x2e4,_0x40cae1._0x3ad9a7)],'email':_0x4b5034[_0x12669f(_0x40cae1._0x1a38aa,_0x40cae1._0x40d141,_0x40cae1._0x415264,0x2d0)],'name':_0x4b5034['name'],'password_hash':_0x34f481,'created_at':new Date()[_0x12669f(_0x40cae1._0x422e64,0x331,_0x40cae1._0xe30525,0x2e6)+'g']()};_0xa60f82[_0x12669f(0x2b4,_0x40cae1._0x42e8e1,0x29e,_0x40cae1._0x507dbc)](_0x49957d),await _0x471179[_0x12669f(0x366,_0x40cae1._0x596ca9,0x3ae,0x364)](saveUsers,_0xa60f82);if(_0x5ed922){if(_0x471179[_0x353260(0x11d,0x124,0x12d,_0x40cae1._0x40c888)](_0x12669f(0x318,0x2d2,0x2d6,_0x40cae1._0xf2b3c0),_0x471179[_0x12669f(0x347,0x3a0,_0x40cae1._0x4f408d,0x369)])){if(_0x471179[_0x353260(0x180,_0x40cae1._0x52e8c1,0x1c6,_0x40cae1._0x3e3319)](_0x347d7a[_0x353260(0x160,0x1aa,0x10a,_0x40cae1._0x38e067)],_0x471179[_0x353260(_0x40cae1._0x246897,_0x40cae1._0x356f2e,0xbb,_0x40cae1._0x3df844)])){const _0x3bd4b3={};_0x3bd4b3[_0x12669f(0x350,_0x40cae1._0x2f3460,_0x40cae1._0x1ce074,_0x40cae1._0x3677ac)]=_0x263a1f,_0x1f30eb[_0x353260(0x11e,0x124,_0x40cae1._0x10237a,_0x40cae1._0x92a250)](_0x471179[_0x12669f(_0x40cae1._0x9fde4d,_0x40cae1._0x48e097,_0x40cae1._0x1444a5,0x2bf)],_0x3bd4b3);}else{const _0x1fc039={};_0x1fc039[_0x12669f(0x337,_0x40cae1._0x422e64,0x2c7,_0x40cae1._0x3677ac)]=_0x27713e,_0x1fc039[_0x12669f(_0x40cae1._0x281811,_0x40cae1._0x24b493,0x357,0x335)]=_0x423cad[_0x12669f(0x37d,0x305,_0x40cae1._0x30a3cc,_0x40cae1._0x2affdd)],_0x53bb59[_0x353260(0x150,0x180,0x162,_0x40cae1._0x539cf2)](_0x471179[_0x353260(0x154,0x16a,0x128,0x114)],_0x1fc039);}}else try{const {loadRoles:_0x46ab4f,getRoleByName:_0xd4e9ad}=await import(_0x471179['XnloH']),{createBinding:_0xe65370}=await import(_0x471179['IJNiO']);await _0x471179[_0x12669f(0x331,_0x40cae1._0x54441f,_0x40cae1._0x138bb1,_0x40cae1._0x30d7a2)](_0x46ab4f);const _0x80428=await _0xd4e9ad(_0x471179['WBFpl']);if(_0x80428){if(_0x471179[_0x353260(0x102,0xee,_0x40cae1._0x23c4ee,_0x40cae1._0x5a3fa8)]!==_0x471179['igEnZ'])throw new _0x25163d(_0x12669f(0x358,0x3a4,_0x40cae1._0x4116f8,0x354)+_0x12669f(_0x40cae1._0x1ce094,0x3a5,_0x40cae1._0x51a994,_0x40cae1._0x45effd)+_0x12669f(0x2a8,_0x40cae1._0x30d7a2,_0x40cae1._0x5e049f,_0x40cae1._0x5abb55)+_0x12669f(0x292,_0x40cae1._0x54d84e,_0x40cae1._0x2b8cb9,_0x40cae1._0x5e1a9d)+_0x12669f(_0x40cae1._0x13c97d,_0x40cae1._0x2f0f03,0x323,0x360));else{await _0x471179['zLBzs'](_0xe65370,{'subject_type':'user','subject_id':_0x794c0a,'role_id':_0x80428['id'],'resource_type':_0x471179[_0x353260(0xec,_0x40cae1._0x5df215,_0x40cae1._0x45fa44,0xf3)],'created_by':_0x429933?_0x353260(0x147,_0x40cae1._0x311b38,0xfd,0x164)+'tion':_0x471179[_0x12669f(_0x40cae1._0x205951,0x372,0x32a,_0x40cae1._0x2f0f03)]});const _0x46acc1={};_0x46acc1[_0x353260(_0x40cae1._0x3f2908,_0x40cae1._0x40b34a,_0x40cae1._0x4742a0,_0x40cae1._0x405d13)]=_0x794c0a,_0x46acc1[_0x12669f(0x313,_0x40cae1._0x42743a,_0x40cae1._0x27fa5a,_0x40cae1._0x157636)+'edFirstUse'+'r']=_0x429933,logger[_0x353260(_0x40cae1._0x13815b,_0x40cae1._0x3f2908,_0x40cae1._0xe37a1f,_0x40cae1._0x5c2c32)](_0x353260(0x141,0x175,_0x40cae1._0x8e3793,0x129)+_0x353260(0xe9,_0x40cae1._0x198bc7,0x10c,_0x40cae1._0x5a3fa8)+'\x20binding\x20f'+'or\x20user',_0x46acc1);}}else{const _0x16ee71={};_0x16ee71[_0x12669f(_0x40cae1._0x2ea1d6,0x332,_0x40cae1._0x2298d7,0x2ff)]=_0x794c0a,logger[_0x12669f(_0x40cae1._0x2b01ac,0x2f7,0x347,0x313)](_0x471179[_0x353260(_0x40cae1._0x1f4f83,0x12e,_0x40cae1._0x316fc2,0x148)],_0x16ee71);}}catch(_0x20f856){if(_0x471179[_0x12669f(_0x40cae1._0x3d210e,0x30e,_0x40cae1._0x5a9ab5,0x2df)](_0x471179[_0x353260(_0x40cae1._0x101f67,_0x40cae1._0x442e60,0x126,_0x40cae1._0x2f81b0)],_0x12669f(_0x40cae1._0x453f50,0x292,_0x40cae1._0x909ace,0x2ca))){if(_0x20f856['code']===_0x471179[_0x12669f(_0x40cae1._0x4693b7,0x2c8,0x2c8,_0x40cae1._0x41a886)]){const _0x383fc7={};_0x383fc7[_0x353260(0x11a,0x119,_0x40cae1._0x2aa4b2,_0x40cae1._0x4b5901)]=_0x794c0a,logger[_0x12669f(0x345,0x2c8,0x2ce,_0x40cae1._0x1f6ffb)](_0x471179[_0x353260(0xda,_0x40cae1._0x218d48,_0x40cae1._0x277cef,_0x40cae1._0x3e2c02)],_0x383fc7);}else{const _0x163d9c={};_0x163d9c[_0x12669f(_0x40cae1._0x215188,_0x40cae1._0x5ba2e8,_0x40cae1._0x3ba0a1,0x2ff)]=_0x794c0a,_0x163d9c[_0x353260(0x150,_0x40cae1._0xf00d9d,_0x40cae1._0x14de9a,0x1a2)]=_0x20f856[_0x12669f(_0x40cae1._0x381264,_0x40cae1._0x501a62,0x3ad,0x35a)],logger[_0x12669f(0x36e,0x360,0x340,0x335)](_0x471179[_0x353260(0x154,_0x40cae1._0x40b34a,0x19e,0x16e)],_0x163d9c);}}else throw new _0x3fa85a(_0x12669f(_0x40cae1._0x3ce748,_0x40cae1._0x3e07be,_0x40cae1._0x1533e9,_0x40cae1._0x4c0b10)+_0xa69da8[_0x353260(_0x40cae1._0x111715,_0x40cae1._0x5431d4,0xc8,0x142)]+('\x27\x20already\x20'+_0x353260(0xf5,_0x40cae1._0x1cf5e0,0xd5,0xce)));}}const _0x1846da={};_0x1846da[_0x12669f(0x2cf,0x32d,0x2ff,0x2ff)]=_0x49957d['id'],_0x1846da[_0x353260(_0x40cae1._0x111715,0x13b,0x121,_0x40cae1._0x1f6209)]=_0x49957d['username'],_0x1846da['hasPasswor'+'d']=!!_0x34f481,_0x1846da[_0x353260(0x130,_0x40cae1._0x5f3c54,0x10f,_0x40cae1._0x2ab7e8)+_0x353260(0xf3,0x140,_0x40cae1._0x27efdb,0xd3)]=_0x5ed922,_0x1846da[_0x353260(0x126,0x10c,_0x40cae1._0x318f00,0x142)+_0x12669f(_0x40cae1._0x2676fc,_0x40cae1._0x551978,_0x40cae1._0x501a62,_0x40cae1._0x4032eb)+'r']=_0x429933,logger[_0x353260(_0x40cae1._0x1c6d9b,0xfc,_0x40cae1._0x4c41eb,0xb5)](_0x471179[_0x12669f(0x2cf,_0x40cae1._0x3b8839,_0x40cae1._0x3614d7,_0x40cae1._0x70418a)],_0x1846da);const {password_hash:_0x14ecfd,..._0x4c3f9d}=_0x49957d;return{..._0x4c3f9d,'isServerAdmin':_0x471179[_0x353260(_0x40cae1._0x424d39,0x17f,0x133,_0x40cae1._0x3d634e)](_0x5ed922,undefined)};}export async function updateUser(_0x3ae6de,_0x33a8ae){const _0x2f7863={_0x3836b4:0x54c,_0x2f5b81:0x181,_0x32792c:0x14b,_0x1e6507:0x196,_0x4a8bef:0x175,_0x400881:0x17c,_0x2b1137:0x165,_0x38d9cb:0x1fd,_0x1d707d:0x24d,_0x36038a:0x557,_0x514253:0x4bb,_0x563b6e:0x17b,_0x18bc8a:0x163,_0xa47753:0x1d1,_0x2cad2a:0x1bf,_0x343b85:0x512,_0x2ba38f:0x523,_0xe3053d:0x1de,_0x2c02a7:0x1e5,_0x1fef05:0x536,_0x189d41:0x58b,_0x4c318a:0x5af,_0x4cf30b:0x54c,_0x57c420:0x4e6,_0x11c7c2:0x56f,_0x1966af:0x4e9,_0x1eb653:0x4e0,_0x45b2ea:0x14d,_0x343785:0x574,_0x5bf979:0x5b8,_0x345feb:0x17b,_0x1059b8:0x185,_0x2185f8:0x4d4,_0x3ad91c:0x522,_0x4b70fc:0x527,_0x22490a:0x539,_0x1bf565:0x13a,_0x400aca:0x187,_0x549972:0x17b,_0x29f95d:0x152,_0x1d892d:0x17b,_0x568059:0x131,_0x29b27b:0x177,_0x2750fb:0x17e,_0x227545:0x145,_0x326313:0x146,_0x596148:0x1c2,_0x396a31:0x16e,_0x22cf40:0x178,_0x3eb786:0x170,_0x1db7a4:0x16e,_0x79c38d:0x12d,_0x39f189:0x1e0,_0x53bc2b:0x532,_0x472cf3:0x516,_0x489ef0:0x4fc,_0xff5a67:0x1e6,_0x366e83:0x1e7,_0x9e8570:0x55d,_0x158213:0x587,_0x2f04d3:0x5cc,_0x1eff7a:0x573,_0x3a71cd:0x161,_0x4fca44:0x1b1,_0x328927:0x1a1,_0x42bf0a:0x161,_0x2a1ba8:0x19d,_0xe1e2a1:0x19f,_0x36ea81:0x182,_0x1dc1fb:0x5b8,_0x476e4a:0x54a,_0x15e90f:0x555,_0xb171c7:0x58b,_0x49c3e3:0x5a2,_0x5b483a:0x592,_0x367123:0x20b,_0x342e5d:0x209,_0x3ee8ad:0x220,_0x2043f8:0x1f2,_0x3a114f:0x53b,_0x592f1b:0x523,_0x58d4ef:0x1a2,_0x27ebfe:0x518,_0x419c5c:0x4f6,_0x3bea33:0x521,_0x5b2480:0x509,_0x32fb9d:0x540,_0x1f61c9:0x5d1,_0x3221aa:0x530,_0x52c963:0x1d7,_0x2dc59f:0x141,_0x1e8938:0x15b,_0x37c3f2:0x15f,_0x171286:0x150,_0x1f69fd:0x155,_0x10f43b:0x54f,_0x5d3933:0x570,_0x57288f:0x17b,_0x324558:0x161,_0x4c7c86:0x532,_0x55fa7d:0x542,_0xe016a4:0x552,_0x5ba475:0x570},_0x404cc4={_0x121db0:0x66,_0x208fa5:0x633},_0x1edec7={_0x3a599c:0x1a7};function _0x41f5f1(_0x3f8317,_0x14bbc3,_0x407074,_0x3f6a9a){return _0x1d885d(_0x3f8317- -0x185,_0x14bbc3-0x106,_0x3f6a9a,_0x3f6a9a-_0x1edec7._0x3a599c);}const _0x3d2e6d={'dmGdr':function(_0x212822){return _0x212822();},'ETUAl':function(_0xdc45ac,_0x337ea8){return _0xdc45ac===_0x337ea8;},'bEwCG':function(_0x4c4621,_0x476a68){return _0x4c4621!==_0x476a68;},'iRywx':function(_0x71acfe,_0x4fc32c){return _0x71acfe!==_0x4fc32c;},'xFqYc':_0x50d2a2(0x591,0x562,0x5ad,0x52a),'BKKbT':_0x50d2a2(0x554,0x55f,_0x2f7863._0x3836b4,0x573),'LgajC':function(_0x18cdc1,_0x2f0597){return _0x18cdc1!==_0x2f0597;},'elhTe':function(_0x148423,_0x163f22){return _0x148423(_0x163f22);},'LKuJq':'Updated\x20us'+'er'},_0x1c1440=await _0x3d2e6d[_0x41f5f1(_0x2f7863._0x2f5b81,0x1c1,_0x2f7863._0x32792c,_0x2f7863._0x1e6507)](getUsers),_0x555c63=_0x1c1440[_0x50d2a2(0x4d3,0x51f,0x526,0x4e3)](_0x3b0c88=>_0x3b0c88['id']===_0x3ae6de);if(_0x3d2e6d[_0x41f5f1(_0x2f7863._0x4a8bef,_0x2f7863._0x400881,0x164,0x1c8)](_0x555c63,-(0x1d6+0x1ebb+0x2*-0x1048)))throw new Error(_0x41f5f1(_0x2f7863._0x2b1137,0x16e,0x1b7,0x158)+_0x41f5f1(_0x2f7863._0x38d9cb,0x1d2,_0x2f7863._0x1d707d,0x214)+_0x3ae6de);const _0x4d2911=_0x1c1440[_0x555c63];if(_0x33a8ae[_0x50d2a2(_0x2f7863._0x36038a,0x512,0x54e,_0x2f7863._0x514253)]&&_0x3d2e6d['bEwCG'](_0x33a8ae[_0x41f5f1(_0x2f7863._0x563b6e,_0x2f7863._0x18bc8a,_0x2f7863._0xa47753,_0x2f7863._0x2cad2a)],_0x4d2911[_0x50d2a2(0x4e9,_0x2f7863._0x343b85,_0x2f7863._0x2ba38f,0x50f)])){if(_0x3d2e6d['iRywx'](_0x3d2e6d[_0x41f5f1(0x1aa,_0x2f7863._0xe3053d,0x1a4,_0x2f7863._0x2c02a7)],_0x3d2e6d[_0x50d2a2(_0x2f7863._0x1fef05,0x55d,_0x2f7863._0x189d41,_0x2f7863._0x4c318a)])){const _0x493289=_0x1c1440[_0x50d2a2(0x4fc,0x517,0x4f7,0x505)](_0x2fe8b9=>_0x2fe8b9[_0x50d2a2(0x500,0x512,0x510,0x53e)]===_0x33a8ae[_0x41f5f1(0x17b,0x13d,0x158,0x1b8)]);if(_0x493289)throw new Error(_0x50d2a2(_0x2f7863._0x4cf30b,0x574,0x57a,0x5ad)+_0x33a8ae[_0x50d2a2(0x4ca,0x512,0x4d4,_0x2f7863._0x57c420)]+(_0x50d2a2(_0x2f7863._0x11c7c2,0x522,_0x2f7863._0x1966af,_0x2f7863._0x1eb653)+_0x41f5f1(0x178,0x14a,_0x2f7863._0x45b2ea,0x1a1)));}else{const _0x2d76a8=_0x1377bc[_0x41f5f1(0x180,0x1ba,0x151,0x199)](_0xe92a98=>_0xe92a98[_0x50d2a2(0x551,0x512,0x544,0x555)]===_0x4370ef[_0x41f5f1(0x17b,0x168,0x154,0x18a)]);if(_0x2d76a8)throw new _0x449607(_0x50d2a2(0x554,_0x2f7863._0x343785,_0x2f7863._0x5bf979,0x591)+_0xf239d0[_0x41f5f1(_0x2f7863._0x345feb,_0x2f7863._0x1059b8,0x1ca,0x158)]+(_0x50d2a2(_0x2f7863._0x2185f8,_0x2f7863._0x3ad91c,_0x2f7863._0x4b70fc,_0x2f7863._0x22490a)+_0x41f5f1(0x178,_0x2f7863._0x1bf565,0x145,_0x2f7863._0x400aca)));}}if(_0x33a8ae[_0x41f5f1(_0x2f7863._0x549972,0x149,0x12e,_0x2f7863._0x29f95d)])_0x4d2911[_0x41f5f1(_0x2f7863._0x1d892d,0x126,_0x2f7863._0x568059,_0x2f7863._0x29b27b)]=_0x33a8ae[_0x41f5f1(_0x2f7863._0x1d892d,_0x2f7863._0x2750fb,0x16e,_0x2f7863._0x227545)];if(_0x33a8ae[_0x41f5f1(0x16e,0x145,_0x2f7863._0x326313,_0x2f7863._0x596148)])_0x4d2911[_0x41f5f1(_0x2f7863._0x396a31,_0x2f7863._0x22cf40,0x134,_0x2f7863._0x3eb786)]=_0x33a8ae[_0x41f5f1(_0x2f7863._0x1db7a4,0x144,0x17c,_0x2f7863._0x79c38d)];if(_0x33a8ae[_0x41f5f1(0x190,0x1a5,_0x2f7863._0x39f189,_0x2f7863._0x326313)])_0x4d2911[_0x50d2a2(_0x2f7863._0x53bc2b,0x527,_0x2f7863._0x472cf3,_0x2f7863._0x489ef0)]=_0x33a8ae['name'];if(_0x3d2e6d[_0x41f5f1(_0x2f7863._0xff5a67,0x1cb,0x1da,_0x2f7863._0x366e83)](_0x33a8ae['ssh_userna'+'me'],undefined))_0x4d2911[_0x50d2a2(_0x2f7863._0x9e8570,_0x2f7863._0x158213,0x55d,_0x2f7863._0x2f04d3)+'me']=_0x33a8ae[_0x50d2a2(0x5b6,0x587,0x5b7,0x58a)+'me'];if(_0x3d2e6d[_0x50d2a2(_0x2f7863._0x1eff7a,0x57d,0x5c0,0x5a6)](_0x33a8ae[_0x41f5f1(_0x2f7863._0x3a71cd,_0x2f7863._0x4fca44,_0x2f7863._0x328927,_0x2f7863._0x29b27b)],undefined))_0x4d2911[_0x41f5f1(_0x2f7863._0x3a71cd,0x15c,0x14b,0x171)]=_0x33a8ae[_0x41f5f1(_0x2f7863._0x42bf0a,_0x2f7863._0x2a1ba8,_0x2f7863._0xe1e2a1,_0x2f7863._0x36ea81)];_0x33a8ae[_0x50d2a2(_0x2f7863._0x1dc1fb,0x58b,_0x2f7863._0x476e4a,0x581)+'s']&&(_0x4d2911[_0x50d2a2(_0x2f7863._0x15e90f,_0x2f7863._0xb171c7,_0x2f7863._0x49c3e3,0x583)+'s']={..._0x4d2911[_0x50d2a2(0x556,_0x2f7863._0x189d41,0x570,_0x2f7863._0x5b483a)+'s']||{},..._0x33a8ae[_0x41f5f1(0x1f4,0x20d,_0x2f7863._0x367123,_0x2f7863._0x342e5d)+'s']});_0x33a8ae[_0x41f5f1(0x1f5,0x1fe,_0x2f7863._0x3ee8ad,_0x2f7863._0x2043f8)]&&(_0x4d2911[_0x50d2a2(_0x2f7863._0x3a114f,_0x2f7863._0x592f1b,0x56f,0x515)+_0x41f5f1(_0x2f7863._0x58d4ef,0x182,0x16c,_0x2f7863._0x396a31)]=await _0x3d2e6d[_0x50d2a2(_0x2f7863._0x27ebfe,_0x2f7863._0x419c5c,_0x2f7863._0x3bea33,_0x2f7863._0x5b2480)](hashPassword,_0x33a8ae[_0x50d2a2(_0x2f7863._0x32fb9d,0x58c,0x5a0,0x5e0)]));function _0x50d2a2(_0x1bab14,_0x56ec1a,_0x5ac891,_0x1a1cba){return _0x5e6379(_0x1bab14-0x53,_0x56ec1a-_0x404cc4._0x121db0,_0x56ec1a-_0x404cc4._0x208fa5,_0x1bab14);}_0x4d2911[_0x50d2a2(0x596,0x584,_0x2f7863._0x1f61c9,_0x2f7863._0x3221aa)]=new Date()[_0x41f5f1(0x184,_0x2f7863._0x52c963,_0x2f7863._0x2dc59f,_0x2f7863._0x1e8938)+'g'](),await _0x3d2e6d[_0x41f5f1(_0x2f7863._0x37c3f2,_0x2f7863._0x171286,0x10e,_0x2f7863._0x1f69fd)](saveUsers,_0x1c1440),logger[_0x50d2a2(0x571,0x525,_0x2f7863._0x10f43b,_0x2f7863._0x5d3933)](_0x3d2e6d['LKuJq'],{'userId':_0x4d2911['id'],'username':_0x4d2911[_0x41f5f1(_0x2f7863._0x57288f,0x170,_0x2f7863._0x324558,_0x2f7863._0x79c38d)],'updatedFields':Object['keys'](_0x33a8ae)[_0x50d2a2(_0x2f7863._0x4c7c86,_0x2f7863._0x55fa7d,_0x2f7863._0xe016a4,_0x2f7863._0x5ba475)](',\x20')});const {password_hash:_0x322ce4,..._0x57ea34}=_0x4d2911;return _0x57ea34;}export async function deleteUser(_0x434e8c){const _0x3b047c={_0x271168:0x8,_0x2113e2:0xbc,_0x3718fd:0x88,_0x24905e:0xa0,_0x25fff8:0xd4,_0x30c4b7:0x45,_0x43cb80:0x2b,_0x2ad6eb:0x23,_0x54af6a:0x84,_0x2fdcb4:0x8c,_0x321542:0x8d,_0x22b0e4:0x75,_0x54e048:0x5a,_0x40c078:0xf,_0x19ddbf:0x8,_0x1cc5ad:0x38,_0x2d1dce:0x1d,_0x29fd9b:0x24,_0x1c8e2c:0x77,_0xd8660f:0xb1,_0x36ee98:0xf7},_0x26da31={_0x185ae7:0x133,_0x6ba5c1:0x185},_0x4ec2cc={_0xba31e9:0x2c8,_0x4c5aa:0xdf,_0x59da62:0x14c},_0x11b1d2={'dYvWp':function(_0x14bef7,_0x13b00d){return _0x14bef7===_0x13b00d;},'gzKbJ':_0x3b8b68(-_0x3b047c._0x271168,0x3c,0x4e,0x74)+_0x3b8b68(_0x3b047c._0x2113e2,0xd3,_0x3b047c._0x3718fd,0x7b)+'eletion','BgVuP':function(_0x1d7acc,_0x2e6fed){return _0x1d7acc(_0x2e6fed);},'twxHQ':_0x3b8b68(0x8a,0xe2,_0x3b047c._0x24905e,_0x3b047c._0x25fff8)+'er'};function _0x2f64ab(_0x28f44e,_0x2c72df,_0x24f1bd,_0x48c184){return _0x1d885d(_0x24f1bd- -_0x4ec2cc._0xba31e9,_0x2c72df-_0x4ec2cc._0x4c5aa,_0x48c184,_0x48c184-_0x4ec2cc._0x59da62);}const _0x2ef944=await getUsers(),_0x5cf646=_0x2ef944[_0x2f64ab(0x16,0x0,_0x3b047c._0x30c4b7,-0x12)](_0x4e864b=>_0x4e864b['id']===_0x434e8c);if(_0x11b1d2[_0x2f64ab(0x1a,-_0x3b047c._0x43cb80,_0x3b047c._0x2ad6eb,-0xc)](_0x5cf646,-(0x6b*0xb+0x137*-0x5+0x17b*0x1))){const _0x4eab4b={};return _0x4eab4b[_0x3b8b68(_0x3b047c._0x54af6a,0xcb,0x86,_0x3b047c._0x2fdcb4)]=_0x434e8c,logger[_0x3b8b68(0xab,0xa1,0x8a,0xbc)](_0x11b1d2['gzKbJ'],_0x4eab4b),![];}const _0x49ced7=_0x2ef944[_0x5cf646];function _0x3b8b68(_0x4cf1da,_0x1da5da,_0xd5f22,_0x314465){return _0x5e6379(_0x4cf1da-_0x26da31._0x185ae7,_0x1da5da-0xb7,_0xd5f22-_0x26da31._0x6ba5c1,_0x314465);}_0x2ef944[_0x3b8b68(0x82,0x3f,_0x3b047c._0x321542,0x63)](_0x5cf646,0x163b+0x2*0x817+0x4*-0x99a),await _0x11b1d2['BgVuP'](saveUsers,_0x2ef944);const _0x373535={};return _0x373535[_0x2f64ab(_0x3b047c._0x22b0e4,0xb,_0x3b047c._0x54e048,0x76)]=_0x49ced7['id'],_0x373535[_0x2f64ab(_0x3b047c._0x40c078,_0x3b047c._0x19ddbf,_0x3b047c._0x1cc5ad,0x51)]=_0x49ced7[_0x3b8b68(_0x3b047c._0x2d1dce,_0x3b047c._0x29fd9b,0x64,0x55)],logger[_0x3b8b68(0xba,0x9a,_0x3b047c._0x1c8e2c,0xbe)](_0x11b1d2[_0x3b8b68(_0x3b047c._0xd8660f,0x7e,0xa2,_0x3b047c._0x36ee98)],_0x373535),!![];}export async function setUserPassword(_0x3bbe75,_0x278eb1){const _0x27cbbc={_0x50d3ba:0x28f,_0x5342d7:0x404,_0x2e0910:0x38c,_0x90ecd2:0x4b9,_0x3bb3c8:0x3e6,_0x5c5823:0x448,_0xfcd247:0x2a6,_0x4e7e2c:0x3a6,_0x565793:0x39c,_0x30e118:0x477,_0x67f422:0x495,_0x4345c6:0x20a,_0x4e9929:0x251,_0x50849f:0x40f,_0x2152d5:0x3dd,_0x5d332e:0x3ed,_0x4c097d:0x3f4,_0x2de592:0x440,_0x5c4dc4:0x29b,_0x998489:0x25b,_0x4ebfba:0x2b9,_0x41ef8f:0x2d2,_0x142c10:0x2fc,_0x343b6a:0x2f4,_0x52694f:0x403,_0x4cfc6b:0x402,_0xbc9a69:0x453},_0x41bd27={_0xe328b1:0xed,_0x4ac79d:0x7c,_0x3d61c0:0xb7},_0x9e8384={_0x286005:0x1c3},_0x54b26d={'kMQcY':function(_0x593b8e){return _0x593b8e();},'RlvXr':function(_0x3b3f13,_0x43184f){return _0x3b3f13===_0x43184f;},'WdqKf':function(_0x2d6a38,_0x3fc7e9){return _0x2d6a38(_0x3fc7e9);}},_0x42dd57=await _0x54b26d['kMQcY'](getUsers),_0x298c00=_0x42dd57[_0x41aae1(_0x27cbbc._0x50d3ba,0x255,0x271,0x20d)](_0x4a7733=>_0x4a7733['id']===_0x3bbe75);if(_0x54b26d['RlvXr'](_0x298c00,-(0x2540+-0x8b7*-0x3+-0x3f64)))throw new Error(_0xcce3fc(0x3d7,_0x27cbbc._0x5342d7,0x3fb,_0x27cbbc._0x2e0910)+_0xcce3fc(0x46f,0x4bf,0x421,_0x27cbbc._0x90ecd2)+_0x3bbe75);const _0xa43236=_0x42dd57[_0x298c00];_0xa43236[_0xcce3fc(0x3fe,_0x27cbbc._0x3bb3c8,_0x27cbbc._0x5c5823,0x43d)+_0x41aae1(0x2c1,0x26f,0x2a4,_0x27cbbc._0xfcd247)]=await _0x54b26d[_0xcce3fc(0x3eb,0x3a5,_0x27cbbc._0x4e7e2c,_0x27cbbc._0x565793)](hashPassword,_0x278eb1),_0xa43236[_0xcce3fc(0x45f,0x493,_0x27cbbc._0x30e118,_0x27cbbc._0x67f422)]=new Date()[_0x41aae1(_0x27cbbc._0x4345c6,_0x27cbbc._0x4e9929,0x277,0x277)+'g']();function _0x41aae1(_0x3ec576,_0x54cea1,_0x4cf263,_0x1c8c36){return _0x1d885d(_0x54cea1- -0xb8,_0x54cea1-0x16b,_0x3ec576,_0x1c8c36-_0x9e8384._0x286005);}await saveUsers(_0x42dd57);const _0x4bee20={};_0x4bee20[_0xcce3fc(_0x27cbbc._0x50849f,0x3f7,_0x27cbbc._0x2152d5,0x43e)]=_0xa43236['id'],_0x4bee20['username']=_0xa43236[_0xcce3fc(_0x27cbbc._0x5d332e,_0x27cbbc._0x4c097d,0x3d9,_0x27cbbc._0x2de592)];function _0xcce3fc(_0x26cf60,_0x49ee0e,_0xbeb46a,_0x362957){return _0x1d885d(_0x26cf60-_0x41bd27._0xe328b1,_0x49ee0e-_0x41bd27._0x4ac79d,_0xbeb46a,_0x362957-_0x41bd27._0x3d61c0);}logger[_0x41aae1(_0x27cbbc._0x5c4dc4,_0x27cbbc._0x998489,0x262,0x228)](_0x41aae1(_0x27cbbc._0x4ebfba,_0x27cbbc._0x41ef8f,_0x27cbbc._0x142c10,_0x27cbbc._0x343b6a)+_0xcce3fc(_0x27cbbc._0x52694f,_0x27cbbc._0x4cfc6b,0x44c,_0x27cbbc._0xbc9a69)+'r',_0x4bee20);const {password_hash:_0x13acb1,..._0x5eb27b}=_0xa43236;return _0x5eb27b;}
|