@profoundlogic/coderflow-server 0.4.9 → 0.5.0
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/README.md +6 -0
- package/dist/README.md +6 -0
- 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/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/init.js +1 -1
- package/dist/lib/cli/jira.js +1 -1
- package/dist/lib/cli/license.js +1 -1
- package/dist/lib/cli/migrate-rbac.js +1 -1
- package/dist/lib/cli/server-manager.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/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/scoped-rbac-migration-runner.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/scripts/migrate-to-scoped-rbac.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.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 +71 -0
- package/dist/web-ui/public/task.html +24 -0
- 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(_0xb8ba20,_0x75a067){const _0x2822c1={_0x2594d7:0x16b,_0x51aeb8:0x405,_0x1697cc:0x3c6,_0x53a697:0x447,_0x152a00:0x431,_0x245750:0x3e3,_0x474d32:0x39d,_0x3c7057:0x3d4,_0x5bf272:0x1ad,_0x2fd6f1:0x411,_0x5c5612:0x448,_0x2bd28c:0x469,_0x5bada9:0x1cf,_0x177957:0x20b,_0xbe4c:0x443,_0x5033de:0x4d7,_0x43edb7:0x3fd},_0xbbc8a8={_0x2783e8:0x2a4},_0xa96adc={_0x1f601f:0x30b},_0x33612b=_0xb8ba20();function _0x3d3afc(_0x461284,_0x44ec20,_0x3b8c6c,_0x1766ed){return _0x1c68(_0x461284- -_0xa96adc._0x1f601f,_0x3b8c6c);}function _0x3cd224(_0x362781,_0x52c12e,_0x49e0cd,_0x5e3a59){return _0x1c68(_0x362781-_0xbbc8a8._0x2783e8,_0x5e3a59);}while(!![]){try{const _0x3b8244=parseInt(_0x3d3afc(-_0x2822c1._0x2594d7,-0x1ac,-0x17c,-0x153))/(0x1*0xe5+-0x7*-0x2ed+0x155f*-0x1)+-parseInt(_0x3cd224(_0x2822c1._0x51aeb8,_0x2822c1._0x1697cc,_0x2822c1._0x53a697,_0x2822c1._0x152a00))/(0x11*0x1ca+-0x26a+-0x1bfe)+-parseInt(_0x3cd224(_0x2822c1._0x245750,0x3b5,_0x2822c1._0x474d32,_0x2822c1._0x3c7057))/(0x59*-0x42+-0x1ba9+0x329e)*(parseInt(_0x3d3afc(-0x14a,-0x175,-_0x2822c1._0x5bf272,-0x120))/(-0x4d*-0x79+-0x2404+-0x5d))+parseInt(_0x3cd224(_0x2822c1._0x2fd6f1,_0x2822c1._0x5c5612,_0x2822c1._0x53a697,_0x2822c1._0x2bd28c))/(0x1538+0x3c1+0x2*-0xc7a)*(parseInt(_0x3cd224(0x46a,0x46d,0x4ad,0x489))/(0x217*0x7+-0x977+0x1*-0x524))+-parseInt(_0x3d3afc(-_0x2822c1._0x5bada9,-0x1d1,-_0x2822c1._0x177957,-0x1f7))/(-0x1670+0xb50+0xb27)+-parseInt(_0x3cd224(0x3fc,_0x2822c1._0xbe4c,0x458,0x420))/(0x1586*0x1+0x696+-0x1c14)+parseInt(_0x3cd224(0x48f,0x4c1,_0x2822c1._0x5033de,0x4b5))/(-0xfdf+-0x169b+0x1*0x2683)*(parseInt(_0x3cd224(_0x2822c1._0x43edb7,0x462,0x3f7,0x437))/(0x22a1+0x18e*-0x15+-0x7*0x47));if(_0x3b8244===_0x75a067)break;else _0x33612b['push'](_0x33612b['shift']());}catch(_0x1c54e5){_0x33612b['push'](_0x33612b['shift']());}}}(_0x422b,0x4c0d6+0xabc76+-0xa1a*0x9b));import{promises as _0x3f8d12}from'fs';import{existsSync}from'fs';import _0x5eccc5 from'path';function _0x422b(){const _0x4950cd=['CMvHzcbNAxqGtW','CIb1C2vY','CNLWDgLVBIbRzq','DeHdwve','zxHWAxjLC19HDa','zw4GAxmGCMvXDq','CgfYC2u','C0jwzNm','Bg9Nz2vY','ie9bDxrOigvUyW','AM9PBG','z2L0AhvIx3vZzq','zvHqsvG','BgXKD1a','C2f2zsb1C2vYia','mZaZntKWn3LQELnnzW','AxjLza','vMLdCKm','sKnhrxe','D2fYBG','z2v0qxv0AfrHzW','C3bSAxq','zgvYia','tM8GzxHPC3rPBG','BfzOtNK','Dxn6tva','Cu1xrfq','Dg9Rzw5Z','uerhrvm','zxjYB3i','uvjREvm','ihrVigrHDgeGza','EsbMCM9TigrHDa','ww1cweG','y29UBMvJDgvK','Dg9ju09tDhjPBG','zgvJCNLWDcb0BW','uNjYyLy','t0T3t2m','zxHirMS','vgzXvxi','z2L0AhvIx2XVzW','nZKXnZi4zfzKuMr0','B3zPzgvY','zgf0yurPCG','mJe2m2LzDfHwAa','r3LQv0m','C2v0qxv0AfrHzW','zYb0B2TLBIbMBW','yxP1CMvFDxnLCG','BLHxvLC','AvDJCg0','DLDuDha','DxrMoa','uhDjALi','CMvXDwLYzwq','zxHWAxjLC0f0','sfv6BMy','DhjPBq','qwnJzxnZihrVAW','Aw5MBW','B2TLBNmUANnVBG','r2vUzxjHDgLUzW','zNjVBq','BMfTzq','qxvouNe','ufnwC0C','BwjqANa','uhPoAw8','DxnLCI1NAxqTDa','ndqXmdmZnMzZu2vKwG','nJbYufD3Bhu','zKHzvvK','r0HUBvC','BhvLigzVCM1HDa','ChrPB24GA2v5','wMnLC0m','tNriu3O','uxbmzuK','mJm4mti1nhnSEuDHsa','CgHLCML2','A1D6Ee8','C2f2zsbNAxqGtW','wNLwDKq','Eg9mEK4','CMvHzezPBgu','vxbKyxrLzcbNAq','vg5nvfy','z2v0vgLTzq','zLzWuMi','DwLYzwq','mJu1mZK1AxHPDhr1','CMvJDxjZAxzL','q1L0DfC','BKvKs28','sxLZyNC','zxK6ia','C1DJsgG','q0TRrLa','igDPDcb0B2TLBG','zevZugi','zcbWCM92AwrLCG','Eejuuwy','Bw9Kzq','r1nRzxi','rMfPBgvKihrVia','ywnJzxnZx3rVAW','BwvZC2fNzq','Bg9Hzcb1C2vYia','ig5HBwuGyxjLia','r2L0ie9bDxrOia','CgvYC2LZDcbLBG','u2rfDhC','q2HLBLq','rvvVr1a','ww5owe0','zMLUywW','Agv4','igfUzcbWCM92Aq','vxnLCIbjrcbPCW','CMfUzg9TqNL0zq','sw52ywXPzcbLBG','y3jLyxrLrgvJAq','y3jLyxrLq2LWAa','CMvMCMvZAf90BW','BM93','BgPVvM8','wLfkEva','twHcAhe','ihjLCxvPCMvK','AwvXyMW','DxbKyxrL','Dg9tDhjPBMC','zxLirvq','Bg5pCKi','t294s2i','AhPlyMm','C3rYAw5NAwz5','ysbKAxjLy3rVCG','qwjAt3O','zgvIDwC','ig5LDYbNAxqGtW','mZi1mZaWq1L4ufr3','zw5JCNLWDgLVBG','AfPxCwG','vxnLCIbjrcbHBG','t2PhAfy','vfjbsNu','z2L0ihrVA2vUCW','q0zcEKK','vhHTDvC','CYb0BYbZDg9Yyq','wxzluuy','zLrJzLK','y3j5ChrLzcb2yq','CL9Pza','igDLBMvYyxrPBG','qwjUBMy','zfrIAuG','z3vyvfu','vfjkzwm','DxnLCKLK','y2Xmvvm','BwTKAxi','uNL1Cee','D3jPDgvgAwXL','z0XtEhG','ihrVA2vUigzVCG','BMjuzgC','rgvSzxrLzcbNAq','zw50CMLLCW','AM1kuve','ChrPB24GA2v5la','ufrqwKm','y29UBMvJDgvKxW','mtG0wwnXB0Dn','tuvnuLK','y3j5ChrPB24GAW','Dxj5EgK','Aen6wgW','mtH5te1OufC','ChjVDMLKzxjoyq','A2vU','uhjVDMLKzxiGBG','De1mDM8','zxjPDG','qxv0AcbLBMnYEq','suTwq28','vvb2vKC','C1DlAeK','wLDuzeW','q2Lls2K','ywvZlti1nI1NyW','u3rVCMvKigDPDa','A2v5CW','DxrMltG','De52zwe','u2f2zwqGDxnLCG','vevoDhu','yw1LigLZihjLCq','A2vUigzVCIbWCG','DeTcCMi'];_0x422b=function(){return _0x4950cd;};return _0x422b();}import _0x9c365b from'crypto';function _0x1c68(_0x5468bb,_0x542deb){_0x5468bb=_0x5468bb-(-0x38*-0x82+-0xd68+0xde5*-0x1);const _0x442283=_0x422b();let _0x18798f=_0x442283[_0x5468bb];if(_0x1c68['ukXcZc']===undefined){var _0x7b5089=function(_0x541503){const _0x7c06f3='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x5ba7c7='',_0x3c8f52='';for(let _0x47d13e=0x2063+0x1*0x1a9f+-0x1d81*0x2,_0x103f6d,_0x348f70,_0x1fb7c2=0x3cb+-0x1056+0x1*0xc8b;_0x348f70=_0x541503['charAt'](_0x1fb7c2++);~_0x348f70&&(_0x103f6d=_0x47d13e%(-0x2567+-0x116a+0x36d5)?_0x103f6d*(0xe1f+-0x237f+0x15a0)+_0x348f70:_0x348f70,_0x47d13e++%(-0x1957+0x1*-0x897+0x21f2))?_0x5ba7c7+=String['fromCharCode'](0x5*0x383+-0x3ad*-0x3+0x7*-0x3f1&_0x103f6d>>(-(0x25c8+0x237*0x7+-0x3547*0x1)*_0x47d13e&0x3d*-0x5c+0xe54*-0x1+0x2446)):0x199*-0x11+-0x1c21+-0x151*-0x2a){_0x348f70=_0x7c06f3['indexOf'](_0x348f70);}for(let _0x1127e6=-0x8*-0x270+0x4*-0x6e0+0x800*0x1,_0x5a6a6e=_0x5ba7c7['length'];_0x1127e6<_0x5a6a6e;_0x1127e6++){_0x3c8f52+='%'+('00'+_0x5ba7c7['charCodeAt'](_0x1127e6)['toString'](-0x22cd+0x2cb+0x1*0x2012))['slice'](-(-0x74b+0x3d0+0x37d*0x1));}return decodeURIComponent(_0x3c8f52);};_0x1c68['MSvYeh']=_0x7b5089,_0x1c68['bJJJOh']={},_0x1c68['ukXcZc']=!![];}const _0x32ad83=_0x442283[-0x2235+0x26e6+0x4b1*-0x1],_0x178dc8=_0x5468bb+_0x32ad83,_0x4bb60d=_0x1c68['bJJJOh'][_0x178dc8];return!_0x4bb60d?(_0x18798f=_0x1c68['MSvYeh'](_0x18798f),_0x1c68['bJJJOh'][_0x178dc8]=_0x18798f):_0x18798f=_0x4bb60d,_0x18798f;}import{DATA_DIR}from'./data-dir.js';import{logger as _0x470352}from'./logger.js';const TOKENS_FILE=_0x2a8e9b(-0x70,-0x58,-0xb1,-0xb3)+_0x2a8e9b(-0x78,-0xba,-0x7d,-0x47),ENCRYPTION_KEY_FILE='.git-oauth'+'-key',ALGORITHM=_0x2a8e9b(0xb,0x42,0x29,-0x3c)+'m';function _0x1ca951(_0x5ca2d1,_0x42a926,_0x1caf5e,_0x1c6112){return _0x1c68(_0x5ca2d1- -0x17b,_0x1caf5e);}const KEY_LENGTH=-0x1*-0x1c67+0x4*0x32b+-0x28f3,IV_LENGTH=-0x1*-0xad4+0x630+-0x10f4,AUTH_TAG_LENGTH=-0x35b*0x1+0x1e75+-0x1b0a;let encryptionKeyCache=null;async function getEncryptionKey(_0x546bbc={}){const _0x131fd8={_0x4b106c:0x6f,_0x13495f:0x52,_0x1dd6b4:0x3e,_0x517f20:0xaa,_0x450806:0x43,_0x15ed19:0x7b,_0x7f5cd5:0x8f,_0x773815:0x58,_0x35f3f9:0x36,_0x939a1c:0x1f,_0x3c9087:0xc,_0x3d6820:0x22,_0x45775a:0x25,_0x2ee29c:0x44,_0x590009:0x8f,_0x58182c:0x40,_0x5262ff:0x5f,_0x33950b:0x6d,_0x1a17d5:0x12,_0x488d63:0x4f,_0x3dd89c:0x53,_0x5c27b6:0xd5,_0xb19236:0x1b,_0x29f8f0:0x11,_0x77e695:0x46,_0x4e3a27:0x5c,_0x58b137:0xa1,_0x413510:0x38,_0x15a2ba:0xe5,_0x2e75a0:0xbd,_0x2364ea:0x5b,_0x5ad0d3:0xee,_0x37d8fc:0x2c,_0x573597:0x86,_0x2476c5:0x72,_0x473644:0x5b,_0x265404:0x44,_0x2dde6b:0x45,_0x4f7389:0x2f,_0x3135fc:0xeb,_0x307a92:0xf6,_0x48847e:0x5d,_0x2bef45:0x8,_0x5e3870:0x23,_0x18d560:0xf,_0x3dfcb3:0x67,_0x155699:0x1f,_0x5a28b4:0x2f,_0x20cd0e:0x9d,_0x227e6a:0x121,_0x49cc8b:0xd7,_0x2101fc:0xc7,_0x3bdca4:0xb0,_0x4ca78f:0xa8,_0x22017d:0xad,_0x403327:0x29,_0x2e56b7:0x6d,_0x4da51f:0x7c,_0x19192b:0x7d,_0x585890:0xbc,_0x4462d2:0xb2,_0x539bad:0xc4,_0x32b394:0x77,_0x56752e:0x8f,_0x3586a6:0xbf,_0xada8fd:0xbe,_0x423e90:0x93,_0x1058cf:0xec,_0x7ec2a:0x9c,_0x321040:0x116,_0x2be417:0xff,_0x3d0a5f:0xd9,_0x4be6d4:0xb2,_0x80880e:0xa3,_0x1e9130:0x7c,_0x26527f:0x9,_0x1e30e3:0xf,_0x5413a8:0x71,_0x246f30:0x33,_0x3395f5:0xd,_0x5236b2:0x64,_0x26953c:0xa5,_0xfc5f9d:0x37,_0x158f01:0x1f,_0x176327:0x10,_0xbf04e5:0x88,_0x45a53f:0x8d,_0x22309c:0xd7,_0x428698:0x65,_0x4bc625:0xc5,_0x21a1fa:0xd,_0x58f506:0x83,_0x17ced9:0x4a,_0x414387:0xaa,_0x17ebcc:0x85,_0x17011d:0x34,_0x2d0c73:0x34,_0x5afed3:0x35,_0xcc12bd:0xa0,_0x2aa73f:0xe4,_0x5b186b:0x96,_0x10b2ea:0x124,_0x1a8c90:0xe7,_0x56789a:0x0,_0x10ea25:0x11,_0x1c1e94:0x73,_0x62563:0x33,_0x58ef58:0xf0,_0x21e738:0x49,_0x354771:0x88,_0x2cad7a:0x2e,_0x4bf4c:0xb9,_0x52e811:0xcc,_0x29ef15:0xa1},_0x4c7dd1={_0x3ece8f:0x10b,_0xf18049:0x129};function _0x340c2c(_0x3c5f56,_0x4cf916,_0x4e63f5,_0x59b9e2){return _0x1ca951(_0x59b9e2- -0x98,_0x4cf916-0xee,_0x4cf916,_0x59b9e2-0x1b0);}const _0x2cf916={'NeAyb':function(_0x1d4fbc,_0x4e8747,_0x4b544f){return _0x1d4fbc(_0x4e8747,_0x4b544f);},'sWKhI':_0x340c2c(-_0x131fd8._0x4b106c,-_0x131fd8._0x13495f,-0x9e,-_0x131fd8._0x1dd6b4),'xoLzN':_0x340c2c(-_0x131fd8._0x517f20,-_0x131fd8._0x450806,-_0x131fd8._0x15ed19,-0x8c),'TfqUr':_0x340c2c(-_0x131fd8._0x7f5cd5,-_0x131fd8._0x773815,-_0x131fd8._0x35f3f9,-0x98)+_0x147eee(_0x131fd8._0x939a1c,-0x12,-0x4d,0x4a)+_0x147eee(_0x131fd8._0x3c9087,-_0x131fd8._0x3d6820,-_0x131fd8._0x45775a,-0x53)+_0x147eee(-_0x131fd8._0x2ee29c,-0x30,-_0x131fd8._0x590009,-0x34)+_0x147eee(-0x54,-_0x131fd8._0x58182c,-_0x131fd8._0x2ee29c,-_0x131fd8._0x5262ff)+'g\x20new\x20one','bxsZY':_0x147eee(-0x9f,-0x9e,-0x4a,-_0x131fd8._0x33950b)+_0x147eee(-_0x131fd8._0x1a17d5,-_0x131fd8._0x488d63,-0x3f,0x13)+_0x340c2c(0x1e,-0x31,-0x78,-0x47)+_0x147eee(-0xb2,-0x91,-_0x131fd8._0x3dd89c,-_0x131fd8._0x5c27b6),'eyHET':function(_0x3c4b14,_0x5c8dc3){return _0x3c4b14===_0x5c8dc3;},'StAjQ':_0x340c2c(-_0x131fd8._0xb19236,-0x74,-_0x131fd8._0x29f8f0,-_0x131fd8._0x77e695),'EjDGz':_0x147eee(-_0x131fd8._0x4e3a27,-0x6e,-_0x131fd8._0x58b137,-0x89)+_0x147eee(0x13,-0x4d,-0x2f,-_0x131fd8._0x413510)+'\x20key\x20saved'+_0x147eee(-_0x131fd8._0x15a2ba,-_0x131fd8._0x2e75a0,-_0x131fd8._0x2364ea,-_0x131fd8._0x5ad0d3)+'irectory','ljoVo':function(_0x212cdd,_0xd9f06d){return _0x212cdd!==_0xd9f06d;},'VDLCT':_0x147eee(-_0x131fd8._0x37d8fc,-0x4a,-0x4f,-0x9d),'OoxKb':_0x147eee(-0x20,-0x73,-0x2d,-0x1a)+'save\x20git\x20O'+_0x147eee(-_0x131fd8._0x573597,-_0x131fd8._0x3d6820,-0x4a,-_0x131fd8._0x2476c5)+'ption\x20key'},_0x19e735=_0x546bbc[_0x340c2c(-_0x131fd8._0x473644,-_0x131fd8._0x265404,-_0x131fd8._0x2dde6b,-_0x131fd8._0x4f7389)]||_0x470352,_0x41f73a=_0x546bbc[_0x340c2c(-_0x131fd8._0x3135fc,-0xb4,-_0x131fd8._0x307a92,-_0x131fd8._0x5c27b6)]||DATA_DIR;if(encryptionKeyCache)return encryptionKeyCache;const _0x28d7a7=_0x5eccc5[_0x147eee(_0x131fd8._0x48847e,-_0x131fd8._0x2bef45,-_0x131fd8._0x5e3870,_0x131fd8._0x18d560)](_0x41f73a,ENCRYPTION_KEY_FILE);if(existsSync(_0x28d7a7))try{const _0x4fdd44=await _0x3f8d12[_0x340c2c(-_0x131fd8._0x3dfcb3,-_0x131fd8._0x2476c5,-0xc0,-0xac)](_0x28d7a7,_0x2cf916[_0x147eee(0x24,-_0x131fd8._0x155699,-_0x131fd8._0x5a28b4,-0x4a)]);return encryptionKeyCache=Buffer[_0x147eee(-0x8f,-_0x131fd8._0x20cd0e,-0xfa,-0x8d)](_0x4fdd44[_0x340c2c(-0xf0,-_0x131fd8._0x227e6a,-_0x131fd8._0x49cc8b,-_0x131fd8._0x2101fc)](),_0x2cf916[_0x340c2c(-0xc2,-_0x131fd8._0x3bdca4,-_0x131fd8._0x4ca78f,-_0x131fd8._0x22017d)]),_0x19e735[_0x340c2c(-0x7a,-_0x131fd8._0x403327,-0x87,-0x75)]('Loaded\x20git'+_0x340c2c(-_0x131fd8._0x2e56b7,-_0x131fd8._0x4da51f,-_0x131fd8._0x19192b,-0x2e)+_0x147eee(-0x58,-0x10,0x3f,-0x3c)+_0x147eee(-0x10a,-_0x131fd8._0x585890,-0xa0,-_0x131fd8._0x4462d2)+_0x340c2c(-0x43,-0x6b,-_0x131fd8._0x539bad,-_0x131fd8._0x32b394)+'y'),encryptionKeyCache;}catch(_0x291a44){const _0x1a7030={};_0x1a7030[_0x147eee(-_0x131fd8._0x56752e,-_0x131fd8._0x3586a6,-0x10f,-_0x131fd8._0xada8fd)]=_0x291a44['message'],_0x19e735[_0x340c2c(-_0x131fd8._0x423e90,-_0x131fd8._0x1058cf,-_0x131fd8._0x7ec2a,-_0x131fd8._0x5ad0d3)](_0x2cf916[_0x340c2c(-_0x131fd8._0x321040,-0xc7,-_0x131fd8._0x2be417,-_0x131fd8._0x3d0a5f)],_0x1a7030);}_0x19e735['info'](_0x2cf916['bxsZY']);const _0x52d87c=_0x9c365b[_0x147eee(-_0x131fd8._0x4be6d4,-0x64,-0x66,-0x8a)+'s'](KEY_LENGTH);try{if(_0x2cf916[_0x340c2c(-0x53,-0xd4,-_0x131fd8._0x80880e,-_0x131fd8._0x1e9130)](_0x147eee(-0x99,-0x69,-0x30,-_0x131fd8._0x26527f),_0x2cf916['StAjQ']))_0x3c6183[_0x340c2c(-0x88,_0x131fd8._0x1e30e3,-_0x131fd8._0x5413a8,-_0x131fd8._0x246f30)]=_0xd07e7f[_0x147eee(_0x131fd8._0x3395f5,-0xe,0x17,-0x4)];else{const _0x3c0049={};_0x3c0049[_0x340c2c(-_0x131fd8._0x5236b2,-0x104,-0xea,-_0x131fd8._0x26953c)]=!![],await _0x3f8d12['mkdir'](_0x41f73a,_0x3c0049);const _0x116161={};_0x116161['mode']=0x180,await _0x3f8d12[_0x147eee(0x2e,-_0x131fd8._0xfc5f9d,_0x131fd8._0x158f01,-0x8c)](_0x28d7a7,_0x52d87c[_0x147eee(-0x5b,-0x58,-_0x131fd8._0x176327,-0x10)](_0x2cf916[_0x147eee(-0xbd,-_0x131fd8._0xbf04e5,-_0x131fd8._0x4462d2,-0xb1)]),_0x116161),_0x19e735[_0x340c2c(-_0x131fd8._0x45a53f,-_0x131fd8._0x22309c,-_0x131fd8._0x428698,-_0x131fd8._0x4bc625)](_0x2cf916['EjDGz']);}}catch(_0x12a404){if(_0x2cf916[_0x147eee(-0xc3,-0x5e,-_0x131fd8._0x21a1fa,-0x90)](_0x2cf916['VDLCT'],_0x147eee(-_0x131fd8._0x58f506,-_0x131fd8._0x17ced9,-0x61,-0x5f)))_0x5eda3c[_0x147eee(-0xb5,-0x60,-0xad,-_0x131fd8._0x773815)+'ken']=_0x2cf916['NeAyb'](_0x4cacf4,_0x10cda2[_0x340c2c(-0x59,-_0x131fd8._0x414387,-0x79,-_0x131fd8._0x17ebcc)+_0x147eee(-_0x131fd8._0x17011d,-0x26,-_0x131fd8._0x2d0c73,_0x131fd8._0x5afed3)],_0x2b656e);else{const _0x110d37={};_0x110d37[_0x340c2c(-_0x131fd8._0xcc12bd,-0xf6,-0x126,-_0x131fd8._0x2aa73f)]=_0x12a404[_0x340c2c(-0x4a,-0x55,-0x9d,-_0x131fd8._0x5b186b)],_0x19e735[_0x340c2c(-_0x131fd8._0x10b2ea,-_0x131fd8._0x1a8c90,-0xc2,-_0x131fd8._0x2aa73f)](_0x2cf916[_0x147eee(-0x44,-0x55,_0x131fd8._0x56789a,-_0x131fd8._0x10ea25)],_0x110d37);throw new Error(_0x147eee(-0x74,-_0x131fd8._0x1c1e94,-_0x131fd8._0x5413a8,-_0x131fd8._0x62563)+_0x340c2c(-_0x131fd8._0x58ef58,-_0x131fd8._0x21e738,-_0x131fd8._0x354771,-0x92)+_0x147eee(-0x28,-0x2b,-0x18,-_0x131fd8._0x2cad7a)+_0x340c2c(-0xfe,-_0x131fd8._0x4bf4c,-_0x131fd8._0x52e811,-_0x131fd8._0x29ef15)+_0x12a404[_0x340c2c(-0x9b,-0x60,-0x75,-0x96)]);}}encryptionKeyCache=_0x52d87c;function _0x147eee(_0x39d792,_0x4b1a3c,_0x7416e,_0x5691a0){return _0x2a8e9b(_0x4b1a3c- -0x27,_0x7416e,_0x7416e-_0x4c7dd1._0x3ece8f,_0x5691a0-_0x4c7dd1._0xf18049);}return encryptionKeyCache;}export function clearEncryptionKeyCache(){encryptionKeyCache=null;}function encrypt(_0x540844,_0x168b8d){const _0xfa6948={_0x2a99c4:0x160,_0x12e096:0x170,_0x3fc48e:0x141,_0x4c504c:0x11f,_0x1ae8cc:0x137,_0x462d81:0x1fc,_0x169b59:0x20a,_0x44e229:0xb4,_0x30b66f:0xd1,_0x49b47a:0x1b8,_0x2f82a9:0x1b0,_0x3c458c:0x147,_0x4f5b9a:0x141,_0x5d36d5:0x123,_0x772c95:0xaa,_0x4b4961:0x156,_0x56fa80:0x106,_0x24008c:0x14d,_0x518b07:0x1f8,_0x4821ce:0x1aa,_0xd90e65:0x141,_0x1e2a3c:0x112,_0x25468f:0x106,_0x5b6274:0x1b6,_0x3f0760:0x18a,_0x61dff2:0x1a6},_0x3c5c22={};_0x3c5c22[_0x2ba480(-_0xfa6948._0x2a99c4,-0x189,-_0xfa6948._0x12e096,-_0xfa6948._0x3fc48e)]=_0x1d9a7b(_0xfa6948._0x4c504c,0x1b4,0x16a,0x118);function _0x2ba480(_0x3b638e,_0x1f5bd6,_0x4970b7,_0x19e675){return _0x1ca951(_0x19e675- -0x121,_0x1f5bd6-0x88,_0x4970b7,_0x19e675-0x13a);}function _0x1d9a7b(_0x3b7fe7,_0x5eb8ba,_0x43f3a1,_0x1fadcd){return _0x2a8e9b(_0x43f3a1-0x1ea,_0x1fadcd,_0x43f3a1-0x11e,_0x1fadcd-0x14d);}_0x3c5c22[_0x2ba480(-0x17d,-0x17e,-_0xfa6948._0x1ae8cc,-0x133)]='hex';const _0x448267=_0x3c5c22,_0x172358=_0x9c365b[_0x1d9a7b(0x1f6,_0xfa6948._0x462d81,0x1ad,_0xfa6948._0x169b59)+'s'](IV_LENGTH),_0x2a764e=_0x9c365b['createCiph'+_0x2ba480(-_0xfa6948._0x44e229,-0x95,-0x124,-_0xfa6948._0x30b66f)](ALGORITHM,_0x168b8d,_0x172358);let _0x5a846c=_0x2a764e[_0x1d9a7b(0x15a,0x1f2,_0xfa6948._0x49b47a,_0xfa6948._0x2f82a9)](_0x540844,_0x448267['GHnmW'],_0x448267['TnMTV']);_0x5a846c+=_0x2a764e[_0x2ba480(-_0xfa6948._0x3c458c,-0x10d,-_0xfa6948._0x4f5b9a,-0x116)](_0x448267[_0x1d9a7b(0x12d,0x164,0x18c,0x187)]);const _0x5f2d3d=_0x2a764e[_0x1d9a7b(0x1ab,_0xfa6948._0x5d36d5,0x149,0x180)]();return _0x172358[_0x2ba480(-0xa3,-_0xfa6948._0x772c95,-_0xfa6948._0x4b4961,-_0xfa6948._0x56fa80)](_0x1d9a7b(_0xfa6948._0x24008c,_0xfa6948._0x518b07,_0xfa6948._0x4821ce,0x1e0))+':'+_0x5f2d3d[_0x2ba480(-_0xfa6948._0xd90e65,-_0xfa6948._0x1e2a3c,-0x118,-_0xfa6948._0x25468f)](_0x448267[_0x1d9a7b(_0xfa6948._0x5b6274,_0xfa6948._0x3f0760,0x18c,_0xfa6948._0x61dff2)])+':'+_0x5a846c;}function decrypt(_0x122af9,_0x2366d7){const _0xda91b5={_0x32feeb:0x3c3,_0x5b1913:0x41f,_0x2e1323:0x3c6,_0x3d4b8f:0x3ed,_0x12042d:0x479,_0x3b4f4d:0x3d6,_0x8026c1:0x3e6,_0x4dfe24:0x3de,_0x324d0c:0x112,_0x39111f:0xb6,_0x43178e:0x456,_0x27514a:0x44d,_0x20e8b8:0x34d,_0xfc617d:0x37b,_0x56e7bf:0x40b,_0x215ac4:0x3bc,_0x42c561:0x3c6,_0x637801:0x434,_0x971a81:0x3d3,_0xc3478f:0x412,_0x4b28e0:0x3a6,_0x18bed0:0x409,_0x490484:0x371,_0x156818:0x430,_0x40a4ec:0x400,_0x3a1796:0x467,_0x27905d:0x40e,_0x48e684:0x3ea,_0x29f4f9:0x387,_0x4e1ae1:0x3e4,_0x45251d:0x3e2,_0x4e1655:0x420,_0x47d87e:0xce,_0x571380:0x15e,_0x44358e:0x155,_0xd36580:0x144,_0xd334a5:0xf5,_0x36c345:0x428,_0x1f1a63:0x3c7,_0x1f93da:0x408,_0x2704c7:0x59,_0x4a628c:0xb8},_0x20547a={_0x2b012e:0x449,_0x2fb5ef:0x58,_0x4e31b9:0x75},_0x337f34={};_0x337f34[_0x42c531(_0xda91b5._0x32feeb,0x3a8,_0xda91b5._0x5b1913,_0xda91b5._0x2e1323)]=function(_0x16e51a,_0x1f0c85){return _0x16e51a||_0x1f0c85;},_0x337f34['laFuN']='Invalid\x20en'+_0x42c531(_0xda91b5._0x3d4b8f,0x493,_0xda91b5._0x12042d,0x42e)+_0x42c531(_0xda91b5._0x3b4f4d,0x3b3,_0xda91b5._0x8026c1,_0xda91b5._0x4dfe24);function _0x5723d1(_0x54637f,_0x3c5433,_0x11932b,_0x58ffb9){return _0x1ca951(_0x58ffb9-0xe9,_0x3c5433-0x89,_0x54637f,_0x58ffb9-0xce);}_0x337f34[_0x5723d1(_0xda91b5._0x324d0c,0xdf,_0xda91b5._0x39111f,0x118)]=_0x42c531(_0xda91b5._0x43178e,_0xda91b5._0x27514a,0x448,0x409);const _0x148335=_0x337f34,[_0x29da39,_0x4e8782,_0x32d663]=_0x122af9[_0x42c531(_0xda91b5._0x20e8b8,0x3af,_0xda91b5._0xfc617d,0x3a9)](':');function _0x42c531(_0x28cd21,_0xf6c2bd,_0x32522b,_0x359eec){return _0x2a8e9b(_0x359eec-_0x20547a._0x2b012e,_0x28cd21,_0x32522b-_0x20547a._0x2fb5ef,_0x359eec-_0x20547a._0x4e31b9);}if(_0x148335[_0x42c531(_0xda91b5._0x56e7bf,0x37a,_0xda91b5._0x215ac4,_0xda91b5._0x42c561)](!_0x29da39,!_0x4e8782)||!_0x32d663)throw new Error(_0x148335['laFuN']);const _0x4af35d=Buffer[_0x42c531(_0xda91b5._0x637801,0x3e1,0x3b6,_0xda91b5._0x971a81)](_0x29da39,_0x42c531(_0xda91b5._0xc3478f,0x3bb,_0xda91b5._0x4b28e0,_0xda91b5._0x18bed0)),_0x6f8476=Buffer[_0x42c531(_0xda91b5._0x490484,0x429,_0xda91b5._0x156818,_0xda91b5._0x971a81)](_0x4e8782,_0x148335[_0x42c531(0x3cc,0x43b,_0xda91b5._0x40a4ec,0x42c)]),_0x2fbb1b=_0x9c365b[_0x42c531(_0xda91b5._0x3a1796,0x3dd,0x3e8,_0xda91b5._0x27905d)+_0x42c531(_0xda91b5._0x48e684,_0xda91b5._0x29f4f9,0x419,_0xda91b5._0x4e1ae1)](ALGORITHM,_0x2366d7,_0x4af35d);_0x2fbb1b[_0x42c531(0x380,_0xda91b5._0x45251d,_0xda91b5._0x4e1655,0x3c3)](_0x6f8476);let _0x5485f2=_0x2fbb1b[_0x5723d1(_0xda91b5._0x47d87e,0xc6,_0xda91b5._0x571380,0x103)](_0x32d663,_0x5723d1(0xff,_0xda91b5._0x44358e,_0xda91b5._0xd36580,_0xda91b5._0xd334a5),'utf8');return _0x5485f2+=_0x2fbb1b[_0x42c531(_0xda91b5._0x36c345,0x444,_0xda91b5._0x1f1a63,_0xda91b5._0x1f93da)](_0x5723d1(_0xda91b5._0x2704c7,0x103,_0xda91b5._0x4a628c,0xb5)),_0x5485f2;}async function loadTokenStorage(_0x50d1b7={}){const _0x161958={_0x39d6d4:0x63,_0x38d5c2:0x86,_0x15cb3d:0x18,_0x5007ca:0x279,_0x3368f5:0x233,_0x28e9fb:0x1f5,_0xf69479:0x14f,_0x4f4321:0x14f,_0x416b0c:0x138,_0xc73ca:0x95,_0x11d9bf:0x87,_0x5e9561:0xe,_0x5e5a56:0x65,_0x3946d6:0x198,_0x15a922:0x19a,_0x15467d:0x1b7,_0xe83c0f:0x1ad,_0x4e4024:0x15,_0x4fc464:0x92,_0x41a961:0x67,_0x3845e3:0x98,_0x4e59e8:0x1ce,_0x5082a4:0x1f9,_0x92d8a3:0x217,_0xe5b0ce:0x219,_0x172a68:0x23d,_0x3b6c22:0x216,_0x7d0ba9:0x99,_0x10d05d:0xdd,_0x4df836:0x1ee,_0x244008:0x2b5,_0xfc1be3:0x251,_0x16e9ef:0x2a6,_0xc9e526:0x247,_0x5f9e5e:0x203,_0x352de3:0x211,_0x1df25d:0x40,_0x3a6edc:0x63,_0x3038e5:0xb0,_0x3dd681:0x42,_0x2a993e:0x4e,_0x1ba2ce:0x69,_0x2debd9:0x1f,_0x503b84:0x1da,_0x234558:0x55,_0x47075b:0x96},_0x57221b={_0x2bc8ec:0x4b},_0x1d4bdb={_0x13153f:0x205,_0x5b0d1a:0xca,_0x39b000:0x56},_0x3e1d62={'TRJec':_0x3793bd(0x5b,_0x161958._0x39d6d4,0x1,_0x161958._0x38d5c2)+_0x3793bd(0x7c,0x54,0x99,_0x161958._0x15cb3d)+'lue\x20format','CiKKi':_0x28b3f5(-_0x161958._0x5007ca,-_0x161958._0x3368f5,-0x22b,-_0x161958._0x28e9fb)+_0x28b3f5(-_0x161958._0xf69479,-0x19f,-_0x161958._0x4f4321,-0x1cc)+_0x28b3f5(-0x17c,-0x194,-0x1c2,-_0x161958._0x416b0c),'nEdKo':function(_0x319a8c,_0x1f8c19){return _0x319a8c(_0x1f8c19);},'WEUSt':function(_0x3b0491,_0x493a5a){return _0x3b0491===_0x493a5a;},'iWcpm':'EPhjh','hzKbc':'utf-8','MhBhq':function(_0x18d516,_0x4f5159){return _0x18d516===_0x4f5159;},'tMLvo':_0x3793bd(_0x161958._0xc73ca,_0x161958._0x11d9bf,0x85,0x99)},_0x3ec37e=_0x50d1b7['logger']||_0x470352;function _0x28b3f5(_0xea86e1,_0x9b6f37,_0xf71742,_0x35faf7){return _0x1ca951(_0x9b6f37- -_0x1d4bdb._0x13153f,_0x9b6f37-_0x1d4bdb._0x5b0d1a,_0xf71742,_0x35faf7-_0x1d4bdb._0x39b000);}const _0x17cab5=_0x50d1b7[_0x3793bd(_0x161958._0x5e9561,0x3b,0x5e,_0x161958._0x5e5a56)]||DATA_DIR,_0x5ba064=_0x5eccc5[_0x28b3f5(-_0x161958._0x3946d6,-_0x161958._0x15a922,-_0x161958._0x15467d,-_0x161958._0xe83c0f)](_0x17cab5,TOKENS_FILE);function _0x3793bd(_0x4cbb4e,_0x23b6a5,_0x2260a8,_0xb96ba2){return _0x1ca951(_0x4cbb4e-_0x57221b._0x2bc8ec,_0x23b6a5-0xa4,_0x23b6a5,_0xb96ba2-0xe8);}if(!_0x3e1d62[_0x28b3f5(-0x1df,-0x210,-0x231,-0x24f)](existsSync,_0x5ba064)){const _0x3bddf5={};return _0x3bddf5['tokens']={},_0x3bddf5;}try{if(_0x3e1d62['WEUSt'](_0x3e1d62[_0x3793bd(_0x161958._0x4e4024,0x2b,0x28,-0x45)],_0x3793bd(_0x161958._0x4fc464,_0x161958._0x41a961,0x59,_0x161958._0x3845e3)))throw new _0x477cbd(_0x3e1d62[_0x28b3f5(-0x1a7,-_0x161958._0x4e59e8,-_0x161958._0x5082a4,-0x208)]);else{const _0x3ac1eb=await _0x3f8d12[_0x28b3f5(-_0x161958._0x92d8a3,-_0x161958._0xe5b0ce,-_0x161958._0x172a68,-_0x161958._0x3b6c22)](_0x5ba064,_0x3e1d62[_0x3793bd(0x6a,0xb7,0x22,_0x161958._0x7d0ba9)]);return JSON[_0x3793bd(0xb2,_0x161958._0x10d05d,0xf1,0xb0)](_0x3ac1eb);}}catch(_0xa8a62e){if(_0x3e1d62[_0x28b3f5(-0x1cc,-_0x161958._0x4df836,-0x192,-0x241)](_0x3e1d62['tMLvo'],_0x3e1d62[_0x3793bd(0x9a,0xdc,0x49,0xec)])){const _0x2d83c8={};_0x2d83c8[_0x28b3f5(-_0x161958._0x244008,-_0x161958._0xfc1be3,-0x28b,-_0x161958._0x16e9ef)]=_0xa8a62e[_0x28b3f5(-_0x161958._0xc9e526,-_0x161958._0x5f9e5e,-0x21d,-_0x161958._0x352de3)],_0x3ec37e[_0x3793bd(-0xb,-0x5f,_0x161958._0x1df25d,-_0x161958._0x3a6edc)](_0x3793bd(0x4b,_0x161958._0x3038e5,_0x161958._0x3dd681,0x5f)+_0x3793bd(_0x161958._0x2a993e,0x80,_0x161958._0x1ba2ce,_0x161958._0x2debd9)+_0x28b3f5(-0x1b6,-_0x161958._0x503b84,-0x1be,-0x187),_0x2d83c8);const _0x572afb={};return _0x572afb['tokens']={},_0x572afb;}else throw new _0x302102(_0x3e1d62[_0x3793bd(0xa1,0xd8,_0x161958._0x234558,_0x161958._0x47075b)]);}}async function saveTokenStorage(_0x9d0b0f,_0x3ab05c={}){const _0x52787={_0x51745a:0x217,_0x50db9b:0x28d,_0x15ec76:0x25a,_0x18c045:0x27a,_0x567c90:0x217,_0x1b6ed3:0x208,_0x17f759:0x288,_0x21db62:0x2ad,_0x15fb12:0x16f,_0x5f41b9:0x137,_0x2d5728:0x14b,_0x3357c9:0x237,_0x4442e7:0x132,_0x3a03dc:0x13a,_0x4671dd:0x13e,_0x2f7815:0x160,_0x3afa16:0x1ea,_0x5e319d:0x1b4,_0x401955:0x2a6,_0x23b8f3:0x1d8,_0x11ca4e:0x211,_0x35e463:0x24c,_0xee68c7:0x1b1,_0x19b01b:0x259,_0x2012b9:0x241,_0x59638e:0x260,_0x5bafe5:0x108,_0x46120a:0x1ae,_0x435106:0x2ab,_0x4d3163:0x17c,_0x5a51fe:0x12a,_0x23b3de:0x16b,_0x47e138:0x126,_0x199ffa:0x271,_0x3b469c:0x2a3,_0x4daf72:0x126,_0x76a950:0xff,_0x480f59:0x17e,_0x3f828a:0x14d,_0x5cd3f9:0x191,_0x2e577c:0x1de},_0x1aa159={_0x4f90ae:0x6},_0x264a67={_0x5f5582:0x1d0,_0x49ba45:0x45},_0x52ed4d={};_0x52ed4d[_0x4d7fc0(_0x52787._0x51745a,0x271,_0x52787._0x50db9b,_0x52787._0x15ec76)]=_0x4d7fc0(0x2b0,_0x52787._0x18c045,_0x52787._0x567c90,0x243)+_0x4d7fc0(_0x52787._0x1b6ed3,0x218,0x278,0x1d4)+_0x4d7fc0(0x27f,0x24c,0x1fb,0x219)+'ge',_0x52ed4d[_0x4d7fc0(_0x52787._0x17f759,0x257,_0x52787._0x21db62,0x28a)]=_0x37ed86(_0x52787._0x15fb12,_0x52787._0x5f41b9,0x111,_0x52787._0x2d5728)+_0x4d7fc0(0x2bb,_0x52787._0x50db9b,_0x52787._0x3357c9,0x295)+_0x37ed86(_0x52787._0x4442e7,_0x52787._0x3a03dc,_0x52787._0x4671dd,0x176);const _0x3b5008=_0x52ed4d;function _0x4d7fc0(_0x1d4c61,_0x4c3864,_0x366a05,_0x44a61d){return _0x1ca951(_0x4c3864-0x21e,_0x4c3864-_0x264a67._0x5f5582,_0x366a05,_0x44a61d-_0x264a67._0x49ba45);}const _0x1a15ce=_0x3ab05c[_0x37ed86(0x1ed,_0x52787._0x2f7815,_0x52787._0x3afa16,_0x52787._0x5e319d)]||_0x470352,_0x2b5af4=_0x3ab05c[_0x37ed86(0x10b,0xc9,0x115,0x10e)]||DATA_DIR;function _0x37ed86(_0x30396c,_0x5e8168,_0x2f29e0,_0x33e408){return _0x1ca951(_0x33e408-0x14b,_0x5e8168-0x110,_0x30396c,_0x33e408-_0x1aa159._0x4f90ae);}const _0x3d385c=_0x5eccc5[_0x4d7fc0(0x2ea,0x289,_0x52787._0x401955,0x24d)](_0x2b5af4,TOKENS_FILE);try{const _0x1b20a1={};_0x1b20a1[_0x4d7fc0(_0x52787._0x23b8f3,_0x52787._0x11ca4e,_0x52787._0x35e463,_0x52787._0xee68c7)]=!![],await _0x3f8d12[_0x4d7fc0(_0x52787._0x19b01b,0x258,_0x52787._0x2012b9,_0x52787._0x59638e)](_0x2b5af4,_0x1b20a1);const _0x3f051d={};_0x3f051d[_0x37ed86(_0x52787._0x5bafe5,_0x52787._0x46120a,0x18c,0x149)]=0x180,await _0x3f8d12[_0x4d7fc0(0x2bd,0x25a,_0x52787._0x435106,0x23c)](_0x3d385c,JSON[_0x37ed86(_0x52787._0x4d3163,_0x52787._0x5a51fe,0x19a,_0x52787._0x23b3de)](_0x9d0b0f,null,-0x1104+0x149f+-0x399*0x1),_0x3f051d),_0x1a15ce[_0x37ed86(_0x52787._0x47e138,0x1c3,0x1ca,0x16e)](_0x3b5008[_0x4d7fc0(0x2c4,_0x52787._0x199ffa,0x28a,_0x52787._0x3b469c)]);}catch(_0x4ef552){const _0x471558={};_0x471558[_0x37ed86(_0x52787._0x4daf72,0x14b,0xeb,_0x52787._0x76a950)]=_0x4ef552[_0x37ed86(0x133,_0x52787._0x480f59,0x169,_0x52787._0x3f828a)],_0x1a15ce[_0x4d7fc0(_0x52787._0x5cd3f9,0x1d2,0x225,0x1ec)](_0x3b5008[_0x37ed86(_0x52787._0x2e577c,0x1c4,0x1a0,0x184)],_0x471558);throw _0x4ef552;}}export async function getUserGitTokens(_0x558469,_0x226240={}){const _0x5deef4={_0x4ab5cc:0x357,_0x5019fa:0x34c,_0x298d63:0x360,_0x26bff8:0x3f,_0x1972e7:0x2fa,_0x42f093:0x31c,_0x527dc8:0x373,_0x41ea2f:0x297,_0x344ea4:0x2dd,_0x52d4a8:0x282,_0x393bb1:0x38,_0xcd434c:0x6e,_0x587aae:0x337,_0x47c0d6:0x374,_0x1eb330:0x386,_0x223ef7:0x336,_0x240a24:0x62,_0x3195d3:0x8e,_0x37b4ea:0x9d,_0x3b3ad5:0xbc,_0x484e52:0xdf,_0x2bdb39:0x67,_0x2b7b00:0x4a,_0x2d2b6a:0x2fd,_0x43f8a7:0x2cc,_0xf183c4:0x2f6,_0x220b53:0x337,_0x56e812:0x43,_0x3a2bd1:0xb5,_0x863fe:0x3e,_0x1d422f:0x89,_0x288fcd:0xb0,_0x15cb45:0xed,_0x224191:0x372,_0x4d1a24:0x36e,_0x579b48:0x2c7,_0xe7a4c2:0x2d3,_0x47c676:0x329,_0x1b7276:0x49,_0x4dabb2:0x5d,_0x1acb30:0x29d,_0x4ad8ab:0x30a,_0x41ba13:0x2c9,_0x447821:0x39c,_0xfba2d8:0xf5,_0x53482b:0x17,_0x2a7587:0x6a,_0x4810a2:0x60,_0x572f1b:0x49,_0xaae8d3:0xa0,_0x499766:0x342,_0xc4ba97:0x45,_0x15ef50:0xa1,_0x5d6f88:0xe8,_0x1a9748:0x72,_0x1a240e:0x34e,_0xc7272c:0x3ad,_0x5b4ef7:0x40,_0x37eb89:0x30d,_0x5e403b:0x2fe,_0x2e7e52:0x54,_0xcaa16e:0x97,_0xdeb2f9:0xe1,_0x3115e7:0x98,_0x198474:0xf8,_0x236160:0x4,_0x2a14df:0x44,_0x59371f:0x356,_0x1b99f5:0x351,_0x451cd4:0x1f,_0x27f901:0x5b,_0x13ed19:0x3,_0x58ad2f:0x310,_0x502e7d:0x2f5,_0x38415d:0x1e,_0x52c24b:0xe,_0x2a958d:0x3,_0x2f75a1:0x34,_0x59a28c:0x2bb,_0x2bb5e8:0x312,_0x19faa8:0x86,_0x236433:0x5e,_0x3c59e2:0x33b,_0x7aadd3:0x344,_0x2fa855:0x375,_0x1d6cb7:0x34f,_0x4029a1:0x3c0,_0x29fda4:0x32f,_0x21d95c:0x2f,_0x1a4ccd:0x2e2,_0x2d8931:0x301,_0x475d29:0x346,_0x35d96a:0x2e5,_0x3d5442:0x270,_0x575633:0x85,_0x1cdd8c:0x2d,_0x49e5e8:0x38,_0x5c284e:0x2df,_0x96dd18:0x336,_0x295c86:0x2e6,_0x394874:0x2ae,_0x52cda1:0x6d,_0x3b658b:0x12,_0x21277f:0x80,_0x58c81c:0xa3,_0x16f8c6:0x40,_0x236de4:0x3a9,_0x12c790:0x377,_0xd52c4e:0x349,_0x48d9bb:0x3b,_0x3ead04:0x9,_0x42b69b:0x88,_0x399a63:0x2e0,_0x49b63a:0x2fc,_0x2b4af7:0x338,_0x267f9e:0x7e,_0x1fba7f:0x65,_0x40b2b7:0xa2,_0x18a035:0x47,_0x4dc418:0xc,_0xad92e8:0x84,_0x1732f1:0x16,_0x37832c:0x1b,_0x1ebb20:0x26,_0x1b6217:0xa,_0x49670d:0x2c,_0x2b5ad8:0x75,_0x4bfc35:0x337,_0x4a4790:0x37b,_0x2b1c61:0x36c,_0x3ea65d:0xb,_0x40a12e:0x50,_0x31e7a9:0x6a,_0x4098fe:0x2b4,_0x286ead:0x2ce,_0x199d0a:0x277,_0x1899c6:0x1a,_0x31770e:0x51,_0x2c03ea:0x2e2,_0x1360be:0x2ad,_0x2dd431:0x355,_0x45f4cc:0x369,_0x1e8138:0x2f8,_0x4ab7af:0x9c,_0x1c0da9:0x4e,_0x1ffa45:0x8b,_0x4d5319:0xdf,_0x28432f:0x38,_0x57fd73:0x32,_0xc0e924:0x8f},_0x24d2ad={_0xb01009:0x6,_0x813ed4:0x86},_0x16e3b2={_0xd76995:0x5e};function _0x4032ae(_0x1ec8e2,_0x5dc7cc,_0x25ecc3,_0x1efb4f){return _0x1ca951(_0x1ec8e2-0x309,_0x5dc7cc-0x11b,_0x5dc7cc,_0x1efb4f-_0x16e3b2._0xd76995);}const _0x4b032d={'dEsPb':_0x4032ae(_0x5deef4._0x4ab5cc,0x34f,_0x5deef4._0x5019fa,_0x5deef4._0x298d63)+_0x3791e5(0x18,0x31,_0x5deef4._0x26bff8,-0x14)+_0x4032ae(_0x5deef4._0x1972e7,0x2fd,_0x5deef4._0x42f093,0x2ce),'qMWDT':function(_0x5cd8da,_0x1576e7){return _0x5cd8da||_0x1576e7;},'PSVsG':_0x4032ae(0x315,0x36e,0x2cb,_0x5deef4._0x527dc8),'ZWTdL':_0x4032ae(0x2d5,_0x5deef4._0x41ea2f,_0x5deef4._0x344ea4,0x293),'qFtdA':_0x4032ae(0x2e4,0x303,_0x5deef4._0x52d4a8,0x280),'wtziN':_0x3791e5(-0x5c,-0xe,-0x8e,-0x72),'exHFk':_0x3791e5(-_0x5deef4._0x393bb1,-0x1e,-_0x5deef4._0xcd434c,-0x88)+_0x4032ae(0x321,_0x5deef4._0x587aae,_0x5deef4._0x47c0d6,_0x5deef4._0x1eb330),'xBTQf':function(_0x6db5de,_0x1d610d){return _0x6db5de(_0x1d610d);},'sBVfs':_0x4032ae(0x311,_0x5deef4._0x223ef7,0x356,0x2fd),'QRkyS':_0x3791e5(-_0x5deef4._0x240a24,-_0x5deef4._0x3195d3,-0x9f,-0x2a),'JxwxG':_0x3791e5(-_0x5deef4._0x37b4ea,-_0x5deef4._0x3b3ad5,-_0x5deef4._0x484e52,-0xcf),'ELgBm':_0x3791e5(-_0x5deef4._0x2bdb39,-0x8f,-0xb,-0x36),'lVhNy':function(_0x1cb94e,_0x57618d,_0x32a781){return _0x1cb94e(_0x57618d,_0x32a781);},'SdEtw':function(_0x306d45,_0x3f458e){return _0x306d45!==_0x3f458e;},'tHCYQ':_0x3791e5(-0xb,_0x5deef4._0x2b7b00,-0x6e,0x1f),'uryxi':_0x4032ae(_0x5deef4._0x2d2b6a,_0x5deef4._0x43f8a7,_0x5deef4._0xf183c4,_0x5deef4._0x220b53),'AbZOz':'TQtwo','kWzxO':function(_0x4a0995,_0x5a71bc){return _0x4a0995===_0x5a71bc;},'GSker':_0x3791e5(-0x93,-_0x5deef4._0x56e812,-_0x5deef4._0x3a2bd1,-_0x5deef4._0x863fe),'uszMP':_0x3791e5(-_0x5deef4._0x1d422f,-0xb1,-_0x5deef4._0x288fcd,-_0x5deef4._0x15cb45)},_0x3e3f04=_0x226240[_0x4032ae(_0x5deef4._0x224191,_0x5deef4._0x4d1a24,0x3bf,0x385)]||_0x470352;if(!_0x558469){if(_0x4b032d['qFtdA']===_0x4b032d['wtziN'])_0x154111[_0x4032ae(0x36e,0x3c1,0x35f,0x378)]=_0x4e9227['expires_at'];else throw new Error(_0x4b032d[_0x4032ae(_0x5deef4._0x579b48,0x2ea,_0x5deef4._0xe7a4c2,_0x5deef4._0x47c676)]);}const _0x490003=await _0x4b032d[_0x3791e5(-_0x5deef4._0x1b7276,-0x97,-_0x5deef4._0x4dabb2,-0x78)](loadTokenStorage,_0x226240),_0x11ad61=_0x490003[_0x4032ae(0x2bb,_0x5deef4._0x1acb30,_0x5deef4._0x4ad8ab,_0x5deef4._0x41ba13)]?.[_0x558469];if(!_0x11ad61){if(_0x4b032d[_0x4032ae(0x371,0x32d,_0x5deef4._0x447821,0x38f)]!==_0x4b032d[_0x3791e5(-0x91,-0xaa,-0xe5,-_0x5deef4._0xfba2d8)])return{};else throw new _0x5d572f(_0x4b032d[_0x3791e5(-0x4b,_0x5deef4._0x53482b,-_0x5deef4._0x2a7587,-_0x5deef4._0x4810a2)]);}const _0x593240=await _0x4b032d[_0x3791e5(-_0x5deef4._0x572f1b,-0x8e,-_0x5deef4._0xaae8d3,-0x8)](getEncryptionKey,_0x226240),_0x481d35={};function _0x3791e5(_0x2a9b55,_0x21203c,_0xb87a42,_0x10a4da){return _0x2a8e9b(_0x2a9b55-_0x24d2ad._0xb01009,_0xb87a42,_0xb87a42-_0x24d2ad._0x813ed4,_0x10a4da-0x18b);}for(const [_0x4f7681,_0x28d7ee]of Object[_0x4032ae(0x34a,0x38d,_0x5deef4._0x499766,0x374)](_0x11ad61)){if(_0x4b032d['JxwxG']!==_0x4b032d['ELgBm'])try{const _0x43e205={'access_token':_0x28d7ee[_0x3791e5(-_0x5deef4._0xc4ba97,-0xb,-_0x5deef4._0x15ef50,-0x8b)+'en']?_0x4b032d[_0x3791e5(-0x97,-0x75,-_0x5deef4._0x5d6f88,-_0x5deef4._0x1a9748)](decrypt,_0x28d7ee['access_tok'+'en'],_0x593240):null,'connected_at':_0x28d7ee[_0x4032ae(_0x5deef4._0x1a240e,0x2fa,0x317,_0x5deef4._0xc7272c)+'at']};_0x28d7ee[_0x3791e5(-0x33,-0x1e,-0x76,-_0x5deef4._0x5b4ef7)+'ken']&&(_0x43e205[_0x4032ae(_0x5deef4._0x42f093,_0x5deef4._0x37eb89,0x2e9,_0x5deef4._0x5e403b)+_0x3791e5(0x7,0x42,_0x5deef4._0x2e7e52,0x36)]=_0x4b032d[_0x3791e5(-_0x5deef4._0xcaa16e,-_0x5deef4._0xdeb2f9,-_0x5deef4._0x3115e7,-_0x5deef4._0x198474)](decrypt,_0x28d7ee[_0x3791e5(-0x33,_0x5deef4._0x236160,-0x41,-_0x5deef4._0x2a14df)+_0x4032ae(_0x5deef4._0x59371f,0x3ba,_0x5deef4._0x1b99f5,0x330)],_0x593240));if(_0x28d7ee[_0x3791e5(_0x5deef4._0x451cd4,0x4,_0x5deef4._0x27f901,_0x5deef4._0x13ed19)]){if(_0x4b032d[_0x4032ae(_0x5deef4._0x58ad2f,_0x5deef4._0xe7a4c2,_0x5deef4._0x502e7d,0x32f)](_0x4b032d[_0x3791e5(_0x5deef4._0x38415d,_0x5deef4._0x52c24b,_0x5deef4._0x2a958d,0x59)],_0x4b032d[_0x3791e5(0x3,0x42,-0x4f,_0x5deef4._0x2f75a1)]))_0x43e205['expires_at']=_0x28d7ee['expires_at'];else{const _0x3cb596={};return _0x3cb596[_0x4032ae(_0x5deef4._0x59a28c,0x2d2,_0x5deef4._0x2bb5e8,0x29e)]={},_0x3cb596;}}_0x28d7ee['github_log'+'in']&&(_0x43e205['github_log'+'in']=_0x28d7ee[_0x3791e5(-_0x5deef4._0x19faa8,-_0x5deef4._0x236433,-0x24,-0x2a)+'in']);_0x28d7ee['github_use'+'r_id']&&(_0x43e205['github_use'+_0x4032ae(_0x5deef4._0x3c59e2,0x34d,0x394,_0x5deef4._0x7aadd3)]=_0x28d7ee[_0x4032ae(_0x5deef4._0x2fa855,_0x5deef4._0x1d6cb7,_0x5deef4._0x4029a1,_0x5deef4._0x29fda4)+_0x3791e5(-0x14,0x39,-_0x5deef4._0x21d95c,0x1c)]);if(_0x28d7ee[_0x4032ae(0x2d1,_0x5deef4._0x1a4ccd,0x281,_0x5deef4._0x2d8931)+'name']){if(_0x4b032d[_0x4032ae(0x32b,_0x5deef4._0x475d29,0x36f,_0x5deef4._0x35d96a)]!==_0x4b032d['AbZOz']){const [_0x4c1f8b,_0x3adaee,_0x1d79a0]=_0x4ca6e9['split'](':');if(_0x4b032d[_0x4032ae(0x2ba,0x2a6,_0x5deef4._0x3d5442,0x31a)](!_0x4c1f8b,!_0x3adaee)||!_0x1d79a0)throw new _0x5bf7d3(_0x3791e5(-0x36,-0x51,-_0x5deef4._0x575633,_0x5deef4._0x1cdd8c)+_0x3791e5(-0x15,-0x2f,_0x5deef4._0x49e5e8,0x1)+'lue\x20format');const _0x51064c=_0x14ee83[_0x4032ae(_0x5deef4._0x5c284e,0x2b1,_0x5deef4._0x96dd18,_0x5deef4._0x295c86)](_0x4c1f8b,_0x4b032d[_0x4032ae(0x2e2,_0x5deef4._0x394874,_0x5deef4._0x59a28c,0x300)]),_0x4dc123=_0x1e32fa[_0x3791e5(-0x70,-0xc0,-_0x5deef4._0x3195d3,-0x84)](_0x3adaee,_0x4b032d[_0x3791e5(-_0x5deef4._0x52cda1,-0x45,-_0x5deef4._0x3b658b,-0x3c)]),_0x47609c=_0x5104d0['createDeci'+'pheriv'](_0x4597ec,_0x422576,_0x51064c);_0x47609c[_0x3791e5(-_0x5deef4._0x21277f,-0x66,-0x68,-_0x5deef4._0x58c81c)](_0x4dc123);let _0x53e2ed=_0x47609c[_0x3791e5(-0x2c,-0x2f,-0x51,-_0x5deef4._0x16f8c6)](_0x1d79a0,'hex',_0x4b032d[_0x4032ae(0x35e,_0x5deef4._0x236de4,_0x5deef4._0x12c790,_0x5deef4._0xd52c4e)]);return _0x53e2ed+=_0x47609c[_0x3791e5(-_0x5deef4._0x48d9bb,_0x5deef4._0x3ead04,-0x9e,-_0x5deef4._0x42b69b)](_0x4b032d['ZWTdL']),_0x53e2ed;}else _0x43e205['azure_user'+_0x4032ae(_0x5deef4._0x399a63,_0x5deef4._0x49b63a,0x30c,_0x5deef4._0x2b4af7)]=_0x28d7ee[_0x3791e5(-_0x5deef4._0x267f9e,-0x6e,-0x8b,-0xb1)+'name'];}_0x481d35[_0x4f7681]=_0x43e205;}catch(_0x5c76ac){if(_0x4b032d[_0x3791e5(-0x5e,-_0x5deef4._0x1fba7f,-_0x5deef4._0x40b2b7,-0x5a)](_0x4b032d[_0x3791e5(-_0x5deef4._0x18a035,-0x71,_0x5deef4._0x4dc418,-_0x5deef4._0x21d95c)],_0x4b032d[_0x3791e5(-0x96,-_0x5deef4._0x572f1b,-0x67,-0xbf)])){const _0x29db1f=_0x58f4d9[_0x3791e5(-0x37,-0x5a,-_0x5deef4._0xad92e8,-_0x5deef4._0x1732f1)+'s'](_0x371459),_0x1a90d9=_0x3a4af9[_0x3791e5(-0x34,-_0x5deef4._0x2f75a1,-_0x5deef4._0x37832c,_0x5deef4._0x1ebb20)+_0x3791e5(_0x5deef4._0x1b6217,0x1,0x35,-0x50)](_0x26da41,_0x451e7e,_0x29db1f);let _0x14b06a=_0x1a90d9[_0x3791e5(-_0x5deef4._0x49670d,-_0x5deef4._0x2b5ad8,-0x69,0x13)](_0x3d25f5,_0x4b032d[_0x4032ae(0x35e,_0x5deef4._0x4bfc35,_0x5deef4._0x4a4790,_0x5deef4._0x2b1c61)],_0x4b032d[_0x3791e5(-0x6d,-_0x5deef4._0x3ea65d,-_0x5deef4._0x40a12e,-0x25)]);_0x14b06a+=_0x1a90d9['final'](_0x4b032d[_0x3791e5(-0x6d,-0x4d,-_0x5deef4._0x37832c,-_0x5deef4._0x31e7a9)]);const _0x76bd12=_0x1a90d9[_0x4032ae(_0x5deef4._0x4098fe,0x2f2,_0x5deef4._0x286ead,_0x5deef4._0x199d0a)]();return _0x29db1f['toString'](_0x4b032d[_0x3791e5(-0x6d,-0x86,-0x76,-0xd1)])+':'+_0x76bd12[_0x3791e5(-0x2b,-_0x5deef4._0x1899c6,-_0x5deef4._0x31770e,0x14)](_0x4b032d[_0x4032ae(_0x5deef4._0x2c03ea,_0x5deef4._0x1360be,0x2c0,0x2a8)])+':'+_0x14b06a;}else{const _0x383135={};_0x383135['userId']=_0x558469,_0x383135[_0x4032ae(_0x5deef4._0x2dd431,0x39c,0x372,_0x5deef4._0x45f4cc)+'me']=_0x4f7681,_0x383135[_0x4032ae(0x2bd,0x289,0x313,_0x5deef4._0x1e8138)]=_0x5c76ac['message'],_0x3e3f04[_0x3791e5(-_0x5deef4._0x4ab7af,-0x8a,-0xc6,-_0x5deef4._0x1c0da9)](_0x3791e5(-0x46,-0x6b,0x12,-0x5)+_0x3791e5(-_0x5deef4._0x1ffa45,-0x56,-0x6a,-_0x5deef4._0x4d5319)+_0x3791e5(0x19,_0x5deef4._0x28432f,_0x5deef4._0x1c0da9,-_0x5deef4._0x57fd73)+_0x3791e5(-0x84,-0x30,-_0x5deef4._0xc0e924,-0x5a),_0x383135);}}else return![];}return _0x481d35;}export async function getUserGitToken(_0x27ebd3,_0x11cb54,_0x571f6c={}){const _0x5487c3={'ObArb':function(_0x16b255,_0x55cf6f,_0x1ecd64){return _0x16b255(_0x55cf6f,_0x1ecd64);}},_0xcff458=await _0x5487c3['ObArb'](getUserGitTokens,_0x27ebd3,_0x571f6c);return _0xcff458[_0x11cb54]||null;}export async function storeUserGitToken(_0x39f849,_0x9ad7f0,_0x467454,_0x338832={}){const _0x495843={_0x22a9eb:0x2,_0x4af0b2:0x11,_0xbd4b16:0x11,_0x4777de:0x94,_0x2e9698:0x2f,_0x12b23c:0x485,_0x4ea09a:0x4d8,_0x34347e:0x61,_0x41bc28:0x9a,_0xcac504:0x40d,_0x8ce74a:0x469,_0x44aeea:0x47,_0x9e59d6:0x5,_0x278710:0x444,_0x42c5bc:0x66,_0x14cbd4:0x44f,_0x331bdd:0x3f,_0x899ac5:0x29,_0x22647f:0x17,_0x42220d:0xc,_0x2dc25f:0x4ac,_0x5d2824:0x431,_0x591640:0x483,_0x2d20db:0x53,_0x181a4c:0x2f,_0x3f66a9:0x3e6,_0x5711c4:0x4a7,_0x162d2a:0x4ca,_0x116baf:0x3eb,_0x2fd1c7:0x3c1,_0x6476f4:0x46,_0x33fb95:0x5c,_0x96ad92:0x42b,_0x23e9af:0x46c,_0x53ff5c:0x4a1,_0x3b73ce:0xaf,_0x2264a1:0x19,_0x2d5a96:0x5f,_0x3f43b2:0x3e8,_0x5cf0a4:0x434,_0x500f7b:0xb2,_0x768c31:0xb2,_0x23a895:0x65,_0x2b1cd4:0x12,_0x40deac:0x2e,_0x220c76:0x1b,_0x40de75:0x453,_0x4b2a30:0xf,_0x4f97ed:0x55,_0xc8577e:0x52,_0x274c89:0x42,_0x4bd5ae:0x16,_0x48c86b:0x46b,_0x238e1f:0x41d,_0x1ec3c4:0x3a0,_0x3c8bcf:0x3ef,_0x2dd5dc:0x3f6,_0x26f583:0x3a1,_0x1920cb:0x3f6,_0x4481d5:0x3fe,_0x29d2ce:0x3fa,_0x52d849:0x3b2,_0x246dc3:0x45a,_0x116cac:0x3da,_0x2b261b:0x13,_0x3e6883:0x48,_0x2a187f:0x49a,_0x1eae9b:0x47b,_0x5f0cf3:0x4cf,_0x5e0c6f:0x99,_0x53638c:0x5a,_0x4d9ae4:0x3af,_0xf08521:0x40b,_0x34f86d:0x3f7,_0x4aa680:0x3b4,_0x16f77a:0x3b4,_0x25994a:0x81,_0x51e98c:0x25,_0xd14e41:0x67,_0x67c0a0:0x6b,_0xc223d7:0x9f,_0x67557e:0x3e8,_0x4ec9e6:0x73,_0x164353:0x51,_0x5d9740:0x4e7,_0x401141:0x448,_0x47c46a:0x4a4,_0x4b651f:0x4f6,_0x2e22d2:0x31,_0xd59707:0xa7,_0x34dfff:0x48,_0x4d42fd:0xa8,_0x34e60d:0x57,_0x243a7f:0x53,_0x241dce:0x48,_0x163f5d:0x44,_0x258a92:0x86,_0x61f6c3:0x4d6,_0x2b694d:0x15,_0x29c35f:0x19,_0x152f0f:0x3ce,_0x406a1c:0x462,_0x5074f3:0x405,_0x45a244:0x44f,_0xc020b1:0x5d,_0xfc2425:0x4,_0x26dd70:0x4c,_0x30d657:0x456,_0x1b3fcb:0x45f,_0x190826:0x474,_0x21398c:0x44c},_0x331e48={_0x5d8406:0x134},_0x5f1095={_0xcd130:0x482,_0x249645:0x146},_0x2a15b8={'ieqbl':function(_0x56b1cd,_0x58e372,_0x4d89cd){return _0x56b1cd(_0x58e372,_0x4d89cd);},'PcLzL':function(_0xe8ac27,_0x1f0af7){return _0xe8ac27!==_0x1f0af7;},'Aoddx':_0x21969b(0x18,0x3,-0x1c,-0x27),'ZQJyP':_0x21969b(_0x495843._0x22a9eb,0x17,-0x18,_0x495843._0x4af0b2),'fVpRb':_0x21969b(-0x1b,-_0x495843._0xbd4b16,_0x495843._0x4777de,_0x495843._0x2e9698)+_0x161799(_0x495843._0x12b23c,_0x495843._0x4ea09a,0x494,0x4d8)+'uired','dCBJT':function(_0x5d5c4b,_0x7c6623){return _0x5d5c4b(_0x7c6623);},'PwIjR':function(_0x2d8df1,_0x3289f5){return _0x2d8df1!==_0x3289f5;},'dTbiH':_0x21969b(_0x495843._0x34347e,_0x495843._0x41bc28,0x96,0x3c),'RrrbV':function(_0x85f84a,_0x2e4075){return _0x85f84a===_0x2e4075;},'YmBXH':'XijBN','vWTtp':_0x161799(_0x495843._0xcac504,_0x495843._0x8ce74a,0x43f,0x436),'gLSxx':function(_0x90e71b,_0x304719,_0x8b0cee){return _0x90e71b(_0x304719,_0x8b0cee);}},_0x27aaad=_0x338832[_0x21969b(_0x495843._0x44aeea,0x5f,-_0x495843._0x9e59d6,0x4a)]||_0x470352;if(!_0x39f849){if(_0x2a15b8['PcLzL'](_0x2a15b8['Aoddx'],_0x2a15b8[_0x161799(0x440,0x466,0x44c,0x3eb)]))throw new Error(_0x161799(0x3f5,0x434,_0x495843._0x278710,0x45d)+'\x20required');else _0x27d164[_0x21969b(0x3e,-0x12,0x1f,-0xc)+_0x21969b(0x8b,0x27,_0x495843._0x42c5bc,0x2e)]=_0x2a15b8[_0x161799(0x48c,0x466,_0x495843._0x14cbd4,0x47b)](_0x2bfe21,_0x5e66e8[_0x21969b(-_0x495843._0x331bdd,-_0x495843._0x899ac5,_0x495843._0x22647f,-_0x495843._0x42220d)+_0x161799(_0x495843._0x2dc25f,_0x495843._0x5d2824,_0x495843._0x591640,0x49f)],_0x563336);}if(!_0x9ad7f0)throw new Error(_0x2a15b8[_0x21969b(-_0x495843._0x2d20db,0x1f,-0x4,-_0x495843._0x181a4c)]);if(!_0x467454?.['access_tok'+'en'])throw new Error(_0x161799(0x3e4,0x423,0x408,_0x495843._0x3f66a9)+'en\x20is\x20requ'+_0x161799(0x507,0x4f0,_0x495843._0x5711c4,_0x495843._0x162d2a));const _0x62212f=await getEncryptionKey(_0x338832),_0x18aa2a=await _0x2a15b8['dCBJT'](loadTokenStorage,_0x338832);!_0x18aa2a[_0x21969b(-0x8a,-0x7d,-0x39,-0x6d)]&&(_0x18aa2a['tokens']={});!_0x18aa2a[_0x161799(_0x495843._0x116baf,_0x495843._0x2fd1c7,0x3e8,0x3fc)][_0x39f849]&&(_0x21969b(0x31,-_0x495843._0x6476f4,_0x495843._0x33fb95,0x17)!==_0x161799(_0x495843._0x96ad92,0x412,_0x495843._0x23e9af,_0x495843._0x53ff5c)?_0x22bcb7['github_log'+'in']=_0x52b702[_0x21969b(-0x2a,-_0x495843._0x3b73ce,-_0x495843._0x2264a1,-_0x495843._0x2d5a96)+'in']:_0x18aa2a[_0x161799(0x3cd,0x3da,_0x495843._0x3f43b2,0x410)][_0x39f849]={});const _0x102b42={'access_token':_0x2a15b8[_0x161799(0x406,_0x495843._0x5cf0a4,0x44f,0x424)](encrypt,_0x467454['access_tok'+'en'],_0x62212f),'connected_at':new Date()[_0x21969b(-_0x495843._0x500f7b,-_0x495843._0x768c31,-0xba,-_0x495843._0x23a895)+'g']()};_0x467454[_0x21969b(_0x495843._0x2b1cd4,-0x33,_0x495843._0x40deac,-0xc)+_0x21969b(0x26,0xb,_0x495843._0x220c76,0x2e)]&&(_0x102b42['refresh_to'+_0x161799(0x4bb,_0x495843._0x40de75,_0x495843._0x591640,0x426)]=encrypt(_0x467454['refresh_to'+'ken'],_0x62212f));function _0x161799(_0x429878,_0x3cc08e,_0x240cc9,_0x43ecbc){return _0x2a8e9b(_0x240cc9-_0x5f1095._0xcd130,_0x429878,_0x240cc9-0x1f3,_0x43ecbc-_0x5f1095._0x249645);}if(_0x467454['expires_at']){if(_0x2a15b8[_0x21969b(-0x73,_0x495843._0x4b2a30,-_0x495843._0x4f97ed,-_0x495843._0xc8577e)](_0x2a15b8[_0x21969b(-0x22,0x3d,-_0x495843._0x274c89,_0x495843._0x4bd5ae)],_0x2a15b8[_0x161799(0x4c2,0x48d,_0x495843._0x48c86b,0x47b)])){const _0x1ee861={};_0x1ee861[_0x161799(_0x495843._0x238e1f,_0x495843._0x1ec3c4,_0x495843._0x3c8bcf,0x398)]=!![],_0x1ee861['expires_at']=_0x24773e['expires_at'],_0x1ee861['github_log'+'in']=_0x3bfe13[_0x161799(_0x495843._0x2dd5dc,_0x495843._0x26f583,_0x495843._0x1920cb,0x3fe)+'in'],_0x1ee861[_0x161799(0x3dc,0x3c9,_0x495843._0x4481d5,_0x495843._0x29d2ce)+_0x161799(_0x495843._0x52d849,_0x495843._0x246dc3,0x40d,_0x495843._0x116cac)]=_0x4f6ce3['azure_user'+_0x21969b(_0x495843._0x2b261b,-0x4,-0x3a,-_0x495843._0x3e6883)],_0x1ee861[_0x161799(_0x495843._0x2a187f,0x462,_0x495843._0x1eae9b,_0x495843._0x5f0cf3)+'at']=_0xb4b705['connected_'+'at'],_0x59cf12[_0x45c894]=_0x1ee861;}else _0x102b42['expires_at']=_0x467454[_0x21969b(_0x495843._0x5e0c6f,_0x495843._0x53638c,0x82,_0x495843._0x6476f4)];}_0x467454[_0x161799(_0x495843._0x4d9ae4,_0x495843._0xf08521,0x3f6,_0x495843._0x34f86d)+'in']&&(_0x2a15b8[_0x161799(_0x495843._0x4aa680,_0x495843._0x16f77a,0x3f2,_0x495843._0x29d2ce)](_0x2a15b8[_0x21969b(-0x96,-_0x495843._0x25994a,-_0x495843._0x51e98c,-_0x495843._0xd14e41)],_0x2a15b8[_0x21969b(0x6,-_0x495843._0x67c0a0,-_0x495843._0xc223d7,-0x54)])?_0x511b25[_0x161799(0x444,0x447,_0x495843._0x67557e,0x3db)][_0x5a0e04]={}:_0x102b42[_0x21969b(-0x48,-_0x495843._0x4ec9e6,-_0x495843._0x164353,-0x5f)+'in']=_0x467454['github_log'+'in']);_0x467454[_0x161799(0x48a,0x48e,0x4a2,_0x495843._0x5d9740)+'r_id']&&(_0x102b42[_0x161799(_0x495843._0x401141,0x4c3,0x4a2,0x454)+'r_id']=_0x467454[_0x161799(_0x495843._0x47c46a,_0x495843._0x4b651f,0x4a2,0x46e)+_0x21969b(-0x14,-0x13,_0x495843._0x2e22d2,0x13)]);_0x467454['azure_user'+_0x21969b(-_0x495843._0xd59707,-0x86,-0x84,-_0x495843._0x34dfff)]&&(_0x102b42[_0x21969b(-_0x495843._0x4d42fd,-0x66,-_0x495843._0x9e59d6,-_0x495843._0x34e60d)+_0x21969b(-0x35,-0x45,-_0x495843._0x243a7f,-_0x495843._0x241dce)]=_0x467454[_0x21969b(0xd,-_0x495843._0x163f5d,-_0x495843._0x258a92,-0x57)+'name']);_0x18aa2a['tokens'][_0x39f849][_0x9ad7f0]=_0x102b42;function _0x21969b(_0x7edf37,_0x422b6b,_0x5507ec,_0x5f0d30){return _0x2a8e9b(_0x5f0d30-0x2d,_0x422b6b,_0x5507ec-0x46,_0x5f0d30-_0x331e48._0x5d8406);}await _0x2a15b8[_0x161799(0x43e,_0x495843._0x61f6c3,0x473,0x43b)](saveTokenStorage,_0x18aa2a,_0x338832);const _0x190524={};_0x190524[_0x21969b(-0x15,_0x495843._0x34e60d,_0x495843._0x2b694d,_0x495843._0x29c35f)]=_0x39f849,_0x190524['providerNa'+'me']=_0x9ad7f0,_0x190524['hasRefresh'+'Token']=!!_0x467454['refresh_to'+_0x21969b(0x62,-0x8,0x92,0x2e)],_0x190524[_0x161799(_0x495843._0x152f0f,_0x495843._0x406a1c,_0x495843._0x5074f3,_0x495843._0x45a244)]=_0x467454[_0x161799(0x4e9,0x4eb,0x49b,_0x495843._0x246dc3)],_0x27aaad[_0x21969b(-0xa2,-_0x495843._0xc020b1,_0x495843._0xfc2425,-_0x495843._0x26dd70)](_0x21969b(-0x1a,0x86,0x80,0x39)+_0x161799(_0x495843._0x30d657,_0x495843._0x1b3fcb,_0x495843._0x190826,_0x495843._0x21398c)+'\x20user',_0x190524);}export async function updateUserGitToken(_0x495395,_0x530d94,_0x16b5a5,_0x264db8={}){const _0x19a11e={_0x24833e:0x4f,_0x595be1:0xf,_0x921337:0x2e,_0x1836cf:0x5d,_0x909265:0x88,_0x16a65d:0x4b0,_0x3d044f:0x486,_0x4d52e7:0x33,_0x508dcd:0x43,_0x12fe77:0x487,_0x374d92:0x51,_0x1b434f:0x16,_0x57ed9d:0x87,_0x3ccd4a:0x7f,_0x2dc756:0xbb,_0x2a036d:0x85,_0x10dbb5:0x78,_0x3cbcc4:0x71,_0x2505bb:0xfe,_0xff33ef:0xc1,_0x5459c5:0xe1,_0x355775:0x64,_0x57b750:0xdc,_0x55fb05:0x76,_0x45a942:0x24,_0x1ae87d:0xa,_0x1f4ac6:0x430,_0x7ad1fd:0x476,_0x2f9328:0x3f3,_0x328b16:0x35,_0x510a10:0x6f,_0x510b91:0xa7,_0x47539a:0x496,_0x46b293:0x450,_0x37cdd2:0x45c,_0x492696:0x41d,_0x109849:0x423,_0xeba0c4:0x47b,_0x853866:0x45f,_0x23520e:0x123,_0x209900:0xac,_0x549af6:0x43c,_0x2fac74:0xa5,_0x5c2efe:0xe3,_0x1ab6c7:0xf3,_0x5f0018:0xa5,_0x328bd6:0xf6,_0x5954e8:0x3bd,_0x337c88:0x415,_0x39ad3b:0xae,_0x577a18:0xbc,_0x2b5d52:0x72,_0xab740f:0x3fb,_0x848ce:0x3ac,_0x13f1fd:0x40b,_0x981623:0xad,_0x149888:0x75,_0x176d18:0xeb,_0x2ecb18:0x9e,_0x3a526e:0xc0,_0x579081:0x74,_0x12f70b:0x75,_0x189c8c:0xab,_0x197e63:0x3f3,_0x476ab6:0x42b,_0x5122b9:0x62,_0x1aa328:0x41,_0x79a24b:0xb6,_0x39d36a:0x49b,_0x5853fa:0x44f,_0x296fe4:0x44c,_0x2e76d4:0x7c,_0x2b836e:0x6,_0x729eb6:0x4a7,_0x4bbd89:0x47d,_0x3c8b65:0x46e,_0x47c648:0x1a,_0x87f24f:0x9,_0x55af37:0x35,_0x458568:0x4b3,_0x529073:0x50b,_0xbe9d7:0x512,_0x5beb23:0x1d,_0x287a50:0x10,_0x48ac24:0x66,_0x50c26b:0x4ca,_0x2eb10a:0x469,_0x430fcd:0x4eb,_0x253999:0x10e,_0x57261f:0xcd,_0x21f7bd:0xb7,_0x998673:0xc4},_0x4cea92={_0x5e8087:0x83},_0x1d426c={'jmJQQ':function(_0x3faec3,_0x219dc0){return _0x3faec3||_0x219dc0;},'TENtu':function(_0x31dbcb,_0x1241b5){return _0x31dbcb!==_0x1241b5;},'eXPIX':function(_0x86c109,_0x15c8cf){return _0x86c109(_0x15c8cf);},'AuNRq':function(_0x440d21,_0x49f63e){return _0x440d21===_0x49f63e;},'HUznf':_0xfc1ec6(-_0x19a11e._0x24833e,-0x7,-_0x19a11e._0x595be1,-_0x19a11e._0x921337),'CKkFP':function(_0x11657f,_0x333254,_0xb9b343){return _0x11657f(_0x333254,_0xb9b343);},'tKBrb':function(_0x1ebb0f,_0x20a4cd){return _0x1ebb0f!==_0x20a4cd;},'gLWFd':'QpLeI','ViCrC':_0xfc1ec6(-_0x19a11e._0x1836cf,-_0x19a11e._0x909265,-0x75,-0x39)+'t\x20token\x20fo'+_0x14b36c(_0x19a11e._0x16a65d,0x4e1,0x4d8,0x4b8)},_0x5f16c0=_0x264db8[_0x14b36c(0x4b7,0x4e7,0x492,_0x19a11e._0x3d044f)]||_0x470352;if(_0x1d426c[_0xfc1ec6(-0x7e,-_0x19a11e._0x4d52e7,0x11,-_0x19a11e._0x508dcd)](!_0x495395,!_0x530d94)){if(_0x1d426c[_0x14b36c(0x4ab,_0x19a11e._0x12fe77,0x490,0x477)](_0xfc1ec6(-_0x19a11e._0x374d92,-0x49,-_0x19a11e._0x1b434f,-_0x19a11e._0x57ed9d),_0xfc1ec6(-0x41,-_0x19a11e._0x3ccd4a,-0x9f,-_0x19a11e._0x2dc756)))throw new Error(_0xfc1ec6(-_0x19a11e._0x2a036d,-0x4d,-_0x19a11e._0x10dbb5,-0x97)+_0xfc1ec6(-0x23,-0x79,-0x53,-0xd6)+_0xfc1ec6(-0x34,-_0x19a11e._0x3cbcc4,-0x34,-0x35)+'required');else{const _0x3c6169={};_0x3c6169[_0xfc1ec6(-_0x19a11e._0x2505bb,-_0x19a11e._0xff33ef,-_0x19a11e._0x5459c5,-_0x19a11e._0x355775)]=_0x1a6e9a['message'],_0x20a5c3['error']('Failed\x20to\x20'+_0xfc1ec6(-_0x19a11e._0x57b750,-0x8c,-0xde,-_0x19a11e._0x55fb05)+_0xfc1ec6(-0x72,-_0x19a11e._0x45a942,_0x19a11e._0x1ae87d,-0x2e)+_0x14b36c(_0x19a11e._0x1f4ac6,0x447,_0x19a11e._0x7ad1fd,_0x19a11e._0x2f9328),_0x3c6169);throw new _0x159488('Failed\x20to\x20'+_0xfc1ec6(-_0x19a11e._0x328b16,-_0x19a11e._0x510a10,-_0x19a11e._0x510b91,-0x8a)+_0x14b36c(_0x19a11e._0x47539a,_0x19a11e._0x46b293,0x43b,_0x19a11e._0x37cdd2)+_0x14b36c(0x445,_0x19a11e._0x492696,0x492,_0x19a11e._0x109849)+_0x1a89f8['message']);}}const _0x48e911=await getEncryptionKey(_0x264db8);function _0x14b36c(_0x3bafa5,_0xffc127,_0x16519f,_0x14ef52){return _0x2a8e9b(_0x3bafa5-0x49a,_0xffc127,_0x16519f-_0x4cea92._0x5e8087,_0x14ef52-0x42);}const _0x58a432=await _0x1d426c[_0x14b36c(0x4bb,0x4ff,_0x19a11e._0xeba0c4,_0x19a11e._0x853866)](loadTokenStorage,_0x264db8),_0x1f3075=_0x58a432[_0xfc1ec6(-_0x19a11e._0x23520e,-0xc3,-0x6a,-_0x19a11e._0x209900)]?.[_0x495395]?.[_0x530d94];if(!_0x1f3075){if(_0x1d426c[_0x14b36c(0x426,0x3de,_0x19a11e._0x549af6,0x417)](_0x1d426c[_0xfc1ec6(-0x71,-_0x19a11e._0x2fac74,-_0x19a11e._0x5c2efe,-_0x19a11e._0x1ab6c7)],_0x1d426c[_0xfc1ec6(-0xd3,-_0x19a11e._0x5f0018,-0x57,-_0x19a11e._0x328bd6)]))throw new Error(_0x14b36c(0x3fc,_0x19a11e._0x5954e8,_0x19a11e._0x337c88,0x40a)+_0xfc1ec6(-0xba,-_0x19a11e._0x39ad3b,-0x110,-0x7e)+'r\x20user\x20'+_0x495395+(_0xfc1ec6(-0x41,-0x68,-_0x19a11e._0x577a18,-_0x19a11e._0x2b5d52)+_0x14b36c(_0x19a11e._0xab740f,_0x19a11e._0x848ce,0x408,0x3c3))+_0x530d94);else _0x369a97[_0x14b36c(0x416,0x3c7,_0x19a11e._0x13f1fd,0x409)+'name']=_0xd450f[_0xfc1ec6(-0xdc,-_0x19a11e._0x981623,-_0x19a11e._0x149888,-0xa2)+_0xfc1ec6(-_0x19a11e._0x176d18,-_0x19a11e._0x2ecb18,-0x88,-_0x19a11e._0x3a526e)];}_0x16b5a5[_0xfc1ec6(-0xd9,-_0x19a11e._0x579081,-0x81,-_0x19a11e._0x12f70b)+'en']&&(_0x1f3075[_0xfc1ec6(-_0x19a11e._0x189c8c,-0x74,-0xb7,-0xbc)+'en']=encrypt(_0x16b5a5[_0x14b36c(0x44f,_0x19a11e._0x197e63,_0x19a11e._0x476ab6,0x48e)+'en'],_0x48e911));_0x16b5a5[_0xfc1ec6(-0x3f,-_0x19a11e._0x5122b9,-_0x19a11e._0x1aa328,-_0x19a11e._0x79a24b)+_0x14b36c(_0x19a11e._0x39d36a,_0x19a11e._0x5853fa,0x4b4,0x4ac)]&&(_0x1f3075['refresh_to'+_0x14b36c(_0x19a11e._0x39d36a,0x465,0x4e2,_0x19a11e._0x296fe4)]=_0x1d426c[_0xfc1ec6(-0xa7,-_0x19a11e._0x2e76d4,-0xd7,-0x54)](encrypt,_0x16b5a5['refresh_to'+_0xfc1ec6(-0x3f,-0x28,-_0x19a11e._0x2b836e,0x1f)],_0x48e911));_0x1d426c[_0x14b36c(0x4ae,_0x19a11e._0x729eb6,_0x19a11e._0x4bbd89,_0x19a11e._0x3c8b65)](_0x16b5a5[_0xfc1ec6(_0x19a11e._0x47c648,-0x10,-_0x19a11e._0x87f24f,-0x18)],undefined)&&(_0x1d426c[_0xfc1ec6(0x2a,-0x15,0x3f,-_0x19a11e._0x55af37)](_0x14b36c(0x433,0x404,0x497,0x3d3),_0x1d426c['gLWFd'])?_0x5bc984['expires_at']=_0x225d2a[_0x14b36c(_0x19a11e._0x458568,0x462,0x47f,_0x19a11e._0x529073)]:_0x1f3075[_0x14b36c(0x4b3,_0x19a11e._0xbe9d7,0x47a,0x503)]=_0x16b5a5[_0xfc1ec6(-_0x19a11e._0x5beb23,-_0x19a11e._0x287a50,-0x63,-_0x19a11e._0x48ac24)]);function _0xfc1ec6(_0x1f46b5,_0x14bc29,_0x2b3f1c,_0x72972a){return _0x1ca951(_0x14bc29- -0x75,_0x14bc29-0x171,_0x72972a,_0x72972a-0x4f);}await saveTokenStorage(_0x58a432,_0x264db8);const _0x4ad4de={};_0x4ad4de[_0x14b36c(_0x19a11e._0x3d044f,0x435,_0x19a11e._0x50c26b,_0x19a11e._0x2eb10a)]=_0x495395,_0x4ad4de[_0x14b36c(0x49a,_0x19a11e._0x430fcd,0x47f,0x448)+'me']=_0x530d94,_0x5f16c0['debug'](_0x1d426c[_0xfc1ec6(-_0x19a11e._0x253999,-_0x19a11e._0x57261f,-_0x19a11e._0x21f7bd,-_0x19a11e._0x998673)],_0x4ad4de);}export async function deleteUserGitToken(_0x587f30,_0x319845,_0x44ba74={}){const _0x9ba705={_0x314ee4:0x527,_0x176e35:0x529,_0x7ae157:0x4cc,_0x28ec4a:0x3e7,_0x75ed23:0x3ee,_0x32fa5b:0x43e,_0x1258aa:0x404,_0x29fa56:0x43b,_0xf21b4a:0x433,_0x1a15b5:0x4e0,_0x4c5c90:0x48d,_0xd7be4f:0x43c,_0x1af63d:0x49b,_0x743ced:0x45f,_0x533d5f:0x448,_0x33c108:0x422,_0x1dfb5c:0x440,_0x56d6ba:0x439,_0x5006f1:0x431,_0x1e71ab:0x3ae,_0x5330dc:0x39b,_0x171f59:0x39f,_0x1a6ce9:0x3e9,_0xbbdcb6:0x445,_0x46d19a:0x4ba,_0xab4e99:0x4f6,_0x5bd0a7:0x4bc,_0x29edb1:0x40a,_0x393334:0x448,_0x2e6c1f:0x48e,_0x8b80f8:0x4a7,_0x1cefb2:0x446,_0x11074c:0x46f,_0x4ccf68:0x3dd,_0x20c9c3:0x4eb,_0x323dcc:0x48c,_0x1e1912:0x41a,_0x1ab600:0x3d8,_0x2a0d18:0x454,_0x2e0847:0x3e2,_0x3b1863:0x4ca,_0x28a203:0x4a3,_0x14a1e7:0x432},_0x4df5d7={_0x5bfcf2:0x152,_0x456357:0xec},_0x403b34={_0x5a1474:0x15d};function _0x210dd6(_0x49f2bd,_0x4e0119,_0x41e43b,_0x2e0c7a){return _0x2a8e9b(_0x4e0119-0x433,_0x49f2bd,_0x41e43b-_0x403b34._0x5a1474,_0x2e0c7a-0xd);}const _0x448f96={'mbPjp':function(_0x42cf48,_0x41592e){return _0x42cf48!==_0x41592e;},'lnOrB':_0x210dd6(0x38a,0x3ca,0x416,0x3c5),'PTPZC':function(_0x3f6b17,_0x45dd76){return _0x3f6b17(_0x45dd76);},'SqRBO':function(_0x6cd54d,_0x3d1a76,_0x458cba){return _0x6cd54d(_0x3d1a76,_0x458cba);}},_0x6a0208=_0x44ba74[_0x973511(_0x9ba705._0x314ee4,_0x9ba705._0x176e35,0x48b,_0x9ba705._0x7ae157)]||_0x470352;if(!_0x587f30||!_0x319845){if(_0x448f96[_0x973511(_0x9ba705._0x28ec4a,_0x9ba705._0x75ed23,0x430,0x43d)](_0x448f96[_0x210dd6(_0x9ba705._0x32fa5b,_0x9ba705._0x1258aa,_0x9ba705._0x29fa56,_0x9ba705._0xf21b4a)],_0x973511(0x45f,_0x9ba705._0x1a15b5,0x4cc,_0x9ba705._0x4c5c90)))throw new Error(_0x210dd6(0x46c,0x40f,0x3d9,0x46e)+_0x973511(_0x9ba705._0xd7be4f,0x4ba,_0x9ba705._0x1af63d,_0x9ba705._0x743ced)+_0x973511(_0x9ba705._0x533d5f,_0x9ba705._0x33c108,0x41a,0x467)+_0x973511(_0x9ba705._0x1dfb5c,0x403,_0x9ba705._0x56d6ba,_0x9ba705._0x5006f1));else{const _0x6a1577={};_0x6a1577[_0x210dd6(_0x9ba705._0x1e71ab,_0x9ba705._0x5330dc,0x39b,0x381)]=_0x3318ee[_0x210dd6(_0x9ba705._0x171f59,_0x9ba705._0x1a6ce9,0x388,_0x9ba705._0x32fa5b)],_0x536895['error'](_0x973511(0x488,_0x9ba705._0xbbdcb6,0x4a8,0x463)+_0x973511(_0x9ba705._0x46d19a,_0x9ba705._0xab4e99,_0x9ba705._0x5bd0a7,0x4d2)+_0x210dd6(_0x9ba705._0x29edb1,0x412,0x42e,_0x9ba705._0x393334),_0x6a1577);throw _0x138cbc;}}const _0x3182e9=await _0x448f96[_0x973511(0x45b,_0x9ba705._0x2e6c1f,0x4dd,_0x9ba705._0x8b80f8)](loadTokenStorage,_0x44ba74);if(!_0x3182e9[_0x973511(0x427,_0x9ba705._0x1cefb2,0x44f,0x415)]?.[_0x587f30]?.[_0x319845])return![];function _0x973511(_0x26ffdc,_0xb04b,_0xc0a17,_0x278f59){return _0x1ca951(_0x278f59-0x463,_0xb04b-_0x4df5d7._0x5bfcf2,_0xc0a17,_0x278f59-_0x4df5d7._0x456357);}delete _0x3182e9[_0x210dd6(0x3d8,0x399,0x3c8,0x349)][_0x587f30][_0x319845];Object[_0x973511(_0x9ba705._0x11074c,0x457,0x4d4,0x4bc)](_0x3182e9['tokens'][_0x587f30])['length']===-0x2*0xf19+0x931*-0x3+-0x283*-0x17&&delete _0x3182e9[_0x973511(0x43d,_0x9ba705._0x4ccf68,0x430,0x415)][_0x587f30];await _0x448f96['SqRBO'](saveTokenStorage,_0x3182e9,_0x44ba74);const _0x3492b2={};return _0x3492b2[_0x973511(_0x9ba705._0x20c9c3,_0x9ba705._0x323dcc,0x49b,_0x9ba705._0x1af63d)]=_0x587f30,_0x3492b2[_0x210dd6(0x44c,_0x9ba705._0xf21b4a,_0x9ba705._0x1e1912,_0x9ba705._0x1ab600)+'me']=_0x319845,_0x6a0208[_0x973511(_0x9ba705._0x2a0d18,0x42e,_0x9ba705._0x2e0847,0x436)](_0x973511(0x4b7,0x46e,_0x9ba705._0x3b1863,_0x9ba705._0x28a203)+'t\x20token\x20fo'+_0x210dd6(_0x9ba705._0x14a1e7,0x449,0x44e,0x430),_0x3492b2),!![];}function _0x2a8e9b(_0x3879f8,_0x5d7b86,_0x404c4b,_0x89f735){return _0x1c68(_0x3879f8- -0x1c7,_0x5d7b86);}export function isTokenExpiringSoon(_0x222a01,_0x8d5d7e=0x72e+0xcec+0x9fe*-0x2){const _0xa241c5={_0x581dd1:0x82,_0x3b3eca:0x94,_0x9a13ac:0xa0,_0x2420c9:0x51,_0x1bc69e:0x88,_0x4fb5a9:0x49,_0x14ba80:0x46,_0xdff302:0x4ea,_0x4999fa:0x4ac,_0x1ca65c:0x559,_0xbc3b34:0x503,_0x23763f:0x7f,_0x836e32:0x6e,_0x2523d2:0xb7,_0x45f8a6:0x57e,_0x5c2f0d:0x56d,_0x4432c8:0x579,_0x46a103:0x514,_0x48a934:0x539,_0x25d083:0x593},_0x79d0d8={_0x269374:0x79},_0x3c35bd={_0x4c1f06:0x91,_0xad9cc4:0xd},_0x4f8b84={};_0x4f8b84[_0x218e16(-_0xa241c5._0x581dd1,-_0xa241c5._0x3b3eca,-_0xa241c5._0x9a13ac,-_0xa241c5._0x2420c9)]=function(_0x27562f,_0x1cb5c4){return _0x27562f!==_0x1cb5c4;},_0x4f8b84[_0x218e16(-_0xa241c5._0x1bc69e,-_0xa241c5._0x4fb5a9,-0xe9,-_0xa241c5._0x14ba80)]='nbTdg';function _0x218e16(_0x54428b,_0x3480a3,_0x3f2586,_0x51775b){return _0x1ca951(_0x54428b- -0xaf,_0x3480a3-_0x3c35bd._0x4c1f06,_0x3480a3,_0x51775b-_0x3c35bd._0xad9cc4);}_0x4f8b84[_0x5074d6(_0xa241c5._0xdff302,0x4e7,0x4ef,_0xa241c5._0x4999fa)]=function(_0x33e1ca,_0x1f9694){return _0x33e1ca*_0x1f9694;},_0x4f8b84[_0x5074d6(_0xa241c5._0x1ca65c,_0xa241c5._0xbc3b34,0x584,0x543)]=function(_0x4d30e5,_0x1c0d12){return _0x4d30e5<=_0x1c0d12;};const _0x1d6d53=_0x4f8b84;function _0x5074d6(_0x266900,_0x14a086,_0x31c19d,_0x2b51ba){return _0x2a8e9b(_0x266900-0x571,_0x14a086,_0x31c19d-0x48,_0x2b51ba-_0x79d0d8._0x269374);}if(!_0x222a01)return _0x1d6d53['TxmuW'](_0x1d6d53[_0x218e16(-0x88,-_0xa241c5._0x23763f,-_0xa241c5._0x836e32,-_0xa241c5._0x2523d2)],_0x5074d6(0x564,_0xa241c5._0x45f8a6,0x5ba,0x50b))?{}:![];const _0x127f44=new Date(_0x222a01)[_0x5074d6(0x514,_0xa241c5._0x5c2f0d,_0xa241c5._0x4432c8,_0xa241c5._0x46a103)](),_0x40a7d8=Date[_0x5074d6(_0xa241c5._0x48a934,0x51d,0x52c,_0xa241c5._0x25d083)](),_0x4f423e=_0x1d6d53['GyjWC'](_0x8d5d7e*(-0xe66+0xa90+0x209*0x2),-0x1fd0+0x1dfa+0x5be);return _0x1d6d53[_0x218e16(-0x7b,-0xad,-0x5c,-0xe0)](_0x127f44-_0x40a7d8,_0x4f423e);}export function isTokenExpired(_0x4d6af1){const _0x378991={_0x107e1f:0x452},_0x5806bf={_0xcea590:0x425};if(!_0x4d6af1)return![];function _0x33829f(_0x51ff9d,_0x3afae7,_0x212876,_0x273583){return _0x2a8e9b(_0x212876-_0x5806bf._0xcea590,_0x51ff9d,_0x212876-0x16c,_0x273583-0x2a);}return new Date(_0x4d6af1)['getTime']()<Date[_0x33829f(_0x378991._0x107e1f,0x426,0x3ed,0x3b4)]();}export async function getUserConnectionStatus(_0x591913,_0x1dc47f={}){const _0x148c7d={_0x4466b8:0x94,_0xfafc5a:0x71,_0x4fbf8a:0x6e,_0x5b685f:0xf8,_0x35f90d:0xcd,_0x39f5dc:0xe8,_0x422a30:0x38,_0x1e2266:0x76,_0x11cd18:0x3c,_0x3106c9:0x148,_0x45de00:0x14c,_0xabfb48:0x116,_0x22eb24:0xc7,_0x16440e:0x122,_0x56b4a5:0xb4,_0x5e28c3:0xf3},_0x1df300={_0x150487:0xd1,_0x147968:0x89,_0xd0512c:0x16c},_0x57f528={_0x32279c:0xae,_0x5684e7:0x130},_0x3da3b2=await loadTokenStorage(_0x1dc47f),_0xf33d14=_0x3da3b2['tokens']?.[_0x591913];if(!_0xf33d14)return{};function _0x40eadb(_0x23a66c,_0x38ce2b,_0x12049d,_0x32503e){return _0x1ca951(_0x12049d-_0x57f528._0x32279c,_0x38ce2b-_0x57f528._0x5684e7,_0x23a66c,_0x32503e-0x77);}const _0x511ccf={};for(const [_0x57a174,_0x36832a]of Object['entries'](_0xf33d14)){const _0x163dfb={};_0x163dfb['connected']=!![],_0x163dfb['expires_at']=_0x36832a[_0x40eadb(0x16d,0xc3,0x113,0xde)],_0x163dfb[_0x40eadb(_0x148c7d._0x4466b8,_0x148c7d._0xfafc5a,_0x148c7d._0x4fbf8a,0xa)+'in']=_0x36832a[_0x4407a4(-0x111,-_0x148c7d._0x5b685f,-_0x148c7d._0x35f90d,-_0x148c7d._0x39f5dc)+'in'],_0x163dfb[_0x40eadb(_0x148c7d._0x422a30,0x91,_0x148c7d._0x1e2266,_0x148c7d._0x11cd18)+_0x4407a4(-0xfa,-0x15a,-0xae,-0xf2)]=_0x36832a['azure_user'+_0x4407a4(-0xfa,-_0x148c7d._0x3106c9,-0x15b,-_0x148c7d._0x45de00)],_0x163dfb[_0x40eadb(_0x148c7d._0xabfb48,_0x148c7d._0x22eb24,0xf3,_0x148c7d._0x16440e)+'at']=_0x36832a[_0x40eadb(_0x148c7d._0x56b4a5,0x111,_0x148c7d._0x5e28c3,0x12c)+'at'],_0x511ccf[_0x57a174]=_0x163dfb;}function _0x4407a4(_0x4c833c,_0x4f6059,_0x4b0ca2,_0x3956b3){return _0x1ca951(_0x4c833c- -_0x1df300._0x150487,_0x4f6059-_0x1df300._0x147968,_0x3956b3,_0x3956b3-_0x1df300._0xd0512c);}return _0x511ccf;}
|
|
1
|
+
(function(_0x2599ed,_0x35f582){const _0x4b04b3={_0x4531fa:0xcb,_0x320089:0x79,_0x22aa60:0x11d,_0x149040:0xc1,_0x3570d5:0xe2,_0x30dfc6:0xd3,_0x37d8ba:0x109,_0x4c86fa:0x15b,_0x876013:0xc4,_0x3dd713:0xf9,_0x100373:0x111,_0x37f3e2:0x13a,_0x446b06:0xc5,_0x1a016f:0x10e,_0x3e0bae:0x12c,_0x1a4379:0x13b,_0x31c45d:0x147,_0x56b558:0xc9,_0x34a5f7:0x162,_0x41ad0d:0xd9,_0x1f88d6:0xc7,_0x55f5a3:0x11a,_0x8ecd8:0x109};function _0x1e634a(_0x85e3e5,_0x3f4de9,_0x33e0e1,_0x1dc4f2){return _0x5546(_0x1dc4f2- -0x42,_0x33e0e1);}const _0x292321=_0x2599ed();function _0x2ca5d0(_0x3e5ce5,_0x28e9da,_0x48ec92,_0x2ffa3b){return _0x5546(_0x3e5ce5- -0x21d,_0x28e9da);}while(!![]){try{const _0x256d77=parseInt(_0x2ca5d0(-_0x4b04b3._0x4531fa,-0x85,-_0x4b04b3._0x320089,-_0x4b04b3._0x22aa60))/(-0x11*-0xe9+0xc7d+0x1a5*-0x11)*(parseInt(_0x1e634a(0xe4,0x125,0xc9,0x128))/(0xe99+-0x24*0x32+-0x183*0x5))+parseInt(_0x2ca5d0(-0xc4,-0xa4,-0x102,-_0x4b04b3._0x149040))/(-0x1473+0x21f1+-0x1ed*0x7)+-parseInt(_0x2ca5d0(-0xd7,-0x9d,-_0x4b04b3._0x3570d5,-_0x4b04b3._0x30dfc6))/(0x1ac1+0xcd*0x11+-0x285a)*(parseInt(_0x2ca5d0(-0x117,-_0x4b04b3._0x37d8ba,-_0x4b04b3._0x4c86fa,-0x115))/(-0x14a*0x3+-0x26cd+-0xaac*-0x4))+parseInt(_0x2ca5d0(-0x11f,-0x14d,-0x116,-_0x4b04b3._0x876013))/(-0x2549+0x1847+0xd08)*(-parseInt(_0x2ca5d0(-0x12a,-_0x4b04b3._0x3dd713,-0xe0,-_0x4b04b3._0x100373))/(-0x2c3+-0x123b+0x1505))+-parseInt(_0x1e634a(_0x4b04b3._0x37f3e2,0x155,_0x4b04b3._0x446b06,_0x4b04b3._0x1a016f))/(-0x1866+-0x107e+0x28ec)*(-parseInt(_0x2ca5d0(-_0x4b04b3._0x3e0bae,-_0x4b04b3._0x1a4379,-0x142,-_0x4b04b3._0x31c45d))/(-0x1683+-0x25ef+0x1429*0x3))+parseInt(_0x1e634a(_0x4b04b3._0x56b558,_0x4b04b3._0x34a5f7,_0x4b04b3._0x41ad0d,0x120))/(-0x1*0x1031+0x2*-0x97c+0x2333)*(parseInt(_0x1e634a(0xf1,0xb6,0xfe,_0x4b04b3._0x1f88d6))/(0x35*-0x8d+0x1218+-0x2*-0x592))+-parseInt(_0x1e634a(0x9a,0x10d,0xe6,0xc2))/(-0x5fe+-0x2*-0x4c6+0x1c1*-0x2)*(parseInt(_0x2ca5d0(-_0x4b04b3._0x55f5a3,-0xde,-0x16f,-_0x4b04b3._0x8ecd8))/(0x1*0x487+0x16*0x35+0x8*-0x121));if(_0x256d77===_0x35f582)break;else _0x292321['push'](_0x292321['shift']());}catch(_0x270141){_0x292321['push'](_0x292321['shift']());}}}(_0x26fd,0x9*0x7e6d+-0x1789d*-0x4+-0x9da*0xa9));import{promises as _0x5048b2}from'fs';function _0x5546(_0xb3b3ed,_0x59b7dc){_0xb3b3ed=_0xb3b3ed-(-0x15cc+0x235*-0x1+0x18e4);const _0x239f6a=_0x26fd();let _0x1b33c3=_0x239f6a[_0xb3b3ed];if(_0x5546['woyFZZ']===undefined){var _0x40d7f0=function(_0x2a7f20){const _0xc0e7aa='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0xef2c5a='',_0x1b2e99='';for(let _0x2f7895=-0x2213+0x7e3+-0xd18*-0x2,_0x381230,_0x442179,_0x52dd89=-0x1*-0x1d17+0x33c+-0x2053*0x1;_0x442179=_0x2a7f20['charAt'](_0x52dd89++);~_0x442179&&(_0x381230=_0x2f7895%(-0x13f*-0x13+0xae+-0x1f*0xc9)?_0x381230*(0x1801+-0x2*-0xf7f+-0x36bf*0x1)+_0x442179:_0x442179,_0x2f7895++%(0x1022*-0x2+-0x295*0xd+0x41d9))?_0xef2c5a+=String['fromCharCode'](0x68c*-0x3+-0x2508+0x83d*0x7&_0x381230>>(-(-0x67c+-0x1*-0x2197+-0x1b19*0x1)*_0x2f7895&-0x1a11+0x1988+0x8f)):-0x5b3*-0x4+-0x1*0x1151+0x57b*-0x1){_0x442179=_0xc0e7aa['indexOf'](_0x442179);}for(let _0x2695a7=-0x1127+0x1eb8+-0xd91,_0x5e87d9=_0xef2c5a['length'];_0x2695a7<_0x5e87d9;_0x2695a7++){_0x1b2e99+='%'+('00'+_0xef2c5a['charCodeAt'](_0x2695a7)['toString'](-0xc4a+0xeec+0x2f*-0xe))['slice'](-(0x1e8f*0x1+0xf94+-0x697*0x7));}return decodeURIComponent(_0x1b2e99);};_0x5546['VkVFsl']=_0x40d7f0,_0x5546['yHsdHT']={},_0x5546['woyFZZ']=!![];}const _0x2e2174=_0x239f6a[-0x65*-0x43+-0x402+-0x166d],_0x55487f=_0xb3b3ed+_0x2e2174,_0x58c7ae=_0x5546['yHsdHT'][_0x55487f];return!_0x58c7ae?(_0x1b33c3=_0x5546['VkVFsl'](_0x1b33c3),_0x5546['yHsdHT'][_0x55487f]=_0x1b33c3):_0x1b33c3=_0x58c7ae,_0x1b33c3;}import{existsSync}from'fs';import _0x4af74c from'path';import _0x404d3f from'crypto';import{DATA_DIR}from'./data-dir.js';function _0x184527(_0x2f43df,_0x47afc4,_0x1da1b2,_0x90b58c){const _0x1cd958={_0x4eeeb2:0x108};return _0x5546(_0x47afc4- -_0x1cd958._0x4eeeb2,_0x1da1b2);}import{logger as _0x31e1af}from'./logger.js';const TOKENS_FILE=_0x4c96fc(-0x2,-0x5f,-0xc,0x1e)+_0x184527(0x59,0x8d,0x51,0x77),ENCRYPTION_KEY_FILE='.git-oauth'+'-key';function _0x4c96fc(_0x4bdb25,_0x389a12,_0x118ed4,_0x8e97e0){const _0x360ecb={_0x4cc291:0xfb};return _0x5546(_0x118ed4- -_0x360ecb._0x4cc291,_0x389a12);}const ALGORITHM=_0x184527(0x2a,-0x14,-0x1,0x16)+'m',KEY_LENGTH=-0x2215+0xc*0x248+0xb*0x9f,IV_LENGTH=0xf18+-0x10da+0x1*0x1d2,AUTH_TAG_LENGTH=-0xd*-0xab+-0x1111+-0x2f*-0x2e;let encryptionKeyCache=null;async function getEncryptionKey(_0x7d3966={}){const _0x2c1b9b={_0x342755:0x443,_0x1163fc:0x3bf,_0x38e12f:0x418,_0x26d44f:0x3be,_0x5ebeb1:0x420,_0x570acb:0x3f3,_0x17dd19:0x3e2,_0x54b7ee:0x3bf,_0x3222cf:0x3cf,_0xe85be8:0x431,_0x231797:0x3bc,_0x225963:0x3ea,_0x1e3340:0x3d4,_0x4e12b7:0x37f,_0x1c3e17:0x459,_0x347355:0x409,_0x462cd9:0x418,_0x590885:0x3fc,_0x9ff59:0x3d7,_0x1582bc:0x3f9,_0x231fb2:0x39b,_0x40a32b:0x3e4,_0x3e6b61:0x393,_0x17103e:0x3b7,_0x2906db:0x455,_0x5d0b32:0x389,_0x18b991:0x395,_0x7c67e9:0x39c,_0x4b0fa9:0x350,_0x2f8cbd:0x382,_0x39b4b1:0x3f6,_0x24659d:0x42b,_0x197f79:0x429,_0x4ef238:0x3fd,_0xc730e:0x39f,_0x4c94f5:0x369,_0x977c24:0x3db,_0xddcb9d:0x442,_0x33ab69:0x3e7,_0x3cfb9a:0x3b9,_0x1da74a:0x408,_0xc42f5d:0x384,_0x58075f:0x3bd,_0x24ddaa:0x411,_0xde20ee:0x449,_0x2eb923:0x390,_0x1b79f6:0x3ef,_0x43b549:0x3d6,_0x4fdc90:0x3c4,_0x2394af:0x3dc,_0x178c7c:0x33b,_0x1e3360:0x357,_0x420e07:0x3d9,_0x5eb209:0x398,_0x416f34:0x3ab,_0x377298:0x40f,_0x564989:0x452,_0x3364b1:0x397,_0x5618c0:0x416,_0x3afb5f:0x39a,_0x142486:0x38e,_0x2ca791:0x3b4,_0x5444db:0x3c5,_0x96ec77:0x3f7,_0x227ab8:0x3e0,_0xcbde80:0x425,_0x41684f:0x3fb,_0xf60b9b:0x3cb,_0x21d8fc:0x3ce,_0x24e33a:0x411,_0x77a3b9:0x3c9,_0x44f0c2:0x3b1,_0x3257ba:0x40a,_0x4fe911:0x495,_0xaec695:0x456,_0x3c7f92:0x37b,_0x4bc1e1:0x37a,_0x4c1e24:0x40e,_0x33329d:0x419,_0x376508:0x3f8,_0x33649a:0x41c,_0x253a26:0x405,_0x1f3879:0x362,_0x215b60:0x3cd,_0x24a953:0x408,_0x15f6e0:0x37d,_0xedb46d:0x41f,_0x29847f:0x41f,_0x1de68c:0x48a,_0x2ab3b9:0x45e,_0xbf61bc:0x43d,_0x14f341:0x3d8,_0xbbda14:0x3f2,_0x522773:0x3fc,_0x16ffaf:0x444,_0x44d9e0:0x464,_0x4c226d:0x44e},_0x1b41f2={_0x1952f2:0x43},_0x4ee05f={_0x48930a:0x11,_0x11bb50:0x395},_0x4f28ba={'FIrrN':_0x5be2d3(_0x2c1b9b._0x342755,_0x2c1b9b._0x1163fc,0x3f7,0x3cf)+'en\x20is\x20requ'+'ired','GErIt':function(_0x22b734,_0x3a3203){return _0x22b734(_0x3a3203);},'QHAvT':_0x5be2d3(_0x2c1b9b._0x38e12f,0x3e2,_0x2c1b9b._0x26d44f,0x3e0),'ihpvQ':_0x5be2d3(_0x2c1b9b._0x5ebeb1,_0x2c1b9b._0x570acb,_0x2c1b9b._0x17dd19,_0x2c1b9b._0x54b7ee),'uUZaM':_0xdf122e(0x419,_0x2c1b9b._0x3222cf,0x3b1,0x404)+'\x20OAuth\x20enc'+_0x5be2d3(0x3de,0x37d,0x3b5,0x38b)+_0xdf122e(_0x2c1b9b._0xe85be8,0x424,_0x2c1b9b._0x231797,_0x2c1b9b._0x225963)+_0xdf122e(_0x2c1b9b._0x1e3340,0x32c,0x398,_0x2c1b9b._0x4e12b7)+'y','znSjd':_0x5be2d3(0x3cb,_0x2c1b9b._0x1c3e17,_0x2c1b9b._0x347355,_0x2c1b9b._0x570acb),'odUBg':_0x5be2d3(0x409,_0x2c1b9b._0x462cd9,_0x2c1b9b._0x590885,0x3d2)+_0x5be2d3(0x399,0x3a1,_0x2c1b9b._0x9ff59,_0x2c1b9b._0x1582bc)+_0x5be2d3(_0x2c1b9b._0x231fb2,_0x2c1b9b._0x40a32b,0x3e5,_0x2c1b9b._0x3e6b61)+_0x5be2d3(0x3f8,0x367,_0x2c1b9b._0x17103e,0x35f)+'\x20generatin'+_0x5be2d3(0x439,0x467,_0x2c1b9b._0x2906db,0x469),'zqrmD':'Generating'+_0xdf122e(_0x2c1b9b._0x5d0b32,0x3ba,0x381,_0x2c1b9b._0x18b991)+'Auth\x20encry'+_0xdf122e(0x33e,_0x2c1b9b._0x7c67e9,_0x2c1b9b._0x4b0fa9,_0x2c1b9b._0x2f8cbd),'gdJIo':_0xdf122e(_0x2c1b9b._0x39b4b1,_0x2c1b9b._0x24659d,_0x2c1b9b._0x590885,0x428)+'encryption'+'\x20key\x20saved'+_0xdf122e(0x408,_0x2c1b9b._0x197f79,0x40c,_0x2c1b9b._0x4ef238)+_0xdf122e(0x3ba,_0x2c1b9b._0xc730e,_0x2c1b9b._0x4c94f5,0x371)},_0x2fa860=_0x7d3966['logger']||_0x31e1af,_0x5e4154=_0x7d3966[_0xdf122e(_0x2c1b9b._0x977c24,0x395,_0x2c1b9b._0xddcb9d,_0x2c1b9b._0x33ab69)]||DATA_DIR;if(encryptionKeyCache)return encryptionKeyCache;const _0x6beb6f=_0x4af74c[_0xdf122e(0x34e,0x39c,_0x2c1b9b._0x3cfb9a,0x394)](_0x5e4154,ENCRYPTION_KEY_FILE);function _0xdf122e(_0xdfa545,_0x2e5c15,_0x516c80,_0x226565){return _0x184527(_0xdfa545-_0x4ee05f._0x48930a,_0x226565-_0x4ee05f._0x11bb50,_0x2e5c15,_0x226565-0x1cd);}if(_0x4f28ba['GErIt'](existsSync,_0x6beb6f))try{const _0x2d4069=await _0x5048b2[_0xdf122e(_0x2c1b9b._0x1da74a,0x3fb,_0x2c1b9b._0xc42f5d,_0x2c1b9b._0x58075f)](_0x6beb6f,_0x4f28ba[_0x5be2d3(_0x2c1b9b._0x24ddaa,0x475,_0x2c1b9b._0xde20ee,_0x2c1b9b._0x197f79)]);return encryptionKeyCache=Buffer[_0x5be2d3(_0x2c1b9b._0x2eb923,_0x2c1b9b._0x1b79f6,0x3c1,_0x2c1b9b._0x43b549)](_0x2d4069[_0xdf122e(_0x2c1b9b._0x4fdc90,_0x2c1b9b._0x2394af,0x3fb,0x40b)](),_0x4f28ba[_0xdf122e(_0x2c1b9b._0x178c7c,_0x2c1b9b._0x1e3360,_0x2c1b9b._0x420e07,_0x2c1b9b._0x5eb209)]),_0x2fa860[_0xdf122e(_0x2c1b9b._0x416f34,0x459,0x3b4,0x400)](_0x4f28ba[_0x5be2d3(_0x2c1b9b._0x377298,0x482,0x438,_0x2c1b9b._0x564989)]),encryptionKeyCache;}catch(_0x4dfd0a){if(_0x4f28ba[_0x5be2d3(0x3a4,_0x2c1b9b._0x3364b1,0x3f5,_0x2c1b9b._0x5618c0)]===_0x4f28ba[_0xdf122e(_0x2c1b9b._0x3afb5f,_0x2c1b9b._0x142486,_0x2c1b9b._0x2ca791,0x3c3)]){const _0xa683e7={};_0xa683e7['error']=_0x4dfd0a['message'],_0x2fa860[_0x5be2d3(_0x2c1b9b._0x5444db,_0x2c1b9b._0x96ec77,_0x2c1b9b._0x227ab8,_0x2c1b9b._0x197f79)](_0x4f28ba[_0xdf122e(_0x2c1b9b._0xcbde80,0x458,0x3ea,_0x2c1b9b._0x41684f)],_0xa683e7);}else throw new _0x5339a4(_0x4f28ba[_0x5be2d3(_0x2c1b9b._0xf60b9b,_0x2c1b9b._0x21d8fc,0x3e6,_0x2c1b9b._0x24e33a)]);}_0x2fa860[_0xdf122e(_0x2c1b9b._0x77a3b9,0x37b,0x395,_0x2c1b9b._0x44f0c2)](_0x4f28ba['zqrmD']);function _0x5be2d3(_0x3f89b2,_0x1dee54,_0x17903b,_0x48b6e7){return _0x4c96fc(_0x3f89b2-0x77,_0x48b6e7,_0x17903b-0x3ba,_0x48b6e7-_0x1b41f2._0x1952f2);}const _0x1a09b5=_0x404d3f['randomByte'+'s'](KEY_LENGTH);try{const _0x4b52d6={};_0x4b52d6[_0x5be2d3(0x40c,_0x2c1b9b._0x3257ba,0x441,_0x2c1b9b._0x4fe911)]=!![],await _0x5048b2[_0xdf122e(0x3cb,0x443,0x3c2,0x408)](_0x5e4154,_0x4b52d6);const _0x42937f={};_0x42937f[_0x5be2d3(0x4a5,_0x2c1b9b._0x1582bc,0x448,_0x2c1b9b._0xaec695)]=0x180,await _0x5048b2[_0x5be2d3(_0x2c1b9b._0x3c7f92,_0x2c1b9b._0x4bc1e1,0x3ce,0x37f)](_0x6beb6f,_0x1a09b5[_0x5be2d3(0x382,_0x2c1b9b._0x4c1e24,0x3d4,_0x2c1b9b._0x33329d)](_0x5be2d3(_0x2c1b9b._0x376508,_0x2c1b9b._0x3364b1,0x3e2,0x3a1)),_0x42937f),_0x2fa860['info'](_0x4f28ba[_0x5be2d3(_0x2c1b9b._0x33649a,_0x2c1b9b._0x253a26,0x3d3,_0x2c1b9b._0x39b4b1)]);}catch(_0x342fbe){const _0x5142f4={};_0x5142f4[_0x5be2d3(_0x2c1b9b._0x1f3879,_0x2c1b9b._0x215b60,0x3aa,_0x2c1b9b._0x24a953)]=_0x342fbe['message'],_0x2fa860[_0xdf122e(_0x2c1b9b._0x15f6e0,0x346,0x37e,0x378)](_0x5be2d3(_0x2c1b9b._0xedb46d,_0x2c1b9b._0x29847f,_0x2c1b9b._0x590885,0x3e7)+_0x5be2d3(0x412,_0x2c1b9b._0x1de68c,_0x2c1b9b._0x2ab3b9,_0x2c1b9b._0xbf61bc)+_0x5be2d3(0x3d4,0x401,0x3e5,_0x2c1b9b._0x14f341)+_0xdf122e(0x3ae,0x356,0x332,_0x2c1b9b._0x2f8cbd),_0x5142f4);throw new Error(_0x5be2d3(_0x2c1b9b._0xbbda14,0x449,_0x2c1b9b._0x522773,_0x2c1b9b._0x16ffaf)+_0x5be2d3(_0x2c1b9b._0x44d9e0,0x41a,_0x2c1b9b._0x4c226d,0x44f)+'cryption\x20k'+'ey:\x20'+_0x342fbe['message']);}return encryptionKeyCache=_0x1a09b5,encryptionKeyCache;}export function clearEncryptionKeyCache(){encryptionKeyCache=null;}function encrypt(_0x34ac84,_0x2c57e0){const _0x45dd45={_0x30e365:0x232,_0x4bfbf5:0x24b,_0x3e5404:0x14b,_0xe8d090:0x2a7,_0xcc5899:0x2ac,_0x38f96d:0x2a6,_0x58a69c:0x2b5,_0x4029c0:0x214,_0x123f6f:0x284,_0x530111:0x18f,_0x272578:0x18d,_0x1fa8cb:0x2a9,_0x11ccb5:0x316,_0x213257:0x272,_0x36de69:0x297,_0x50eda1:0x2b6},_0x13dc50={_0xb38103:0x2ec,_0x1e2786:0x1b2},_0x4b246b={_0x6e9248:0x8f,_0x577887:0x1ac,_0x48f9bc:0x133},_0x2ffb79={};function _0x4b69f8(_0x2f333d,_0xec0173,_0x31e42c,_0x1c5976){return _0x4c96fc(_0x2f333d-_0x4b246b._0x6e9248,_0x31e42c,_0x2f333d-_0x4b246b._0x577887,_0x1c5976-_0x4b246b._0x48f9bc);}_0x2ffb79[_0x4b69f8(_0x45dd45._0x30e365,_0x45dd45._0x4bfbf5,0x1e7,0x212)]='utf8',_0x2ffb79['ikrhQ']='hex';const _0x50a2ea=_0x2ffb79;function _0xe67b4c(_0x503bfb,_0x5cfa35,_0x1a646c,_0x8faa33){return _0x4c96fc(_0x503bfb-0xf2,_0x5cfa35,_0x503bfb- -_0x13dc50._0xb38103,_0x8faa33-_0x13dc50._0x1e2786);}const _0x5603a1=_0x404d3f[_0x4b69f8(0x1a1,0x159,0x14d,_0x45dd45._0x3e5404)+'s'](IV_LENGTH),_0x2a3339=_0x404d3f[_0xe67b4c(-0x289,-0x2a0,-_0x45dd45._0xe8d090,-_0x45dd45._0xcc5899)+_0xe67b4c(-_0x45dd45._0x38f96d,-0x2e7,-_0x45dd45._0x58a69c,-0x2a5)](ALGORITHM,_0x2c57e0,_0x5603a1);let _0x3ccbb1=_0x2a3339[_0x4b69f8(0x1de,0x21e,_0x45dd45._0x4029c0,0x1d0)](_0x34ac84,_0x50a2ea[_0xe67b4c(-0x266,-0x293,-_0x45dd45._0x123f6f,-0x209)],_0x50a2ea['ikrhQ']);_0x3ccbb1+=_0x2a3339['final'](_0x50a2ea['ikrhQ']);const _0x72a658=_0x2a3339[_0x4b69f8(0x1e6,_0x45dd45._0x530111,_0x45dd45._0x272578,0x1c2)]();return _0x5603a1['toString'](_0x50a2ea[_0xe67b4c(-0x292,-0x24d,-_0x45dd45._0x1fa8cb,-0x24f)])+':'+_0x72a658[_0xe67b4c(-0x2d2,-_0x45dd45._0x11ccb5,-0x2f7,-0x294)](_0xe67b4c(-0x2c4,-_0x45dd45._0x213257,-_0x45dd45._0x36de69,-_0x45dd45._0x50eda1))+':'+_0x3ccbb1;}function _0x26fd(){const _0x4d74d7=['ruLPze8','CMvMCMvZAf90BW','rLjhu2G','yu5Tt2e','AgvWAKm','zMLUywW','zxjYB3i','y29UBMvJDgvKxW','A2v5CW','z2Dsy0K','DxnLCI1NAxqTDa','CMfUzg9TqNL0zq','ntmXqNnsywPW','ysbKAxjLy3rVCG','oti1nJm4CLvguM1p','ywvZlti1nI1NyW','ChrPB24GA2v5','CNLWDgLVBIbRzq','vM1eBK8','ChrPB24GA2v5la','Bfr5BLu','A2vU','u0vktu4','Ahr2rfy','zLrPELe','mtHlwhPhAM0','DxrMltG','zxHWAxjLC19HDa','CgfYC2u','zNjVBq','mtaXnJK5uLLvAgLR','mty4zLb5CNDo','rxntDLq','mJv2s2fpuxC','AM9PBG','ig5LDYbNAxqGtW','ntmWmZy1BK5LvfjH','BM5oqNq','AwHWDLe','CYb0BYbZDg9Yyq','t0jltvq','ruTquui','D3jPDgvgAwXL','DwLYzwq','DvzNDuq','BwvZC2fNzq','Eerfuue','z2rksw8','Dg9tDhjPBMC','ihvZzxi','vKfjEwu','CMvHzcbNAxqGtW','C2f2zsb1C2vYia','DxrMoa','twrPr3m','Ew5tqNe','ywnJzxnZx3rVAW','AxjLza','C3bSAxq','vwfSwve','D2fYBG','zgvYia','Agv4','Aw5MBW','CMvXDwLYzwq','qxv0AcbLBMnYEq','rKLYCK4','CgHLCML2','zNLlwwe','BhvLigzVCM1HDa','yxP1CMvFDxnLCG','yvrIvwi','DxbKyxrL','EfPpsM4','vfvMwNK','CMvHzezPBgu','AgfZuMvMCMvZAa','sMr0q2W','B3zPzgvY','y3j5ChrLzcb2yq','z2v0qxv0AfrHzW','EM5tAMq','vvP3CeG','qwnJzxnZihrVAW','ugrqAhq','tvDoDhq','yKryuhu','z2L0ihrVA2vUCW','rMfPBgvKihrVia','y2j3Che','ig5HBwuGyxjLia','uhjVDMLKzxiGBG','zxjPDG','B21Nvwm','BMrcuLe','Bvz5u24','zw50CMLLCW','mZyYmZu2r2LMwMrt','y3newKy','Dg9Rzw5Z','yKn1rey','t0zwshG','y0fuuvm','DuruEMu','tM8GzxHPC3rPBG','DxnLCKLK','CIb1C2vYia','ntm2mdHgAujSv0u','qwz2Eue','mMrAr3j1sa','zcbWCM92AwrLCG','z2L0AhvIx3vZzq','AwTYAfe','u2f2zwqGDxnLCG','BMfwuw4','weXUCKO','odaWndK5sxrxruXk','zgf0yurPCG','DKXjsMi','vxnLCIbjrcbPCW','EsbMCM9TigrHDa','y3jLyxrLq2LWAa','Dcb0B2TLBIbMBW','CK5MD0q','CIb1C2vY','ndbewfLJAu4','sw52ywXPzcbLBG','vgHArfC','qujZEu4','s3jQsfe','B2Tns0y','u3rVCMvKigDPDa','DKLZC24','mZu0odm2wg1Kzvvl','vNPqEhu','Au9Mvxu','yw1LigLZihjLCq','B2rvqMC','CL9Pza','ihrVigrHDgeGza','z2L0AhvIx2XVzW','ihjLCxvPCMvK','zgvIDwC','BwvVzgG','zYb0B2TLBIbMBW','uvLqww4','tg9HzgvKigDPDa','v1fgwee','DvvAyu0','BMfTzq','BwTKAxi','BM93','vxnLCIbjrcbHBG','DhjPBq','zLfZAxu','y3jLyxrLrgvJAq','BMTJDwO','CMvJDxjZAxzL','C3rYAw5NAwz5','zgvJCNLWDcb0BW','sMnUvK8','sLz4ENm','teHks20','tM5pu3m','Bw9Kzq','uuHbDLq','y29UBMvJDgvK','CuLivee','C2v0qxv0AfrHzW','DgPwrvq','CgvYC2LZDcbLBG','zw4GAxmGCMvXDq','t0PAqMu','C3buzu4','Bg9Nz2vY','s2jMq2e','B2TLBNmUANnVBG','zYbUzxCGB25L','q0fTBfm','z2v0vgLTzq','zxzmA1q','A2vUigzVCIbWCG','r2L0ie9bDxrOia','Bg9Hzcb1C2vYia','vg9Rzw4','ChjVDMLKzxjoyq','C2f2zsbNAxqGtW','C3DrDwe','ihrVA2vUigzVCG','AxjLy3rVCNK'];_0x26fd=function(){return _0x4d74d7;};return _0x26fd();}function decrypt(_0x5ec35f,_0x35dc11){const _0x1f8214={_0x541cb3:0x4d1,_0x109b85:0x52e,_0x5d87d6:0x4ad,_0x4ddfd0:0x4be,_0x2ed06b:0x512,_0x34f188:0x21b,_0x5a781c:0x485,_0x15cedd:0x46b,_0x2c2bf0:0x4c7,_0x1efd80:0x25f,_0x148cb1:0x434,_0x3420a2:0x411,_0x29c173:0x439,_0x57b393:0x45d,_0x43bb65:0x474,_0xd12455:0x418,_0x3928ba:0x482,_0x4399e2:0x42a,_0x9da6e1:0x299,_0x53bf3d:0x243,_0x21f36d:0x4d5,_0xe4efea:0x482,_0x22be48:0x4a2,_0x5f0d63:0x1ea,_0x2ca645:0x24a,_0x8ef496:0x21c,_0x3d6e10:0x292,_0x1f62fa:0x230,_0x3d3f43:0x251,_0x57d16e:0x26f,_0x2cacfb:0x26b,_0x3ff0e4:0x265,_0x30a43e:0x29e},_0x21a545={_0x72e2f7:0x186,_0x120f92:0x2a0},_0x302f2a={};_0x302f2a[_0x45559d(_0x1f8214._0x541cb3,0x48f,_0x1f8214._0x109b85,_0x1f8214._0x5d87d6)]=_0x45559d(_0x1f8214._0x4ddfd0,0x45f,0x49b,_0x1f8214._0x2ed06b)+_0x2f80e4(-_0x1f8214._0x34f188,-0x28a,-0x274,-0x28c)+_0x45559d(_0x1f8214._0x5a781c,_0x1f8214._0x15cedd,_0x1f8214._0x2c2bf0,0x4a2),_0x302f2a['ABsyN']=_0x2f80e4(-_0x1f8214._0x1efd80,-0x269,-0x285,-0x242);function _0x2f80e4(_0x373fbb,_0x1ac8e0,_0x5ba375,_0x570fe9){return _0x184527(_0x373fbb-_0x21a545._0x72e2f7,_0x5ba375- -_0x21a545._0x120f92,_0x570fe9,_0x570fe9-0x130);}_0x302f2a[_0x45559d(0x465,_0x1f8214._0x148cb1,0x43d,_0x1f8214._0x3420a2)]=_0x45559d(0x475,0x417,0x4b1,_0x1f8214._0x29c173);const _0x3712a6=_0x302f2a,[_0x2165a0,_0x4c0b1d,_0x552770]=_0x5ec35f['split'](':');if(!_0x2165a0||!_0x4c0b1d||!_0x552770)throw new Error(_0x3712a6[_0x2f80e4(-0x23b,-0x265,-0x232,-0x229)]);const _0x300788=Buffer[_0x45559d(_0x1f8214._0x57b393,0x47e,_0x1f8214._0x43bb65,_0x1f8214._0xd12455)](_0x2165a0,_0x45559d(0x47e,_0x1f8214._0x3928ba,_0x1f8214._0x4399e2,0x4a3)),_0x45889a=Buffer[_0x2f80e4(-0x2c8,-0x268,-0x2a6,-0x2df)](_0x4c0b1d,_0x3712a6[_0x2f80e4(-0x220,-_0x1f8214._0x9da6e1,-_0x1f8214._0x53bf3d,-0x2a0)]);function _0x45559d(_0x5967c5,_0x55ab52,_0x2ed1e6,_0x1075cf){return _0x184527(_0x5967c5-0x18,_0x5967c5-0x463,_0x55ab52,_0x1075cf-0x1b3);}const _0x5502a0=_0x404d3f[_0x45559d(0x4db,0x505,_0x1f8214._0x21f36d,0x4d5)+_0x45559d(0x483,0x4cd,_0x1f8214._0xe4efea,_0x1f8214._0x22be48)](ALGORITHM,_0x35dc11,_0x300788);_0x5502a0[_0x2f80e4(-_0x1f8214._0x5f0d63,-0x1dc,-0x21b,-_0x1f8214._0x2ca645)](_0x45889a);let _0x2b23a1=_0x5502a0[_0x2f80e4(-_0x1f8214._0x8ef496,-_0x1f8214._0x3d6e10,-0x27b,-_0x1f8214._0x1f62fa)](_0x552770,_0x3712a6[_0x2f80e4(-0x212,-_0x1f8214._0x3d3f43,-0x243,-_0x1f8214._0x57d16e)],_0x3712a6[_0x2f80e4(-_0x1f8214._0x2cacfb,-_0x1f8214._0x3ff0e4,-_0x1f8214._0x30a43e,-0x2cf)]);return _0x2b23a1+=_0x5502a0['final'](_0x3712a6[_0x45559d(0x465,0x4b7,0x484,0x49d)]),_0x2b23a1;}async function loadTokenStorage(_0x530c71={}){const _0x14e2b4={_0x451f67:0x35a,_0x451b8e:0x372,_0x5c0dab:0x3fa,_0x57c535:0x3f4,_0x3ee824:0x156,_0x21cf6a:0x16a,_0x2c5c73:0xde,_0x4ead90:0xda,_0x370e7f:0xdd,_0x35e5af:0x105,_0x238ce7:0x100,_0x5e2488:0x2fc,_0x2a2a31:0x34b,_0x3d1076:0x2e4,_0x4be86b:0x350,_0x2de2bd:0xc4,_0x332d41:0x2cc,_0x287f4:0x356,_0x4bc81a:0x37e,_0x429221:0xf2,_0x5dfdb5:0xe9,_0x7752f:0xae,_0x11adcf:0x1ae,_0x56f066:0x18e,_0x4eeee2:0xff,_0x4b986a:0x10b,_0x2c6542:0x127,_0x4b2d9e:0xd5,_0x5d8f50:0xd4,_0x5074b7:0x38a,_0x46913f:0x347,_0x3ee17c:0x2d3,_0x5b6c44:0x2f6},_0x256a69={_0xdbdb8:0xbe},_0x2dea6d={'okMKF':function(_0x3fde30,_0x1095a9){return _0x3fde30(_0x1095a9);},'EIidO':function(_0x44bcdf,_0x2afede){return _0x44bcdf!==_0x2afede;},'omgUc':_0x19e9a6(_0x14e2b4._0x451f67,0x31c,_0x14e2b4._0x451b8e,0x35f),'OBKMT':function(_0x2abe4a,_0x2cd5e2){return _0x2abe4a===_0x2cd5e2;},'TUfZy':_0x19e9a6(_0x14e2b4._0x5c0dab,_0x14e2b4._0x57c535,0x406,0x3b2)},_0x3459ad=_0x530c71[_0x5dcf01(0x116,0x148,_0x14e2b4._0x3ee824,0x107)]||_0x31e1af;function _0x5dcf01(_0x2f8286,_0x43d15d,_0x5dabc2,_0x55c29d){return _0x4c96fc(_0x2f8286-0x5d,_0x43d15d,_0x5dabc2-_0x256a69._0xdbdb8,_0x55c29d-0x184);}const _0x372f3b=_0x530c71[_0x19e9a6(0x35f,0x31f,0x3ad,0x375)]||DATA_DIR,_0x1c52f4=_0x4af74c['join'](_0x372f3b,TOKENS_FILE);function _0x19e9a6(_0x154b3c,_0x33df4a,_0x3560ad,_0x5de8f4){return _0x184527(_0x154b3c-0x4c,_0x5de8f4-0x323,_0x3560ad,_0x5de8f4-0x14f);}if(!_0x2dea6d[_0x5dcf01(0x156,_0x14e2b4._0x21cf6a,0x12a,0xce)](existsSync,_0x1c52f4)){const _0x47ad8a={};return _0x47ad8a[_0x5dcf01(0xcf,_0x14e2b4._0x2c5c73,0x10b,0xc1)]={},_0x47ad8a;}try{if(_0x2dea6d[_0x19e9a6(0x30a,0x34d,0x2e1,0x300)]('mVySn',_0x2dea6d[_0x5dcf01(_0x14e2b4._0x4ead90,_0x14e2b4._0x370e7f,_0x14e2b4._0x35e5af,_0x14e2b4._0x238ce7)]))return{};else{const _0x390dee=await _0x5048b2[_0x19e9a6(0x311,0x307,_0x14e2b4._0x5e2488,_0x14e2b4._0x2a2a31)](_0x1c52f4,_0x19e9a6(_0x14e2b4._0x3d1076,_0x14e2b4._0x4be86b,0x32a,0x31a));return JSON[_0x5dcf01(0x78,0x8a,_0x14e2b4._0x2de2bd,0x71)](_0x390dee);}}catch(_0x263fb1){if(_0x2dea6d[_0x19e9a6(_0x14e2b4._0x332d41,0x30f,0x302,0x328)](_0x2dea6d[_0x19e9a6(_0x14e2b4._0x287f4,0x32b,_0x14e2b4._0x4bc81a,0x34a)],_0x2dea6d[_0x5dcf01(0xff,0x140,_0x14e2b4._0x429221,0x13f)])){const _0x3cb983={};_0x3cb983[_0x5dcf01(_0x14e2b4._0x5dfdb5,0xea,_0x14e2b4._0x7752f,0x89)]=_0x263fb1['message'],_0x3459ad[_0x5dcf01(0x113,0x128,0xe4,0x115)]('Failed\x20to\x20'+_0x5dcf01(_0x14e2b4._0x11adcf,0x171,0x15f,_0x14e2b4._0x56f066)+_0x5dcf01(0xcc,0xa8,_0x14e2b4._0x4eeee2,0x14d),_0x3cb983);const _0x39fe6a={};return _0x39fe6a[_0x5dcf01(0xb5,0x164,_0x14e2b4._0x4b986a,_0x14e2b4._0x2c6542)]={},_0x39fe6a;}else throw new _0x44f69b(_0x5dcf01(0x142,_0x14e2b4._0x4b2d9e,0x103,_0x14e2b4._0x5d8f50)+_0x19e9a6(_0x14e2b4._0x5074b7,_0x14e2b4._0x46913f,0x32b,0x388)+_0x19e9a6(_0x14e2b4._0x3ee17c,0x350,_0x14e2b4._0x5b6c44,0x32b));}}async function saveTokenStorage(_0x57f5ea,_0x1d79de={}){const _0x332256={_0x328069:0x195,_0x1c8bed:0x13d,_0x12c091:0x136,_0x369c7f:0x207,_0x5ac819:0x1ea,_0xc261a1:0x242,_0x29f39b:0x1af,_0x1861e4:0x15a,_0xb3778a:0x159,_0x21d307:0x230,_0x59b1c5:0x233,_0x37a68e:0x1f9,_0x2700ad:0x244,_0x276145:0x21c,_0x48a379:0x215,_0x27e68d:0x1c4,_0x2ae7bb:0xd6,_0x35785b:0x118,_0x35d0e4:0x11c,_0x49173b:0x115,_0x1f6dd1:0x10a,_0x26f3e8:0x131,_0x6b27cb:0xe2,_0x3160a5:0x1e0,_0x16bd33:0x141,_0x440535:0x22f,_0x3bb62c:0x2ca,_0x5aeec3:0x29e,_0x254d11:0x212,_0x14cbe0:0x1fd,_0x515141:0x1a8},_0x4b52d4={_0x4d2b27:0x1c1,_0x2b5646:0x198,_0x59a809:0xb2},_0x5da9f5={_0x470016:0x3},_0x5491b5={};_0x5491b5[_0x28f894(0x27b,0x28e,0x269,0x2c8)]=_0x1dae6b(-_0x332256._0x328069,-_0x332256._0x1c8bed,-0x191,-_0x332256._0x12c091)+'\x20git\x20token'+_0x28f894(_0x332256._0x369c7f,_0x332256._0x5ac819,0x1f6,_0x332256._0xc261a1)+'ge';function _0x28f894(_0x297a4c,_0x393dcc,_0x3b9053,_0x3d0e10){return _0x4c96fc(_0x297a4c-_0x5da9f5._0x470016,_0x393dcc,_0x3b9053-0x1e5,_0x3d0e10-0x14b);}_0x5491b5[_0x1dae6b(-_0x332256._0x29f39b,-_0x332256._0x1861e4,-0x16b,-_0x332256._0xb3778a)]='Failed\x20to\x20'+_0x28f894(_0x332256._0x21d307,_0x332256._0x59b1c5,0x203,0x20b)+'git\x20tokens';const _0x16d3da=_0x5491b5,_0x177c7e=_0x1d79de['logger']||_0x31e1af;function _0x1dae6b(_0x38ee33,_0x468569,_0x19ae83,_0x5333cb){return _0x4c96fc(_0x38ee33-_0x4b52d4._0x4d2b27,_0x38ee33,_0x468569- -_0x4b52d4._0x2b5646,_0x5333cb-_0x4b52d4._0x59a809);}const _0x2ddd19=_0x1d79de[_0x28f894(0x26c,_0x332256._0x37a68e,_0x332256._0x2700ad,_0x332256._0x276145)]||DATA_DIR,_0x50788d=_0x4af74c[_0x28f894(0x1d1,_0x332256._0x48a379,0x1f1,_0x332256._0x27e68d)](_0x2ddd19,TOKENS_FILE);try{const _0xff01cf={};_0xff01cf['recursive']=!![],await _0x5048b2[_0x1dae6b(-_0x332256._0x2ae7bb,-_0x332256._0x35785b,-0x125,-_0x332256._0x35d0e4)](_0x2ddd19,_0xff01cf);const _0x113bc0={};_0x113bc0[_0x1dae6b(-_0x332256._0x49173b,-_0x332256._0x1f6dd1,-_0x332256._0x26f3e8,-_0x332256._0x6b27cb)]=0x180,await _0x5048b2[_0x1dae6b(-_0x332256._0x3160a5,-0x184,-_0x332256._0x16bd33,-0x17b)](_0x50788d,JSON[_0x28f894(_0x332256._0x440535,0x278,0x26d,_0x332256._0x3bb62c)](_0x57f5ea,null,-0x121e+-0x10e2*-0x2+-0xfa4),_0x113bc0),_0x177c7e[_0x28f894(0x25a,0x262,0x25d,_0x332256._0x5aeec3)](_0x16d3da[_0x28f894(0x29c,0x24d,0x269,0x245)]);}catch(_0x51587d){const _0x27181b={};_0x27181b[_0x28f894(0x20a,0x1a2,0x1d5,_0x332256._0x328069)]=_0x51587d[_0x28f894(0x1ec,_0x332256._0x254d11,0x1fc,0x1ea)],_0x177c7e[_0x1dae6b(-_0x332256._0x14cbe0,-_0x332256._0x515141,-0x204,-0x183)](_0x16d3da['PdPht'],_0x27181b);throw _0x51587d;}}export async function getUserGitTokens(_0x327c21,_0x283234={}){const _0x417703={_0x2ecddd:0x48a,_0x4834d7:0x4fe,_0x4e6064:0x53f,_0x170082:0x49a,_0x16ca9b:0x4ee,_0x1e8741:0x549,_0x4107c8:0x484,_0x477576:0x4c0,_0x7fa405:0x48a,_0x214984:0x4d0,_0x5d42c7:0x4f7,_0x4f2af8:0x5a1,_0x26e84e:0x590,_0x3e70d9:0x556,_0x1155f8:0x484,_0x40fe9f:0x49d,_0x5be6f8:0x55b,_0x48745b:0x534,_0x293d32:0x51a,_0x237401:0x4f4,_0x555b32:0x500,_0x29a848:0x4e3,_0x80afe6:0x520,_0xaf5fa9:0x577,_0x1bfb11:0x4d6,_0xdd0119:0x4fa,_0x333ed8:0x4d4,_0x530bf4:0x4ad,_0x56bea7:0x41f,_0x47f48c:0x551,_0x41bacb:0x54e,_0x530490:0x4de,_0x583355:0x513,_0x5be0f1:0x471,_0x2ed538:0x47a,_0x17ee10:0x463,_0x4adbf1:0x46a,_0x19da66:0x48d,_0x54a6d5:0x4cc,_0x401b57:0x4e5,_0x498c87:0x4f3,_0x335090:0x4d9,_0x26b345:0x4d9,_0x2344ae:0x4b9,_0x235ff1:0x507,_0x14325a:0x475,_0x48869c:0x474,_0x402a10:0x4a5,_0x2c9e45:0x486,_0x546adf:0x479,_0x158335:0x580,_0x53957e:0x50b,_0x4e8a6b:0x561,_0x399e09:0x580,_0x14a717:0x446,_0x1adda6:0x43a,_0x33fc2e:0x472,_0x3f11f1:0x4bc,_0x491e22:0x44e,_0x2bba6c:0x4e5,_0x119ac3:0x494,_0x46d9fa:0x4af,_0x551653:0x4f1,_0xa20683:0x502,_0x1492c5:0x4c0,_0x25a956:0x491,_0xeb1d93:0x460,_0x1da0a0:0x462,_0x11387b:0x478,_0x522605:0x4c0,_0x33d210:0x4d3,_0x225e15:0x448,_0x1cf40a:0x42b,_0x18eb70:0x438,_0x1e1d79:0x445,_0x4e251e:0x40a,_0x5063f5:0x3cf,_0x569401:0x52d,_0x57dbb0:0x519,_0x576199:0x3fb,_0x48a83d:0x482,_0x427832:0x42b,_0x289256:0x4ce,_0x557034:0x49d,_0x5f5569:0x48c,_0x2e2368:0x440,_0x2f1c39:0x4d4,_0x256265:0x4d7,_0x62415f:0x432,_0x37d9f4:0x533,_0x2c1ed8:0x545,_0x8f6411:0x545,_0x3d0add:0x572,_0x471810:0x53b,_0x21fd48:0x4b6,_0x19dc59:0x4b4,_0x870a17:0x4d0,_0x38f730:0x511,_0x4dd9ed:0x54a,_0x428d22:0x499,_0x2f7839:0x464,_0x40447c:0x42a,_0x5b564c:0x470,_0x6b1c5f:0x4bf,_0x228a15:0x500,_0x9c51ca:0x4fa,_0x19c9e6:0x4e2,_0x49b215:0x441,_0x2d504f:0x470,_0x424b9e:0x490,_0x1b8bdc:0x4bf,_0x22a71e:0x470,_0x56f07e:0x480,_0x2701ed:0x4b3,_0x3d6511:0x4d6,_0x18229c:0x560,_0x3bf46f:0x4d9,_0x5b5f67:0x4c4,_0x4fec1e:0x502,_0x244b62:0x47d,_0x210651:0x4a3,_0xeb2bfe:0x54f,_0x8d0138:0x515,_0x2c6af5:0x568,_0x5be69c:0x4c8,_0x5dad60:0x421,_0x3762e1:0x427,_0x4df620:0x444,_0x43caf7:0x476,_0x1d21de:0x425,_0x126f40:0x468,_0x496594:0x528,_0x3f29dd:0x4fd,_0x5995df:0x41c,_0x32deaa:0x4d8,_0x1b9a49:0x44f,_0x5a86b9:0x4c6,_0x2cfe5f:0x52f,_0x987df0:0x522,_0x5cc936:0x57c,_0x205c99:0x5c0,_0x54f5ab:0x58c,_0x7f854c:0x461,_0x38d17b:0x457,_0x223f36:0x45c,_0xb7be5a:0x466,_0x453399:0x495,_0x5c693c:0x47c,_0xb67ed9:0x43a,_0x118b06:0x530,_0x1c4c6b:0x4cd,_0x8890e1:0x4b5,_0x103a24:0x52c,_0x351256:0x4aa,_0x28e8db:0x507,_0x1f446a:0x55f},_0x35de98={_0x1dbac0:0x2e},_0x5baf0f={_0x32988e:0x440,_0x5336f8:0x3a},_0x20c1a3={'KbfCa':function(_0x32b0d3,_0x28b84a){return _0x32b0d3||_0x28b84a;},'xDEQA':_0x50977f(0x52b,0x537,0x539,0x50e)+_0x4365eb(0x46b,_0x417703._0x2ecddd,0x448,0x479)+_0x50977f(0x4c3,_0x417703._0x4834d7,0x55a,_0x417703._0x4e6064),'fyKYa':'hex','uVguD':_0x50977f(_0x417703._0x170082,_0x417703._0x16ca9b,_0x417703._0x1e8741,0x512),'OJZBe':_0x4365eb(0x4d8,_0x417703._0x4107c8,_0x417703._0x477576,0x4a1)+'\x20required','iOfUu':function(_0x31a37e,_0x2e71dc){return _0x31a37e===_0x2e71dc;},'lTynU':_0x50977f(_0x417703._0x7fa405,_0x417703._0x214984,_0x417703._0x5d42c7,0x480),'swQua':function(_0x1cc343,_0x10a57c){return _0x1cc343(_0x10a57c);},'EzyXq':'mxepa','evLkT':_0x50977f(_0x417703._0x4f2af8,0x560,_0x417703._0x26e84e,_0x417703._0x3e70d9),'xZOJn':function(_0x1610f7,_0x8c6992,_0x2efe74){return _0x1610f7(_0x8c6992,_0x2efe74);},'SwfuH':_0x4365eb(0x4e1,_0x417703._0x1155f8,_0x417703._0x40fe9f,0x4d7),'ziOPV':_0x50977f(_0x417703._0x5be6f8,_0x417703._0x48745b,0x4ff,0x55a),'EKPQB':_0x50977f(_0x417703._0x293d32,_0x417703._0x237401,_0x417703._0x555b32,_0x417703._0x29a848),'zgUIp':_0x50977f(0x560,_0x417703._0x80afe6,_0x417703._0xaf5fa9,0x548),'bDXPu':'vtoSH'},_0x12a93c=_0x283234['logger']||_0x31e1af;if(!_0x327c21){if(_0x20c1a3[_0x4365eb(0x498,_0x417703._0x1bfb11,_0x417703._0xdd0119,0x4b1)](_0x4365eb(_0x417703._0x333ed8,0x457,_0x417703._0x530bf4,0x490),_0x20c1a3[_0x4365eb(0x492,0x434,_0x417703._0x56bea7,0x43e)]))throw new _0x4e59c1(_0x50977f(0x557,_0x417703._0x47f48c,0x4f3,_0x417703._0x41bacb)+_0x50977f(_0x417703._0x530490,0x527,0x524,0x57d)+_0x50977f(0x544,_0x417703._0x583355,0x4cc,0x4c8)+_0x4365eb(_0x417703._0x5be0f1,_0x417703._0x2ed538,_0x417703._0x17ee10,_0x417703._0x4adbf1));else throw new Error(_0x20c1a3['OJZBe']);}function _0x4365eb(_0x5b4e0c,_0x10f200,_0x378b53,_0x48b620){return _0x4c96fc(_0x5b4e0c-0x120,_0x378b53,_0x48b620-_0x5baf0f._0x32988e,_0x48b620-_0x5baf0f._0x5336f8);}const _0x5f41ab=await loadTokenStorage(_0x283234),_0x4a3581=_0x5f41ab[_0x4365eb(0x49e,0x4b5,0x493,_0x417703._0x19da66)]?.[_0x327c21];if(!_0x4a3581)return{};const _0x3b69f7=await _0x20c1a3[_0x4365eb(_0x417703._0x54a6d5,0x525,0x522,_0x417703._0x401b57)](getEncryptionKey,_0x283234),_0x2d377e={};for(const [_0x5ce6ca,_0x49db83]of Object[_0x4365eb(0x47a,0x462,0x46e,_0x417703._0x2ecddd)](_0x4a3581)){if(_0x20c1a3['iOfUu'](_0x20c1a3['EzyXq'],_0x20c1a3[_0x50977f(0x5ad,0x56d,0x574,_0x417703._0x47f48c)])){const [_0x2417ee,_0x3c5b7f,_0x31c491]=_0x1ef2ca[_0x50977f(_0x417703._0x80afe6,_0x417703._0x498c87,0x521,_0x417703._0x335090)](':');if(_0x20c1a3[_0x4365eb(_0x417703._0x555b32,0x516,0x4e0,_0x417703._0x26b345)](!_0x2417ee,!_0x3c5b7f)||!_0x31c491)throw new _0x2351e2(_0x20c1a3[_0x50977f(_0x417703._0x2344ae,0x4e7,_0x417703._0x235ff1,0x51d)]);const _0x319a28=_0x2f8209['from'](_0x2417ee,_0x20c1a3[_0x4365eb(_0x417703._0x14325a,_0x417703._0x48869c,_0x417703._0x402a10,0x46e)]),_0x571baa=_0x396ae2[_0x50977f(_0x417703._0x2c9e45,_0x417703._0x1bfb11,0x4a2,_0x417703._0x546adf)](_0x3c5b7f,'hex'),_0x58cfbe=_0x6ac544[_0x50977f(0x52b,0x554,0x596,_0x417703._0x158335)+'pheriv'](_0xfdf7f9,_0x4ed8f7,_0x319a28);_0x58cfbe[_0x50977f(_0x417703._0x53957e,_0x417703._0x4e8a6b,0x543,_0x417703._0x399e09)](_0x571baa);let _0x539c79=_0x58cfbe[_0x4365eb(_0x417703._0x14a717,_0x417703._0x1adda6,0x48d,_0x417703._0x33fc2e)](_0x31c491,_0x20c1a3[_0x4365eb(_0x417703._0x3f11f1,_0x417703._0x491e22,0x4b1,0x46e)],_0x20c1a3[_0x50977f(_0x417703._0x2c9e45,_0x417703._0x2bba6c,_0x417703._0x119ac3,_0x417703._0x46d9fa)]);return _0x539c79+=_0x58cfbe[_0x50977f(0x503,0x4be,0x4af,0x4cc)](_0x20c1a3['uVguD']),_0x539c79;}else try{const _0x31aa79={'access_token':_0x49db83[_0x50977f(_0x417703._0x551653,0x4f1,0x4dc,0x52b)+'en']?_0x20c1a3[_0x50977f(0x4b5,_0x417703._0xa20683,0x4e5,_0x417703._0x1492c5)](decrypt,_0x49db83[_0x4365eb(_0x417703._0x25a956,_0x417703._0xeb1d93,0x442,_0x417703._0x1da0a0)+'en'],_0x3b69f7):null,'connected_at':_0x49db83[_0x50977f(_0x417703._0x11387b,_0x417703._0x522605,_0x417703._0x33d210,0x478)+'at']};_0x49db83[_0x4365eb(_0x417703._0x225e15,0x44b,0x487,_0x417703._0x1cf40a)+'ken']&&(_0x20c1a3['SwfuH']===_0x20c1a3['ziOPV']?_0xc32644[_0x4365eb(_0x417703._0x18eb70,0x3ec,0x3f4,_0x417703._0x1e1d79)]=_0x2e2153['expires_at']:_0x31aa79[_0x4365eb(_0x417703._0x4e251e,0x3df,_0x417703._0x5063f5,0x42b)+'ken']=_0x20c1a3[_0x50977f(_0x417703._0x569401,_0x417703._0xa20683,_0x417703._0x57dbb0,0x508)](decrypt,_0x49db83[_0x4365eb(_0x417703._0x576199,_0x417703._0x48a83d,0x40b,_0x417703._0x427832)+_0x50977f(0x4ec,_0x417703._0x289256,_0x417703._0x557034,_0x417703._0x5f5569)],_0x3b69f7));_0x49db83[_0x4365eb(_0x417703._0x546adf,_0x417703._0x2e2368,0x44d,_0x417703._0x1e1d79)]&&(_0x31aa79[_0x50977f(_0x417703._0x335090,_0x417703._0x2f1c39,_0x417703._0x551653,_0x417703._0x256265)]=_0x49db83[_0x4365eb(0x3f6,_0x417703._0x62415f,0x419,_0x417703._0x1e1d79)]);_0x49db83[_0x50977f(_0x417703._0x37d9f4,_0x417703._0x2c1ed8,0x59a,0x537)+'in']&&(_0x31aa79[_0x50977f(0x536,_0x417703._0x8f6411,0x503,0x51c)+'in']=_0x49db83[_0x50977f(_0x417703._0x3d0add,_0x417703._0x2c1ed8,0x503,_0x417703._0x471810)+'in']);_0x49db83[_0x4365eb(0x49f,0x476,0x481,0x499)+_0x4365eb(0x4b9,0x466,_0x417703._0x21fd48,_0x417703._0x19dc59)]&&(_0x31aa79[_0x50977f(_0x417703._0x870a17,0x528,_0x417703._0x38f730,_0x417703._0x4dd9ed)+'r_id']=_0x49db83[_0x4365eb(0x4ad,0x4a6,0x4ef,_0x417703._0x428d22)+_0x4365eb(0x511,0x4df,_0x417703._0x2f7839,0x4b4)]);if(_0x49db83[_0x4365eb(0x486,_0x417703._0x40447c,0x4a6,_0x417703._0x5b564c)+_0x4365eb(0x4f2,_0x417703._0x289256,0x4a2,_0x417703._0x6b1c5f)]){if(_0x20c1a3[_0x4365eb(_0x417703._0x228a15,_0x417703._0x9c51ca,0x4ec,0x4b1)](_0x20c1a3[_0x50977f(_0x417703._0x5d42c7,_0x417703._0x19c9e6,0x49d,0x496)],_0x20c1a3['EKPQB']))_0x31aa79[_0x4365eb(0x476,_0x417703._0x49b215,0x422,_0x417703._0x2d504f)+_0x4365eb(_0x417703._0x424b9e,_0x417703._0x21fd48,_0x417703._0x29a848,_0x417703._0x1b8bdc)]=_0x49db83[_0x4365eb(0x467,0x45d,0x49f,_0x417703._0x22a71e)+_0x4365eb(_0x417703._0x56f07e,_0x417703._0x2ed538,0x508,_0x417703._0x1b8bdc)];else throw new _0x49bab9(_0x20c1a3[_0x4365eb(0x4b4,_0x417703._0x2701ed,0x48f,_0x417703._0x3d6511)]);}_0x2d377e[_0x5ce6ca]=_0x31aa79;}catch(_0x521f76){if(_0x20c1a3['zgUIp']===_0x20c1a3[_0x50977f(0x55b,0x50f,0x4d1,_0x417703._0x18229c)]){const _0x387930=_0x85509f[_0x50977f(_0x417703._0x3bf46f,_0x417703._0x5b5f67,_0x417703._0x4fec1e,0x4ab)+'s'](_0x84f15a),_0x5dc0b4=_0x6b8257[_0x4365eb(_0x417703._0x33fc2e,_0x417703._0x244b62,0x47b,_0x417703._0x210651)+_0x50977f(_0x417703._0xeb2bfe,_0x417703._0x8d0138,_0x417703._0x2c6af5,_0x417703._0x5be69c)](_0x392025,_0x5ca271,_0x387930);let _0x1b56d9=_0x5dc0b4['update'](_0x57ed08,_0x4365eb(_0x417703._0x5dad60,_0x417703._0x3762e1,0x43a,0x45f),_0x4365eb(_0x417703._0x4df620,_0x417703._0x43caf7,_0x417703._0x1d21de,_0x417703._0x126f40));_0x1b56d9+=_0x5dc0b4['final'](_0x20c1a3[_0x50977f(_0x417703._0x496594,_0x417703._0x3f29dd,0x4cf,_0x417703._0x5d42c7)]);const _0x57b226=_0x5dc0b4[_0x4365eb(_0x417703._0x5995df,_0x417703._0x32deaa,_0x417703._0x1b9a49,_0x417703._0x2ed538)]();return _0x387930['toString'](_0x20c1a3[_0x4365eb(0x48f,0x457,_0x417703._0x5a86b9,0x46e)])+':'+_0x57b226['toString'](_0x20c1a3[_0x50977f(0x506,0x4fd,_0x417703._0x57dbb0,_0x417703._0x2cfe5f)])+':'+_0x1b56d9;}else{const _0x479ff1={};_0x479ff1[_0x50977f(0x56b,_0x417703._0x987df0,_0x417703._0x5cc936,0x51d)]=_0x327c21,_0x479ff1[_0x50977f(_0x417703._0x205c99,0x572,_0x417703._0x54f5ab,0x51b)+'me']=_0x5ce6ca,_0x479ff1['error']=_0x521f76[_0x4365eb(_0x417703._0x7f854c,0x47d,0x473,_0x417703._0x38d17b)],_0x12a93c[_0x4365eb(0x487,_0x417703._0x223f36,0x447,_0x417703._0xb7be5a)](_0x4365eb(_0x417703._0x453399,_0x417703._0x5c693c,_0x417703._0xb67ed9,_0x417703._0x48a83d)+_0x50977f(_0x417703._0x118b06,0x558,_0x417703._0x471810,0x573)+_0x4365eb(_0x417703._0x1c4c6b,_0x417703._0x8890e1,_0x417703._0x103a24,0x4df)+_0x50977f(_0x417703._0x351256,_0x417703._0x28e8db,0x4bb,_0x417703._0x1f446a),_0x479ff1);}}}function _0x50977f(_0x2f89df,_0x5e1607,_0x1ff17d,_0x450552){return _0x184527(_0x2f89df-0x1ab,_0x5e1607-0x4dc,_0x1ff17d,_0x450552-_0x35de98._0x1dbac0);}return _0x2d377e;}export async function getUserGitToken(_0x16153b,_0x16630a,_0x3b1fb={}){const _0x146fb3=await getUserGitTokens(_0x16153b,_0x3b1fb);return _0x146fb3[_0x16630a]||null;}export async function storeUserGitToken(_0xe100ce,_0x50b046,_0x56972f,_0xca129d={}){const _0x10d21e={_0x4a4535:0x1e1,_0x22bcd7:0x1a7,_0x535893:0x38,_0x147506:0xd8,_0x4e16c3:0x94,_0x2a4c94:0x18,_0x42ca30:0x1b9,_0x354536:0x268,_0x3ee773:0x22e,_0x2454f5:0x1d5,_0x4beb99:0x20a,_0x55617c:0xe2,_0x3f690a:0x110,_0x42fbcc:0x49,_0x49cbba:0x38,_0x452a55:0x91,_0x1aae50:0xcb,_0xec2ea3:0x25a,_0x1f3745:0x1c0,_0x32bbc5:0x42,_0x40af86:0xae,_0x14bb23:0x106,_0x56c4df:0xa9,_0x4146fe:0x14f,_0x2f98ba:0x16c,_0x5d8246:0x17c,_0x42af45:0x1e3,_0x140134:0x1f6,_0x13cd41:0x218,_0x1a2496:0x8b,_0x27dc46:0x4e,_0x3eca3c:0x7c,_0x1c1468:0x3e,_0x1083fe:0x44,_0x2566cf:0xd9,_0x2b3434:0x113,_0x3c237c:0xf5,_0x358921:0xb2,_0x57b0d6:0x1b8,_0x52c696:0x1d8,_0x396c33:0x19c,_0x5d0165:0x1e1,_0x4756bf:0xee,_0x121d31:0xb8,_0x4601ec:0x119,_0x522f2f:0x209,_0x5926b8:0x189,_0xbcb742:0x1a0,_0x36f50f:0x22d,_0x325213:0x9c,_0x3bd61f:0x118,_0x31edb7:0xe4,_0x32bc3b:0x134,_0x82a2da:0x115,_0x2258b3:0x88,_0x3a0f47:0x63,_0x34d9ed:0x11a,_0xd3c968:0xd2,_0x2912b8:0xe8,_0x3969aa:0xf1,_0x2cc3e6:0xb4,_0x10f358:0xa2,_0x4556af:0x7a,_0x1e495e:0xa3,_0x20582a:0x81,_0x37a315:0x25f,_0x359516:0x214,_0x5f3d10:0x1c6,_0x24b1b4:0x1ed,_0x567724:0x1b6,_0x44a162:0x1fc,_0x436c61:0x1fd,_0x2a3454:0x22c,_0x537fd4:0x251,_0x4be2ad:0x222,_0x15b8fa:0x1a9,_0x161747:0xa1,_0x5637e3:0x18d,_0x2a13bd:0x13f,_0x2a6f59:0x15b,_0x5eacd9:0x1bf,_0x885d87:0x19d,_0x548971:0x216,_0xc25d7b:0x12c,_0xb6f656:0x18b,_0x5a2021:0xef,_0x2b50d9:0x95,_0xc7cec1:0x103,_0x545b88:0x12b,_0x346385:0xef,_0x338c5d:0x102,_0x454fce:0x131,_0x5cec62:0xa4,_0x8888f3:0x127,_0x3222ba:0x114,_0x91f9a2:0xe9,_0x154f1d:0x97,_0x5648b6:0x16b,_0x27cf1e:0x125,_0x4f5880:0x12e,_0x2ef0bc:0x78,_0xa969cf:0x6c,_0x5ea77a:0xc3,_0xf48a72:0x24,_0x1a5401:0x19a,_0x96009b:0x19e,_0x3549a4:0x1ec,_0x331dcb:0x55,_0x356a13:0xa3,_0x2152c1:0x8c,_0x4ea83c:0x228,_0xdcb90e:0x95,_0x1e87df:0xd8,_0xf60fe7:0x54,_0x19ef4e:0x17a,_0x55c8b8:0xb6,_0x5c2a00:0xfa,_0x16f82e:0x242,_0x232c8a:0xfb,_0x1c2e0f:0x6f,_0x2538f2:0x35,_0x5b4910:0x67,_0x15d97e:0x4b,_0x5367bc:0xb8,_0x1cddee:0x64,_0x503b4b:0x7d,_0x55fd5a:0xf,_0x45e5b9:0x10,_0x3b4d20:0x103,_0x579667:0x11e,_0x4ad89a:0xef,_0x2432f9:0xf0,_0x109817:0xf4,_0x4d3018:0x124,_0x31ffc1:0xde,_0x484718:0x1a4,_0x582b21:0x216},_0x7b1177={_0x51a320:0xf6,_0x506fe2:0xe1,_0x22fbd6:0x1b5},_0x185ad8={_0x1b8b5c:0x1a0,_0x54089b:0xfb},_0x181ab6={'bCuDF':'Failed\x20to\x20'+'save\x20user\x20'+_0x4ef0db(0x1f8,_0x10d21e._0x4a4535,_0x10d21e._0x22bcd7,0x1c6),'AfvyA':function(_0x487cb0,_0x59d6b6){return _0x487cb0===_0x59d6b6;},'xqIVK':_0x417619(-0x8d,-0xd9,-_0x10d21e._0x535893,-_0x10d21e._0x147506)+_0x417619(-0x77,-_0x10d21e._0x4e16c3,-0x68,-_0x10d21e._0x2a4c94),'FRGSh':function(_0x58b2b3,_0x111bd2){return _0x58b2b3!==_0x111bd2;},'VmDnO':_0x4ef0db(0x1d6,0x20b,_0x10d21e._0x42ca30,_0x10d21e._0x354536),'aTbUb':_0x4ef0db(_0x10d21e._0x3ee773,0x20e,_0x10d21e._0x2454f5,_0x10d21e._0x4beb99),'SEJMN':_0x417619(-0xb1,-_0x10d21e._0x55617c,-_0x10d21e._0x3f690a,-0xf6)+_0x417619(-0x59,-_0x10d21e._0x42fbcc,-_0x10d21e._0x49cbba,-_0x10d21e._0x452a55)+_0x417619(-_0x10d21e._0x1aae50,-0x91,-0x7a,-0x114),'EsSvT':function(_0x28f39d,_0x377478){return _0x28f39d(_0x377478);},'VAIye':_0x4ef0db(0x245,0x1fc,_0x10d21e._0xec2ea3,_0x10d21e._0x1f3745),'XLnrJ':'IQHXQ','aNmOa':function(_0x47b28d,_0x91c927,_0x53263e){return _0x47b28d(_0x91c927,_0x53263e);},'QeYua':_0x417619(-0x81,-0xca,-_0x10d21e._0x32bbc5,-_0x10d21e._0x40af86)+_0x417619(-_0x10d21e._0x14bb23,-_0x10d21e._0x56c4df,-_0x10d21e._0x4146fe,-0x11b)+_0x4ef0db(_0x10d21e._0x2f98ba,0x1bb,0x1dc,_0x10d21e._0x5d8246)},_0x2de970=_0xca129d['logger']||_0x31e1af;if(!_0xe100ce){if(_0x181ab6[_0x4ef0db(_0x10d21e._0x42af45,_0x10d21e._0x140134,_0x10d21e._0x13cd41,0x1d9)](_0x417619(-0x63,-_0x10d21e._0x1a2496,-_0x10d21e._0x27dc46,-0x32),'JVxzs'))throw new Error(_0x181ab6['xqIVK']);else return![];}function _0x4ef0db(_0x2fcfdc,_0x40f97a,_0x3b4262,_0x13f6f3){return _0x4c96fc(_0x2fcfdc-0x1bc,_0x3b4262,_0x40f97a-_0x185ad8._0x1b8b5c,_0x13f6f3-_0x185ad8._0x54089b);}if(!_0x50b046)throw new Error('Provider\x20n'+_0x417619(-_0x10d21e._0x3eca3c,-_0x10d21e._0x1c1468,-_0x10d21e._0x1083fe,-0xaa)+_0x417619(-_0x10d21e._0x2566cf,-_0x10d21e._0x2b3434,-0x84,-_0x10d21e._0x3c237c));if(!_0x56972f?.[_0x417619(-0xcc,-0xed,-_0x10d21e._0x358921,-0x116)+'en']){if(_0x181ab6[_0x4ef0db(0x132,0x18c,_0x10d21e._0x57b0d6,_0x10d21e._0x52c696)](_0x181ab6[_0x4ef0db(0x1a5,_0x10d21e._0x396c33,_0x10d21e._0x5d0165,0x1d1)],_0x181ab6[_0x417619(-0xbd,-0xda,-0xcb,-0x118)]))throw new Error(_0x181ab6[_0x417619(-_0x10d21e._0x4756bf,-_0x10d21e._0x121d31,-_0x10d21e._0x4601ec,-0x14b)]);else{const _0x19d251={};_0x19d251[_0x4ef0db(0x1d1,0x230,_0x10d21e._0x522f2f,0x284)]=!![],_0x19d251['expires_at']=_0x882f2a[_0x4ef0db(0x162,0x1a5,_0x10d21e._0x5926b8,_0x10d21e._0xbcb742)],_0x19d251['github_log'+'in']=_0x108095['github_log'+'in'],_0x19d251[_0x4ef0db(_0x10d21e._0x36f50f,0x1d0,0x1f7,0x17a)+_0x417619(-0x6f,-0x3c,-_0x10d21e._0x325213,-0x3b)]=_0x5285fc['azure_user'+'name'],_0x19d251[_0x417619(-0xfd,-0xe7,-0xa3,-_0x10d21e._0x3bd61f)+'at']=_0x19729c[_0x4ef0db(0x18f,0x191,0x19e,0x152)+'at'],_0x2029c6[_0x29bb73]=_0x19d251;}}const _0x12ae96=await _0x181ab6[_0x417619(-0xe4,-0xc6,-0xaa,-0x105)](getEncryptionKey,_0xca129d),_0x4dad87=await _0x181ab6[_0x417619(-_0x10d21e._0x31edb7,-_0x10d21e._0x32bc3b,-0xa7,-_0x10d21e._0x82a2da)](loadTokenStorage,_0xca129d);!_0x4dad87[_0x417619(-0xa1,-0x6e,-_0x10d21e._0x2258b3,-_0x10d21e._0x3a0f47)]&&(_0x181ab6['AfvyA'](_0x181ab6[_0x417619(-0xd2,-0x87,-0xba,-_0x10d21e._0x34d9ed)],_0x181ab6[_0x417619(-_0x10d21e._0xd3c968,-0xd2,-_0x10d21e._0x2912b8,-0x130)])?_0x4dad87['tokens']={}:_0x401b2b[_0x417619(-0x95,-_0x10d21e._0x3969aa,-_0x10d21e._0x2cc3e6,-_0x10d21e._0x10f358)+_0x417619(-_0x10d21e._0x4556af,-0x70,-_0x10d21e._0x1e495e,-0x6e)]=_0x2e0eb4[_0x417619(-0x95,-_0x10d21e._0x20582a,-0x9f,-0xd6)+_0x4ef0db(_0x10d21e._0x37a315,_0x10d21e._0x359516,_0x10d21e._0x5f3d10,0x273)]);if(!_0x4dad87[_0x4ef0db(0x233,_0x10d21e._0x24b1b4,_0x10d21e._0x567724,_0x10d21e._0x44a162)][_0xe100ce]){if(_0x181ab6[_0x4ef0db(0x1ce,_0x10d21e._0x436c61,_0x10d21e._0x2a3454,0x1cb)]!==_0x181ab6[_0x4ef0db(_0x10d21e._0x537fd4,_0x10d21e._0x436c61,_0x10d21e._0x3ee773,0x1b2)]){const _0x1c2c7d={};_0x1c2c7d['error']=_0x15d3bc['message'],_0x41e670['error'](_0x181ab6[_0x4ef0db(0x1e5,0x1ee,_0x10d21e._0x4be2ad,_0x10d21e._0x15b8fa)],_0x1c2c7d);throw _0x23b7f7;}else _0x4dad87[_0x417619(-_0x10d21e._0x161747,-_0x10d21e._0x55617c,-0x73,-_0x10d21e._0x3969aa)][_0xe100ce]={};}const _0x29e798={'access_token':_0x181ab6[_0x4ef0db(0x1e5,_0x10d21e._0x5637e3,_0x10d21e._0x2a13bd,_0x10d21e._0x2a6f59)](encrypt,_0x56972f[_0x4ef0db(_0x10d21e._0x5eacd9,0x1c2,_0x10d21e._0x885d87,_0x10d21e._0x548971)+'en'],_0x12ae96),'connected_at':new Date()['toISOStrin'+'g']()};_0x56972f[_0x4ef0db(_0x10d21e._0xc25d7b,_0x10d21e._0xb6f656,0x1b5,0x1bc)+_0x417619(-_0x10d21e._0x5a2021,-_0x10d21e._0x2b50d9,-0xce,-0xbd)]&&(_0x29e798[_0x417619(-_0x10d21e._0xc7cec1,-0x12f,-_0x10d21e._0x545b88,-0xfe)+_0x417619(-_0x10d21e._0x346385,-_0x10d21e._0x338c5d,-_0x10d21e._0x454fce,-_0x10d21e._0x5cec62)]=_0x181ab6[_0x417619(-0x101,-_0x10d21e._0x8888f3,-0x14a,-0xdd)](encrypt,_0x56972f[_0x417619(-0x103,-0xb2,-_0x10d21e._0x3222ba,-0xb6)+'ken'],_0x12ae96));_0x56972f[_0x417619(-_0x10d21e._0x91f9a2,-0x148,-0xbd,-_0x10d21e._0x154f1d)]&&(_0x29e798[_0x4ef0db(0x1d3,0x1a5,0x1df,_0x10d21e._0x5648b6)]=_0x56972f[_0x417619(-_0x10d21e._0x91f9a2,-_0x10d21e._0x27cf1e,-_0x10d21e._0x4f5880,-0x9a)]);_0x56972f[_0x417619(-_0x10d21e._0x2ef0bc,-_0x10d21e._0xa969cf,-0x5f,-_0x10d21e._0x5ea77a)+'in']&&(_0x29e798[_0x417619(-_0x10d21e._0x2ef0bc,-_0x10d21e._0xf48a72,-0xc3,-0x70)+'in']=_0x56972f['github_log'+'in']);_0x56972f[_0x4ef0db(_0x10d21e._0x1a5401,0x1f9,_0x10d21e._0x96009b,_0x10d21e._0x3549a4)+_0x417619(-0x7a,-0xb1,-0x99,-_0x10d21e._0x331dcb)]&&(_0x29e798[_0x417619(-_0x10d21e._0x2b50d9,-_0x10d21e._0x356a13,-_0x10d21e._0x2152c1,-0x90)+_0x4ef0db(0x273,_0x10d21e._0x359516,_0x10d21e._0x4ea83c,0x206)]=_0x56972f[_0x417619(-_0x10d21e._0xdcb90e,-_0x10d21e._0x1e87df,-_0x10d21e._0x325213,-0xd2)+_0x417619(-0x7a,-0xd6,-_0x10d21e._0xf60fe7,-0xc8)]);_0x56972f[_0x4ef0db(0x184,0x1d0,_0x10d21e._0x19ef4e,0x1ad)+'name']&&(_0x29e798[_0x417619(-0xbe,-_0x10d21e._0x55c8b8,-_0x10d21e._0x5c2a00,-0x115)+_0x4ef0db(0x219,0x21f,0x1fd,_0x10d21e._0x16f82e)]=_0x56972f[_0x417619(-0xbe,-0x9a,-0xdf,-_0x10d21e._0x232c8a)+_0x417619(-_0x10d21e._0x1c2e0f,-0xc3,-_0x10d21e._0x2538f2,-_0x10d21e._0x5b4910)]);_0x4dad87['tokens'][_0xe100ce][_0x50b046]=_0x29e798,await saveTokenStorage(_0x4dad87,_0xca129d);function _0x417619(_0x3ca08a,_0x123560,_0xa2011e,_0x22933d){return _0x184527(_0x3ca08a-_0x7b1177._0x51a320,_0x3ca08a- -_0x7b1177._0x506fe2,_0xa2011e,_0x22933d-_0x7b1177._0x22fbd6);}const _0x22e087={};_0x22e087['userId']=_0xe100ce,_0x22e087[_0x417619(-_0x10d21e._0x15d97e,-0x18,-0x80,-0x8c)+'me']=_0x50b046,_0x22e087[_0x417619(-_0x10d21e._0x5367bc,-_0x10d21e._0x1cddee,-_0x10d21e._0x503b4b,-0xf3)+_0x417619(-0x4c,_0x10d21e._0x55fd5a,-0x63,_0x10d21e._0x45e5b9)]=!!_0x56972f[_0x417619(-_0x10d21e._0x3b4d20,-0xcb,-_0x10d21e._0x579667,-_0x10d21e._0x4ad89a)+_0x417619(-_0x10d21e._0x5a2021,-_0x10d21e._0x2432f9,-0x13d,-_0x10d21e._0x109817)],_0x22e087['expiresAt']=_0x56972f[_0x417619(-0xe9,-0x11f,-_0x10d21e._0x4d3018,-_0x10d21e._0x31ffc1)],_0x2de970[_0x4ef0db(_0x10d21e._0x484718,0x1c9,0x21c,_0x10d21e._0x582b21)](_0x181ab6['QeYua'],_0x22e087);}export async function updateUserGitToken(_0x264eab,_0x125f69,_0xdbae18,_0x59bf50={}){const _0x22c79f={_0x59bbde:0xec,_0x88dc21:0xbf,_0x4844de:0xbd,_0x58da6a:0x93,_0x3aa47b:0x326,_0x3cf870:0x33c,_0x1e7893:0x3d6,_0xeb05e7:0x10c,_0x14e3f2:0x31,_0x11a785:0x29,_0xf13cbd:0x2,_0x194a64:0x3e4,_0x3e816c:0xaa,_0x436f0d:0x62,_0x117081:0x1d,_0x46eb5c:0x60,_0x991439:0x3aa,_0x21b636:0x111,_0x37f5a2:0xb5,_0x49417c:0x38d,_0x3bbcd5:0x364,_0x315771:0x3ac,_0x5abcfa:0x35e,_0x275980:0x3b6,_0x3f96b9:0x37f,_0x1e33b8:0x386,_0x47a16b:0x308,_0x4fdb5b:0x325,_0x3fa7fb:0x122,_0x51d2e1:0xce,_0x4d60d3:0x32e,_0x38452b:0x373,_0x53a34c:0x357,_0x2b9423:0x81,_0x3bae1d:0xa7,_0x469ab6:0xf,_0x13c361:0x32d,_0x50f787:0x37a,_0x498f6f:0x36e,_0x4c3312:0xc5,_0x228ced:0x51,_0x4d89ef:0x6d,_0x48686a:0x26,_0x55e29d:0x26,_0x2359da:0x8b,_0x42ad01:0x51,_0xd31947:0x5c,_0x364cbe:0x6b,_0x506104:0xad,_0x3bd1e7:0xc8,_0xf3d508:0x41c,_0x5c24a2:0x3d2,_0x37a4ed:0x3e2,_0x3dd811:0x334,_0x497cbd:0x388,_0x49fb93:0x338,_0x4cf088:0x41a,_0x32088e:0xb1,_0x50a54f:0x6b,_0x52b30a:0x89,_0x4324ad:0x1c,_0x38bc1c:0x2e,_0xb1dc97:0x357,_0xfa9af5:0x361,_0x274a88:0xd3,_0xa6edd7:0x343,_0x1a1d4d:0x36b,_0x163619:0x39e,_0x3a6e3d:0x32f,_0x3adcff:0x31a,_0x19bcc9:0x97,_0x3b214f:0x39b,_0xdd396a:0x35d,_0xff4adb:0x3df,_0x386c92:0x353,_0x45fdbe:0x94,_0x5a9569:0xa1,_0x3d512e:0xff},_0x49373b={_0x447626:0x113},_0x1d8651={_0x289ed3:0x174},_0x5bc699={'tjVET':function(_0x5ece40,_0x159f7a,_0x2f6deb){return _0x5ece40(_0x159f7a,_0x2f6deb);},'swLMP':_0x16d146(_0x22c79f._0x59bbde,_0x22c79f._0x88dc21,_0x22c79f._0x4844de,0x115)+_0x16d146(0x88,0x65,_0x22c79f._0x58da6a,0x8a)+_0x38d52d(0x363,0x3b8,0x39c,0x366)+_0x38d52d(_0x22c79f._0x3aa47b,_0x22c79f._0x3cf870,0x382,_0x22c79f._0x1e7893),'hepjC':function(_0x5d608b,_0x140c41){return _0x5d608b(_0x140c41);},'MWNtt':'mGbUB','JcnVO':function(_0xd52967,_0x534426,_0x262377){return _0xd52967(_0x534426,_0x262377);},'ynSBq':function(_0xf79b46,_0x13e060){return _0xf79b46!==_0x13e060;},'ThZDW':_0x38d52d(0x3e4,0x39a,0x3a4,0x3c6)},_0x28102b=_0x59bf50[_0x16d146(0xe0,0xc4,0xd3,_0x22c79f._0xeb05e7)]||_0x31e1af;if(!_0x264eab||!_0x125f69)throw new Error(_0x5bc699['swLMP']);const _0x18279a=await getEncryptionKey(_0x59bf50),_0x3f14f8=await _0x5bc699[_0x16d146(-_0x22c79f._0x14e3f2,0x65,_0x22c79f._0x11a785,_0x22c79f._0xf13cbd)](loadTokenStorage,_0x59bf50),_0x5808f3=_0x3f14f8[_0x38d52d(_0x22c79f._0x194a64,0x371,0x3a5,0x368)]?.[_0x264eab]?.[_0x125f69];function _0x16d146(_0x5600b8,_0x5e0584,_0x24d278,_0x4144c7){return _0x4c96fc(_0x5600b8-_0x1d8651._0x289ed3,_0x4144c7,_0x24d278-0x3b,_0x4144c7-0x6a);}if(!_0x5808f3){if(_0x5bc699[_0x16d146(0xc5,_0x22c79f._0x3e816c,0x7a,0x70)]===_0x5bc699[_0x16d146(_0x22c79f._0x436f0d,_0x22c79f._0x117081,0x7a,_0x22c79f._0x46eb5c)])throw new Error(_0x38d52d(0x3b1,0x3f9,_0x22c79f._0x991439,0x3ea)+_0x16d146(_0x22c79f._0x21b636,0xa1,_0x22c79f._0x37f5a2,0xf4)+_0x38d52d(_0x22c79f._0x49417c,_0x22c79f._0x3bbcd5,_0x22c79f._0x315771,_0x22c79f._0x5abcfa)+_0x264eab+('\x20and\x20provi'+_0x38d52d(_0x22c79f._0x275980,0x327,_0x22c79f._0x3f96b9,_0x22c79f._0x1e33b8))+_0x125f69);else _0x2e4f13['refresh_to'+_0x38d52d(_0x22c79f._0x47a16b,0x3b2,0x357,_0x22c79f._0x4fdb5b)]=_0x5bc699[_0x16d146(0x114,_0x22c79f._0x3fa7fb,_0x22c79f._0x51d2e1,0x73)](_0x450dd1,_0xae38c8[_0x38d52d(0x2ec,_0x22c79f._0x4d60d3,0x343,0x34a)+_0x38d52d(_0x22c79f._0x38452b,0x351,_0x22c79f._0x53a34c,0x324)],_0x4ff2f8);}_0xdbae18[_0x16d146(_0x22c79f._0x2b9423,_0x22c79f._0x3bae1d,0x5d,_0x22c79f._0x469ab6)+'en']&&(_0x5808f3[_0x38d52d(0x354,_0x22c79f._0x13c361,_0x22c79f._0x50f787,_0x22c79f._0x498f6f)+'en']=_0x5bc699[_0x16d146(0xac,0x7c,_0x22c79f._0x4c3312,0xd8)](encrypt,_0xdbae18[_0x16d146(_0x22c79f._0x228ced,0x5,0x5d,_0x22c79f._0x4d89ef)+'en'],_0x18279a));function _0x38d52d(_0x51962e,_0x6f236,_0x3a25b3,_0x26273f){return _0x4c96fc(_0x51962e-0x6,_0x51962e,_0x3a25b3-0x358,_0x26273f-_0x49373b._0x447626);}_0xdbae18[_0x16d146(-0x39,0x73,_0x22c79f._0x48686a,_0x22c79f._0x55e29d)+'ken']&&(_0x5bc699[_0x16d146(_0x22c79f._0x2359da,_0x22c79f._0x42ad01,_0x22c79f._0xd31947,_0x22c79f._0x364cbe)](_0x16d146(0xd1,_0x22c79f._0x506104,0x87,_0x22c79f._0x3bd1e7),_0x5bc699[_0x38d52d(0x40d,_0x22c79f._0xf3d508,0x3c1,_0x22c79f._0x5c24a2)])?_0x4c6023[_0x38d52d(_0x22c79f._0x37a4ed,_0x22c79f._0x3dd811,_0x22c79f._0x497cbd,_0x22c79f._0x49fb93)+_0x38d52d(_0x22c79f._0x4cf088,0x3fa,0x3d7,0x3ec)]=_0xc099dd[_0x16d146(_0x22c79f._0x32088e,0xc6,_0x22c79f._0x50a54f,_0x22c79f._0x52b30a)+'name']:_0x5808f3[_0x16d146(_0x22c79f._0x4324ad,-0x6,0x26,-_0x22c79f._0x38bc1c)+_0x38d52d(0x31e,0x36f,_0x22c79f._0xb1dc97,_0x22c79f._0xfa9af5)]=_0x5bc699[_0x16d146(0xec,0xe7,0xc5,_0x22c79f._0x274a88)](encrypt,_0xdbae18[_0x38d52d(0x337,0x373,_0x22c79f._0xa6edd7,_0x22c79f._0x1a1d4d)+_0x38d52d(_0x22c79f._0x163619,_0x22c79f._0x3a6e3d,0x357,_0x22c79f._0x3adcff)],_0x18279a));_0xdbae18[_0x16d146(_0x22c79f._0x55e29d,0x35,0x40,0x6)]!==undefined&&(_0x5808f3[_0x16d146(0x51,0x6d,0x40,_0x22c79f._0x19bcc9)]=_0xdbae18[_0x38d52d(_0x22c79f._0x3b214f,0x311,_0x22c79f._0xdd396a,0x387)]);await _0x5bc699['JcnVO'](saveTokenStorage,_0x3f14f8,_0x59bf50);const _0x2d0a02={};_0x2d0a02[_0x38d52d(_0x22c79f._0xff4adb,_0x22c79f._0x386c92,0x3ab,0x34f)]=_0x264eab,_0x2d0a02['providerNa'+'me']=_0x125f69,_0x28102b['debug']('Updated\x20gi'+'t\x20token\x20fo'+_0x16d146(_0x22c79f._0x45fdbe,0x96,_0x22c79f._0x5a9569,_0x22c79f._0x3d512e),_0x2d0a02);}export async function deleteUserGitToken(_0x2bad05,_0x35fea6,_0x44a793={}){const _0x3ef98d={_0x22a051:0x3a2,_0x3b0717:0x3cf,_0x19ee54:0x2aa,_0x23b223:0x25b,_0x5756e1:0x258,_0x31c33e:0x229,_0x36d65a:0x337,_0x49f4cd:0x303,_0x2457bc:0x207,_0x38291b:0x260,_0x35c483:0x27f,_0x186ed2:0x278,_0x290375:0x2ab,_0x1eefe2:0x2a6,_0x242cb6:0x3b8,_0x56dd41:0x3c6,_0x426c5b:0x3f0,_0x29ae1a:0x23c,_0x433877:0x274,_0x2dc1e6:0x2bd,_0x1aa559:0x284,_0x12a75f:0x28c,_0x18eabc:0x261,_0x3d8f9c:0x2c0,_0x289fe9:0x3d5,_0x1b2133:0x36a,_0x2751e5:0x340,_0x5d9413:0x331,_0x16ee58:0x363,_0x1e36c8:0x3c3,_0x2fc276:0x228,_0x11163f:0x248,_0x1e698d:0x36d,_0x36bc7f:0x32b,_0x5ab3d:0x32e,_0x40a4e4:0x36d,_0x34291d:0x39f,_0x44e3e1:0x368,_0x3a48e1:0x33d,_0x2f27e1:0x267,_0x5cf786:0x2bc,_0xd90f00:0x2f0,_0x28d7a7:0x2b7,_0x4c8f3f:0x292,_0x22b93c:0x23d},_0x41997f={_0x388626:0x48,_0x1b5cfa:0x214,_0x192c2d:0x66},_0xfe3120={'vLIJb':function(_0x4807d4,_0x36f3f6){return _0x4807d4||_0x36f3f6;},'VzPxu':_0x2069f7(0x3e7,_0x3ef98d._0x22a051,_0x3ef98d._0x3b0717,0x36a)+_0x20cff1(_0x3ef98d._0x19ee54,0x26c,0x29b,0x246)+_0x20cff1(_0x3ef98d._0x23b223,_0x3ef98d._0x5756e1,_0x3ef98d._0x31c33e,0x25b)+_0x2069f7(_0x3ef98d._0x36d65a,0x34a,0x375,_0x3ef98d._0x49f4cd),'LHJKm':function(_0x288472,_0x47636a){return _0x288472!==_0x47636a;},'MdiGs':_0x20cff1(_0x3ef98d._0x2457bc,0x24b,_0x3ef98d._0x38291b,0x205),'UuPDq':function(_0x36bf1b,_0x26287f){return _0x36bf1b===_0x26287f;},'ndBRQ':function(_0x1b75cc,_0x140955,_0x74ed90){return _0x1b75cc(_0x140955,_0x74ed90);},'cbwpq':'Deleted\x20gi'+_0x20cff1(_0x3ef98d._0x35c483,_0x3ef98d._0x186ed2,0x223,_0x3ef98d._0x290375)+_0x20cff1(0x24a,0x27a,_0x3ef98d._0x1eefe2,0x26c)},_0x3b5df6=_0x44a793[_0x2069f7(0x363,_0x3ef98d._0x242cb6,_0x3ef98d._0x56dd41,_0x3ef98d._0x426c5b)]||_0x31e1af;function _0x2069f7(_0x26cb25,_0x3159e2,_0x4faba3,_0x12014f){return _0x184527(_0x26cb25-0x1c5,_0x3159e2-0x32d,_0x12014f,_0x12014f-0x1d8);}if(_0xfe3120[_0x20cff1(_0x3ef98d._0x29ae1a,_0x3ef98d._0x433877,0x2b1,_0x3ef98d._0x2dc1e6)](!_0x2bad05,!_0x35fea6))throw new Error(_0xfe3120[_0x20cff1(0x22b,_0x3ef98d._0x1aa559,0x2c5,_0x3ef98d._0x12a75f)]);const _0x9d0d7f=await loadTokenStorage(_0x44a793);if(!_0x9d0d7f[_0x20cff1(0x202,_0x3ef98d._0x18eabc,0x23d,_0x3ef98d._0x3d8f9c)]?.[_0x2bad05]?.[_0x35fea6]){if(_0xfe3120[_0x2069f7(0x387,0x3ac,_0x3ef98d._0x289fe9,0x362)](_0xfe3120[_0x2069f7(_0x3ef98d._0x1b2133,_0x3ef98d._0x2751e5,0x326,_0x3ef98d._0x5d9413)],_0xfe3120['MdiGs'])){const _0x381e1b={};return _0x381e1b[_0x2069f7(_0x3ef98d._0x16ee58,0x36d,0x3c0,_0x3ef98d._0x1e36c8)]={},_0x381e1b;}else return![];}delete _0x9d0d7f[_0x2069f7(0x3af,0x36d,0x37f,0x336)][_0x2bad05][_0x35fea6];_0xfe3120['UuPDq'](Object[_0x20cff1(0x242,0x206,_0x3ef98d._0x2fc276,_0x3ef98d._0x11163f)](_0x9d0d7f[_0x2069f7(0x364,_0x3ef98d._0x1e698d,_0x3ef98d._0x1b2133,_0x3ef98d._0x36bc7f)][_0x2bad05])['length'],0x1ee3+-0xd*-0x283+-0x1*0x3f8a)&&delete _0x9d0d7f[_0x2069f7(_0x3ef98d._0x5ab3d,_0x3ef98d._0x40a4e4,_0x3ef98d._0x34291d,0x3b3)][_0x2bad05];function _0x20cff1(_0x56bb05,_0x3c949f,_0xd2fdbb,_0x45ee49){return _0x4c96fc(_0x56bb05-_0x41997f._0x388626,_0x56bb05,_0x3c949f-_0x41997f._0x1b5cfa,_0x45ee49-_0x41997f._0x192c2d);}await _0xfe3120[_0x2069f7(0x36c,_0x3ef98d._0x44e3e1,0x324,_0x3ef98d._0x3a48e1)](saveTokenStorage,_0x9d0d7f,_0x44a793);const _0x2bd3a6={};return _0x2bd3a6[_0x20cff1(0x210,_0x3ef98d._0x2f27e1,0x228,_0x3ef98d._0x5cf786)]=_0x2bad05,_0x2bd3a6[_0x20cff1(_0x3ef98d._0xd90f00,_0x3ef98d._0x28d7a7,0x2c4,0x2b6)+'me']=_0x35fea6,_0x3b5df6[_0x20cff1(_0x3ef98d._0x4c8f3f,_0x3ef98d._0x22b93c,0x25c,0x20d)](_0xfe3120[_0x2069f7(0x37d,_0x3ef98d._0x16ee58,0x37d,0x391)],_0x2bd3a6),!![];}export function isTokenExpiringSoon(_0x1c6255,_0x1aa824=0x35a+0x21+0x29*-0x15){const _0x15e04f={_0x1ba5cd:0x6c,_0x2a8b21:0x1e9,_0x2da4dd:0x211,_0x1f5bbe:0xc4,_0x4bc69b:0xcf,_0x135f1b:0xb1,_0x14f074:0xf6,_0x2b09db:0x1d,_0x4e90e8:0x3e,_0x1210fa:0x6c,_0x3f2cc0:0x54,_0x13416d:0xe2},_0x4afcf1={_0x22fb7b:0x1bb},_0x1dec45={_0xb165a4:0xe1},_0x112160={};_0x112160[_0x3358d3(0x69,0x54,_0x15e04f._0x1ba5cd,0x8f)]=function(_0x3f8cb4,_0x42679d){return _0x3f8cb4*_0x42679d;},_0x112160['WQFXA']=function(_0x3ffa7e,_0x1c77ba){return _0x3ffa7e<=_0x1c77ba;};const _0x53f513=_0x112160;if(!_0x1c6255)return![];const _0x1f2180=new Date(_0x1c6255)[_0x3e0fca(-0x24c,-_0x15e04f._0x2a8b21,-0x229,-_0x15e04f._0x2da4dd)]();function _0x3e0fca(_0x5f1066,_0x4dfded,_0xf90002,_0xa379b0){return _0x184527(_0x5f1066-0x39,_0xa379b0- -0x2a1,_0x4dfded,_0xa379b0-_0x1dec45._0xb165a4);}function _0x3358d3(_0x50ad78,_0x2b76ae,_0x3f7f73,_0x9f63a8){return _0x4c96fc(_0x50ad78-_0x4afcf1._0x22fb7b,_0x2b76ae,_0x3f7f73-0x30,_0x9f63a8-0x2f);}const _0x3bdb32=Date[_0x3358d3(_0x15e04f._0x1f5bbe,_0x15e04f._0x4bc69b,_0x15e04f._0x135f1b,_0x15e04f._0x14f074)](),_0x190bcb=_0x53f513[_0x3358d3(_0x15e04f._0x2b09db,_0x15e04f._0x4e90e8,_0x15e04f._0x1210fa,_0x15e04f._0x3f2cc0)](_0x1aa824,-0x14f*-0x19+0x16b7+0xa*-0x585)*(-0x1*0x18e5+-0x2418+-0x1c1*-0x25);return _0x53f513[_0x3358d3(0xd0,0x88,0xad,_0x15e04f._0x13416d)](_0x1f2180-_0x3bdb32,_0x190bcb);}export function isTokenExpired(_0x2b32c5){const _0x1b9620={_0x589fc6:0x45a,_0x520a85:0x41c,_0x6e1a5c:0x494,_0x2c105e:0x464,_0x2d31ad:0x48c,_0x2948ed:0x49d,_0x1eab30:0x426,_0x4012a8:0x484,_0x4ab084:0x431,_0x1f4086:0x272,_0xc7f9ae:0x315,_0x1fac82:0x2d0,_0x22cf4a:0x250,_0x293ae1:0x292,_0x501e0a:0x2a5,_0x2a3b8c:0x2a9,_0x3339e3:0x228,_0x10c099:0x201,_0x13f013:0x29f,_0x5826dd:0x251},_0x34883d={_0x4c8489:0x40b,_0x40fcab:0x17c},_0x32c67e={};_0x32c67e[_0x4fdc5c(0x441,0x40d,_0x1b9620._0x589fc6,_0x1b9620._0x520a85)]=function(_0x5bdea6,_0x1353a1){return _0x5bdea6<_0x1353a1;},_0x32c67e['ggRcI']=function(_0x3c655d,_0xdd288b){return _0x3c655d===_0xdd288b;},_0x32c67e[_0x4fdc5c(_0x1b9620._0x6e1a5c,0x484,0x487,_0x1b9620._0x2c105e)]=_0x4fdc5c(0x473,0x498,_0x1b9620._0x2d31ad,_0x1b9620._0x2948ed);function _0x4fdc5c(_0x1b39d2,_0x588a16,_0x242f92,_0x33caae){return _0x4c96fc(_0x1b39d2-0xd0,_0x33caae,_0x588a16-_0x34883d._0x4c8489,_0x33caae-_0x34883d._0x40fcab);}const _0x375206=_0x32c67e;if(!_0x2b32c5){if(_0x375206[_0x4fdc5c(0x3e5,0x3fe,0x3ec,_0x1b9620._0x1eab30)](_0x375206[_0x4fdc5c(0x464,_0x1b9620._0x4012a8,0x460,_0x1b9620._0x4ab084)],'NnOSs'))return![];else{if(!_0x17a3e2)return![];return _0x375206[_0x504767(-_0x1b9620._0x1f4086,-0x327,-_0x1b9620._0xc7f9ae,-_0x1b9620._0x1fac82)](new _0x3dae7d(_0x23051b)[_0x504767(-_0x1b9620._0x22cf4a,-0x1e1,-_0x1b9620._0x293ae1,-0x235)](),_0x55e6fb[_0x4fdc5c(0x430,0x48c,0x4ad,0x494)]());}}function _0x504767(_0x313c96,_0x1447cb,_0x453b40,_0x4af0ae){return _0x184527(_0x313c96-0x46,_0x4af0ae- -0x2c5,_0x1447cb,_0x4af0ae-0x1de);}return _0x375206[_0x504767(-0x2b9,-_0x1b9620._0x501e0a,-_0x1b9620._0x2a3b8c,-0x2d0)](new Date(_0x2b32c5)[_0x504767(-0x231,-0x22f,-_0x1b9620._0x3339e3,-0x235)](),Date[_0x504767(-0x27a,-_0x1b9620._0x10c099,-_0x1b9620._0x13f013,-_0x1b9620._0x5826dd)]());}export async function getUserConnectionStatus(_0xc93f0e,_0x58e75b={}){const _0x65a610={_0x141339:0x553,_0x25d9ea:0x4ef,_0x33fa50:0x508,_0x1fbdac:0x58e,_0x2b63ff:0x480,_0x27d5ad:0x4f9,_0x40042b:0x47d,_0x2a13c4:0x4c0,_0x26149d:0x1fd,_0x1c76b1:0x1f0,_0x561574:0x1c1,_0xd2b51a:0x1c0,_0x21e9eb:0x24e,_0x46025b:0x208,_0x5bd613:0x1ee,_0x5bd2f1:0x274,_0x199818:0x247},_0x1aa886={_0x31e6ed:0x4,_0x15f40a:0x4c8},_0xbc042c=await loadTokenStorage(_0x58e75b),_0x1920ea=_0xbc042c[_0x2f2611(0x537,_0x65a610._0x141339,_0x65a610._0x25d9ea,_0x65a610._0x33fa50)]?.[_0xc93f0e];function _0x3060fb(_0x17ef1b,_0x3fa74c,_0x1df66e,_0x4c66cc){return _0x4c96fc(_0x17ef1b-0xde,_0x3fa74c,_0x4c66cc- -0x238,_0x4c66cc-0x18d);}function _0x2f2611(_0x5e6d66,_0x46f0d1,_0x46647d,_0x23319c){return _0x184527(_0x5e6d66-_0x1aa886._0x31e6ed,_0x23319c-_0x1aa886._0x15f40a,_0x46647d,_0x23319c-0x10);}if(!_0x1920ea)return{};const _0x1f0a06={};for(const [_0x31047e,_0x422197]of Object['entries'](_0x1920ea)){const _0x56a0fc={};_0x56a0fc[_0x2f2611(0x52a,_0x65a610._0x1fbdac,0x511,0x54b)]=!![],_0x56a0fc[_0x2f2611(_0x65a610._0x2b63ff,_0x65a610._0x27d5ad,_0x65a610._0x40042b,_0x65a610._0x2a13c4)]=_0x422197[_0x3060fb(-_0x65a610._0x26149d,-_0x65a610._0x1c76b1,-0x1e1,-0x233)],_0x56a0fc['github_log'+'in']=_0x422197[_0x3060fb(-_0x65a610._0x561574,-0x195,-_0x65a610._0xd2b51a,-0x1c2)+'in'],_0x56a0fc['azure_user'+'name']=_0x422197[_0x3060fb(-0x1f8,-0x1c1,-_0x65a610._0x21e9eb,-_0x65a610._0x46025b)+_0x2f2611(0x51f,_0x65a610._0x25d9ea,0x4fe,0x53a)],_0x56a0fc[_0x3060fb(-_0x65a610._0x5bd613,-_0x65a610._0x5bd2f1,-0x211,-_0x65a610._0x199818)+'at']=_0x422197[_0x3060fb(-0x27c,-0x268,-0x286,-0x247)+'at'],_0x1f0a06[_0x31047e]=_0x56a0fc;}return _0x1f0a06;}
|
package/dist/lib/users.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(_0xdcc44b,_0xaad1ad){const _0x1fad80={_0x341304:0xf5,_0x4fc042:0x13a,_0x4e0888:0x4c5,_0x1b0bd7:0x50b,_0x6d3170:0x135,_0x1ce699:0x465,_0x5383a7:0x46b,_0x5ebc08:0x44c,_0x9edeae:0x126,_0x46532e:0x470,_0x149cfb:0x178,_0x2b691f:0x44a,_0x212085:0x163,_0x336ef3:0x151,_0x206210:0x4c0,_0x25f247:0x47f,_0x26c682:0x489},_0x43678e={_0x4949ab:0x25b},_0x3f30c1={_0x347f9d:0x36d},_0x5a5b06=_0xdcc44b();function _0x5d73b2(_0x1626a8,_0x559b7d,_0x382d1f,_0x1bb293){return _0x1e26(_0x559b7d- -_0x3f30c1._0x347f9d,_0x1bb293);}function _0x578ef9(_0x155280,_0x29e02f,_0x26a63d,_0x1b78ad){return _0x1e26(_0x29e02f-_0x43678e._0x4949ab,_0x26a63d);}while(!![]){try{const _0x31e4ab=-parseInt(_0x5d73b2(-0xeb,-_0x1fad80._0x341304,-_0x1fad80._0x4fc042,-0xc4))/(0x430*-0x1+0x1*0x19ee+-0x15bd)*(parseInt(_0x578ef9(0x4f8,_0x1fad80._0x4e0888,0x492,_0x1fad80._0x1b0bd7))/(-0x2573*-0x1+-0x25*0x1f+-0x20f6))+parseInt(_0x5d73b2(-_0x1fad80._0x6d3170,-_0x1fad80._0x6d3170,-0x131,-0x117))/(-0x4d1*0x6+0x5c*0x59+0x313*-0x1)+parseInt(_0x578ef9(_0x1fad80._0x1ce699,_0x1fad80._0x5383a7,_0x1fad80._0x5ebc08,0x48e))/(-0x2376+-0x1553+0x38cd)*(-parseInt(_0x5d73b2(-0x117,-0x131,-0xf3,-_0x1fad80._0x9edeae))/(0x21a8+0x7f*0x3b+-0x6*0xa7c))+-parseInt(_0x578ef9(0x49a,0x49b,0x46c,_0x1fad80._0x46532e))/(-0x1*-0xde7+-0x1*0x28c+-0xb55)*(-parseInt(_0x578ef9(0x494,0x4da,0x4b7,0x491))/(-0x4e*0x52+0xb87*0x3+-0x992))+-parseInt(_0x5d73b2(-_0x1fad80._0x149cfb,-0x174,-0x1c1,-0x133))/(0x1be0+0x6f3*-0x5+-0x1*-0x6e7)+parseInt(_0x578ef9(_0x1fad80._0x2b691f,0x475,0x447,0x47b))/(-0x1695+0x881*0x2+0x59c)*(-parseInt(_0x5d73b2(-0x183,-_0x1fad80._0x212085,-_0x1fad80._0x336ef3,-0x13a))/(-0x2437+0xecc*0x1+-0x1*-0x1575))+parseInt(_0x578ef9(_0x1fad80._0x206210,_0x1fad80._0x25f247,0x46a,_0x1fad80._0x26c682))/(-0x127c+-0x1343+0x25ca*0x1);if(_0x31e4ab===_0xaad1ad)break;else _0x5a5b06['push'](_0x5a5b06['shift']());}catch(_0x449d9c){_0x5a5b06['push'](_0x5a5b06['shift']());}}}(_0x2f18,0x8a873+-0x4cd63+0x1c7bd));import{promises as _0x5ef0da}from'fs';import _0x48e5fa from'path';import _0x32e721 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=_0x48e5fa['dirname'](__filename),USERS_FILE=_0x48e5fa[_0x2667f3(0x4ad,0x4a5,0x47c,0x4b6)](DATA_DIR,_0x2667f3(0x409,0x435,0x3f2,0x408)),SALT_ROUNDS=0x809+-0x22bb+-0xd5e*-0x2;function _0x2f18(){const _0xc2702a=['Aw5MBW','tg9HzgvKihvZzq','sw52ywXPzcbWyq','uuTAAvO','swrdywO','ChjLzMvYzw5Jzq','vfPiu20','CMfUzg9T','BenKrfC','u3LxEeC','vxnLCNmGzMLSzq','t1zTrMi','C3rYAw5NAwz5','v0f4Auu','qKXtzg0','seTiCwm','tKngAwi','ruDfvNC','mtu3oti0og1Ps2L0sa','BYbWyxnZD29Yza','vvLZBxG','DMXnwuC','mZy1nZeWD2PothLl','zxrLihrOzsbSyq','C3n3B3jKigzVCG','vxnLCM5HBwuGjW','nZq1oda2rgvHDNDS','BNrPy2f0zwqGCW','zgLYBMfTzq','DxnLCL8','vxbKyxrLzcb1CW','EMfjreG','A0DMsfC','BgvUz3rO','BhLvs1K','u2v0ihbHC3n3BW','uMrYuhC','BwTKAxi','vxnLCIbOyxmGBG','vxnLCIbHDxrOzq','twLZC2LUzYbYzq','zxHPC3rZ','C3qGu2vYDMvYia','Eg9Lrhy','zw1HAwW','y29Kzq','qNzxDNC','Ag1Wyxu','AwXyEKK','A1blyMG','q0fOChi','B3zLihrOzsbSyq','DxnLCNm','ig5VDcbMB3vUza','z2DwuM0','shvxvxu','vgDnqxO','rMfPBgvKihrVia','BMfTzq','CxvPCMvKigzPzq','B3vUzdOG','ihvZzxi','zMLUzeLUzgv4','CMqGzM9YihvZzq','DxrMltG','vgvwrwS','uLL1vNu','tgPyENK','mJm0ndzHrvPmzKu','vxnLCIbUB3qGzG','B3vUzcbMB3iGza','C3nOx3vZzxjUyq','DxnLCKLK','Dg9ju09tDhjPBG','Dg9mB3DLCKnHCW','yxnO','EunnEgO','D3nSAKO','C3bSAwnL','zenfANG','z0vywfm','BvnMuwK','ndDxs3j1s1K','zxjYB3i','C3vIC3rY','Duf2CKW','BwLU','rNnxr1m','DxbnENK','mZvLC051t0i','DwLMtvi','lcbUyw1L','ywHOq2m','ru5pru5u','AM9PBG','jYbHBhjLywr5ia','DxnLCIbSAxn0','zergEKS','BvPjzLi','zMLwwM4','vKDlyMq','CMvJDxjZAxzL','ChvZAa','rgvSzxrLzcb1CW','q2fUBM90igrLBa','y3DMrKS','EeLvy3e','y291BNq','C2f2zsb1C2vYCW','rMrTwwK','y29TCgfYzq','DYb1C2vY','EMvKigvTChr5ia','DxnLCM5HBwu','mJyYndq4oe9mzxDtrq','DxnLCNmUANnVBG','wM1rEfC','CgfZC3DVCMrFAa','BgrZoIb1C2vYBG','C3rHDa','EgXpyMm','ywXPzgf0Aw9U','yxzHDgfY','Axntzxj2zxjbza','z2zJvKO','AgfZAa','zgvIDwC','thHQA3m','BxLuyve','zMLUza','u2f2zwqGDxnLCG','mteWzursAKLI','txLstuC','yvDsDNm','Be1UEwy','qwrTAw4','BxrPBwvnCW','mJrptejdDeS','q2fUBM90ihjLBq','sLDbsKO','zMLSDgvY','Bg9Hzcb1C2vYCW','Dg9tDhjPBMC','B1HNDLO','A2v5CW','CgTbDKy','A3rUvKO','ndmXmZqZCKXbwK1V','D3jPDgvgAwXL','wNbkEhK','CgfYC2u','CgfZC3DVCMq','wNDQyNq','zwXLDgLVBG','Bwjlzwu','AxzyyuW','uu9dtvu','mte3mZe3otDxyvPovuy','BM93'];_0x2f18=function(){return _0xc2702a;};return _0x2f18();}let usersCache=null;function _0x121f55(_0x3e3700,_0x204167,_0xb96d79,_0x45f72a){return _0x1e26(_0xb96d79- -0x24a,_0x3e3700);}let usersCacheMtime=null;export async function loadUsers(){const _0x2f5744={_0x16417e:0x51c,_0x4edc0c:0x540,_0x4e5bbe:0x4d1,_0xb6888b:0x7d,_0x1c9714:0x30,_0x2c150e:0x5f,_0x5b73d1:0x524,_0x240d60:0x557,_0x156bb0:0x56b,_0x30e903:0x33,_0x12d6b5:0x1,_0x598732:0x81,_0x3103b2:0x8f,_0x5a23e8:0x532,_0x13c3f5:0x51a,_0x12b16b:0x4b,_0x3a49d5:0x3b,_0x1ff979:0x4d7,_0x391585:0x52d,_0x308e73:0x502,_0x1853f4:0x40,_0x5bd14f:0xd,_0x49f644:0x31,_0x5e770e:0x508,_0x2e494e:0x4fd,_0x1f6154:0x540,_0x331224:0x52,_0x57b354:0x7a,_0x5469a9:0xac,_0x2ecb52:0xaa,_0x3279a5:0x27,_0x2cf3fe:0x4,_0x3b098b:0x23,_0x2e0b09:0x44,_0x1a29d4:0x7a,_0xee342f:0xb,_0x25ab07:0x7e,_0x221273:0x544,_0x205a39:0x4ff,_0x3d511b:0x550,_0x1ba718:0x1b,_0x253240:0x8,_0x2f7420:0x83,_0x444c68:0x582,_0x4c5e32:0x53f,_0x691537:0x562,_0x5a64bd:0x83,_0x222a84:0x5e,_0x48fbf8:0x3d,_0x385b91:0x4cb,_0x1a6f25:0x4e0,_0x560e2d:0x505,_0x58ea81:0x520,_0x38acc9:0x529,_0x57db96:0x565,_0xc7f99e:0x500,_0x24e7b2:0x4e9,_0x4a9795:0x4fe,_0xf95694:0x526,_0x2a0cab:0x53b,_0x475e59:0x22,_0x3cd883:0x1d,_0x410d44:0x1c,_0x1a52e2:0x4f9,_0xb8b675:0x513,_0x47fe6d:0x4bf,_0x5a8597:0x52a,_0x1a90bc:0x518,_0x683cfc:0x4dd,_0x2cf93e:0x513,_0x9707ed:0x4da,_0x3b8c0d:0x4bd,_0x3d2a02:0x569,_0x50a15f:0x4f2,_0x3953f8:0xe2,_0x2050ce:0x6f,_0x2bf799:0x97,_0x525b6d:0xd9},_0x1e2eef={_0x3251f5:0x1e7,_0x4a9625:0x64},_0x433ffb={_0x2257d9:0xca,_0x4c335c:0xe3},_0x515f83={};_0x515f83[_0x3471b0(0x15,-0xe,0x4a,0x13)]=function(_0x5d6a9c,_0x50231a){return _0x5d6a9c<=_0x50231a;};function _0x3471b0(_0x475ddc,_0x17841d,_0x4fe3ce,_0x109641){return _0x121f55(_0x109641,_0x17841d-_0x433ffb._0x2257d9,_0x475ddc-0x6e,_0x109641-_0x433ffb._0x4c335c);}_0x515f83[_0x598c79(_0x2f5744._0x16417e,_0x2f5744._0x4edc0c,0x516,_0x2f5744._0x4e5bbe)]='Cannot\x20rem'+_0x3471b0(_0x2f5744._0xb6888b,_0x2f5744._0x1c9714,0x43,_0x2f5744._0x2c150e)+_0x598c79(_0x2f5744._0x5b73d1,_0x2f5744._0x240d60,0x51c,_0x2f5744._0x156bb0)+_0x3471b0(0x32,_0x2f5744._0x30e903,-0xa,-_0x2f5744._0x12d6b5),_0x515f83[_0x3471b0(_0x2f5744._0x598732,_0x2f5744._0x3103b2,0x8e,0xbe)]=_0x598c79(0x533,0x4ee,_0x2f5744._0x5a23e8,0x558),_0x515f83[_0x598c79(_0x2f5744._0x13c3f5,0x4d2,0x506,0x51e)]=_0x3471b0(_0x2f5744._0x12b16b,0x2a,0xe,_0x2f5744._0x3a49d5)+'rs\x20from\x20fi'+'le',_0x515f83[_0x598c79(_0x2f5744._0x1ff979,_0x2f5744._0x391585,_0x2f5744._0x308e73,0x52b)]=_0x3471b0(_0x2f5744._0x1853f4,-_0x2f5744._0x5bd14f,_0x2f5744._0x49f644,0x18),_0x515f83[_0x598c79(_0x2f5744._0x5e770e,0x4dc,_0x2f5744._0x2e494e,_0x2f5744._0x1f6154)]='WZfGm',_0x515f83[_0x3471b0(_0x2f5744._0x331224,_0x2f5744._0x57b354,0x1c,0x52)]=function(_0x3b91da,_0x94d767){return _0x3b91da===_0x94d767;},_0x515f83[_0x3471b0(0x7a,_0x2f5744._0x5469a9,0x3c,_0x2f5744._0x2ecb52)]='ENOENT',_0x515f83[_0x3471b0(_0x2f5744._0x3279a5,_0x2f5744._0x2cf3fe,-_0x2f5744._0x3b098b,_0x2f5744._0x2e0b09)]=_0x3471b0(0x54,_0x2f5744._0x1a29d4,_0x2f5744._0xee342f,_0x2f5744._0x25ab07)+_0x598c79(_0x2f5744._0x221273,_0x2f5744._0x205a39,0x527,_0x2f5744._0x3d511b)+',\x20initiali'+_0x3471b0(_0x2f5744._0x1ba718,-_0x2f5744._0x253240,-0x2,0x1b)+_0x3471b0(0xaa,0xce,_0x2f5744._0x2f7420,0x92);function _0x598c79(_0x14f73d,_0x4b84a5,_0x2694e5,_0x445f55){return _0x121f55(_0x14f73d,_0x4b84a5-_0x1e2eef._0x3251f5,_0x2694e5-0x516,_0x445f55-_0x1e2eef._0x4a9625);}_0x515f83[_0x598c79(0x559,_0x2f5744._0x444c68,_0x2f5744._0x4c5e32,_0x2f5744._0x691537)]=_0x3471b0(_0x2f5744._0x5a64bd,_0x2f5744._0x222a84,0x39,_0x2f5744._0x48fbf8)+_0x598c79(0x51f,_0x2f5744._0x385b91,_0x2f5744._0x1a6f25,_0x2f5744._0x560e2d);const _0x1e58ca=_0x515f83;try{const _0x40f82e=await _0x5ef0da['readFile'](USERS_FILE,_0x1e58ca[_0x598c79(0x501,_0x2f5744._0x58ea81,_0x2f5744._0x38acc9,_0x2f5744._0x57db96)]),_0x59b1f8=JSON[_0x598c79(_0x2f5744._0xc7f99e,0x4c3,_0x2f5744._0x24e7b2,0x4fe)](_0x40f82e);usersCache=_0x59b1f8[_0x598c79(_0x2f5744._0x4a9795,0x4e8,_0x2f5744._0xf95694,_0x2f5744._0x2a0cab)]||[];const _0x16dc0a=await _0x5ef0da[_0x3471b0(_0x2f5744._0x475e59,0x44,0x7,_0x2f5744._0x3cd883)](USERS_FILE);usersCacheMtime=_0x16dc0a[_0x3471b0(0x33,0x64,0x67,-_0x2f5744._0x410d44)];const _0xc36f5b={};return _0xc36f5b['count']=usersCache[_0x598c79(0x55b,_0x2f5744._0x1a52e2,_0x2f5744._0xb8b675,0x54c)],logger[_0x598c79(0x4b2,_0x2f5744._0x47fe6d,_0x2f5744._0x4e5bbe,0x4b3)](_0x1e58ca[_0x3471b0(0x5e,0x5c,0x58,0x95)],_0xc36f5b),usersCache;}catch(_0x1cca35){if(_0x1e58ca[_0x598c79(0x511,0x4cd,0x502,0x52e)]===_0x1e58ca['OVmFb']){const _0x4dbfeb=_0x37c9a3[_0x598c79(_0x2f5744._0x5a8597,0x510,0x4df,0x4f3)](_0x329211=>_0x329211[_0x598c79(0x4c0,0x4d5,0x4ce,0x49a)+_0x3471b0(0xa0,0xbd,0x6c,0x98)]===!![])[_0x598c79(_0x2f5744._0x1a90bc,_0x2f5744._0x683cfc,_0x2f5744._0x2cf93e,_0x2f5744._0x9707ed)];if(_0x1e58ca[_0x598c79(_0x2f5744._0x308e73,0x4eb,_0x2f5744._0x3b8c0d,0x494)](_0x4dbfeb,0xc35*0x2+0x35*0x1c+-0x1e35))throw new _0x3fa439(_0x1e58ca['RdrPw']);}else{if(_0x1e58ca[_0x598c79(0x4f0,0x4b5,0x4fa,_0x2f5744._0xc7f99e)](_0x1cca35['code'],_0x1e58ca[_0x598c79(_0x2f5744._0x3d2a02,0x532,0x522,0x533)]))return usersCache=[],usersCacheMtime=null,logger[_0x598c79(0x500,0x4b6,_0x2f5744._0x50a15f,_0x2f5744._0x58ea81)](_0x1e58ca['gfcVJ']),usersCache;logger[_0x3471b0(0x9d,_0x2f5744._0x3953f8,_0x2f5744._0x2050ce,0xdc)](_0x1e58ca[_0x3471b0(_0x2f5744._0x2bf799,0xbc,_0x2f5744._0x525b6d,0x6a)],_0x1cca35);throw _0x1cca35;}}}export async function saveUsers(_0x52956e){const _0x5b44f1={_0x2a48e3:0x169,_0xa044ca:0xf8,_0x4e9630:0x108,_0x58a2d1:0x13f,_0x1be6d1:0x103,_0x37d457:0xd4,_0x4ebb79:0x17e,_0x28d9ba:0xfa,_0x654583:0x130,_0x3a7f77:0x140,_0x5a4ac7:0x138,_0x5b511e:0xfc,_0x5af519:0x149,_0x566470:0x18f,_0x4d957c:0x1d6,_0x2e8edb:0xc9,_0x8b88ef:0x167,_0x3c80d5:0xd0,_0x415648:0xe5,_0x572259:0xd9,_0x45ad8c:0x141,_0x7692ba:0x15e,_0x356d86:0x17d,_0x4c5fdc:0x1cf,_0x2081e1:0x14e,_0x229af2:0x1b0,_0x3cbcb5:0x1b2,_0x20e37c:0x112,_0x4f8cc6:0x1cc,_0x293fd9:0x1df,_0x58597a:0x10b,_0x57e790:0x131,_0x10bc08:0x1c5,_0xc16e03:0x1b0,_0x1374e4:0x154,_0x23b47b:0x15e,_0x4c4203:0x198,_0x282a80:0x122,_0x3b17ac:0x149,_0xdb421e:0x11c,_0x3318ad:0x18f,_0x499b7c:0x184,_0x26d7e3:0x16c,_0x68b14:0x120,_0x41e64d:0x105,_0x8394ba:0x104,_0xd70034:0x163,_0x55abba:0x170},_0x204572={_0x543844:0x27d},_0x305eef={_0x288a28:0x144,_0x5d493c:0x119};function _0x98335f(_0x107a38,_0x52eb3b,_0x5a03a5,_0x1511d2){return _0x121f55(_0x1511d2,_0x52eb3b-_0x305eef._0x288a28,_0x52eb3b- -_0x305eef._0x5d493c,_0x1511d2-0x1ec);}function _0x56da45(_0x1f7c87,_0x518229,_0x5119fe,_0x23f633){return _0x2667f3(_0x1f7c87-0xea,_0x518229-0x3c,_0x518229- -_0x204572._0x543844,_0x23f633);}const _0x5c8e4e={};_0x5c8e4e[_0x56da45(0x1a0,0x181,0x1c4,_0x5b44f1._0x2a48e3)]=_0x98335f(-0x123,-_0x5b44f1._0xa044ca,-_0x5b44f1._0x4e9630,-_0x5b44f1._0x58a2d1)+_0x98335f(-_0x5b44f1._0x1be6d1,-0xf7,-0xb7,-_0x5b44f1._0x37d457)+_0x98335f(-_0x5b44f1._0x4ebb79,-0x143,-0x18a,-0x14e),_0x5c8e4e[_0x98335f(-0xaa,-_0x5b44f1._0x28d9ba,-_0x5b44f1._0x654583,-0xb7)]=function(_0x5bbaa6,_0xba652e){return _0x5bbaa6===_0xba652e;},_0x5c8e4e[_0x98335f(-0x123,-0x140,-_0x5b44f1._0x3a7f77,-_0x5b44f1._0x5a4ac7)]=_0x98335f(-0xf2,-_0x5b44f1._0x5b511e,-_0x5b44f1._0x5af519,-0xfd),_0x5c8e4e[_0x56da45(0x1fb,0x1cc,_0x5b44f1._0x566470,_0x5b44f1._0x4d957c)]='utf-8';const _0x2d34ca=_0x5c8e4e;try{if(_0x2d34ca[_0x98335f(-_0x5b44f1._0x2e8edb,-_0x5b44f1._0x28d9ba,-0x129,-0xd0)](_0x2d34ca[_0x56da45(0x1bf,0x19e,_0x5b44f1._0x8b88ef,0x16c)],_0x98335f(-_0x5b44f1._0x3c80d5,-_0x5b44f1._0x415648,-0x120,-0x112))){const _0x48629b={};return _0x48629b[_0x98335f(-0x12d,-0xf5,-_0x5b44f1._0x572259,-0x116)]=_0x4bd34b,_0x40fc85[_0x98335f(-_0x5b44f1._0x45ad8c,-_0x5b44f1._0x7692ba,-0x138,-_0x5b44f1._0x356d86)](_0x2d34ca[_0x56da45(_0x5b44f1._0x4c5fdc,0x181,_0x5b44f1._0x2081e1,_0x5b44f1._0x229af2)],_0x48629b),![];}else{const _0xdbcb57=_0x48e5fa[_0x56da45(0x1dc,0x1bd,_0x5b44f1._0x3cbcb5,0x18e)](USERS_FILE),_0x35ff8d={};_0x35ff8d[_0x56da45(0x19f,_0x5b44f1._0x8b88ef,0x159,0x14c)]=!![],await _0x5ef0da[_0x98335f(-0xd6,-0x118,-_0x5b44f1._0x20e37c,-0x144)](_0xdbcb57,_0x35ff8d);const _0x11db7f={};_0x11db7f[_0x56da45(0x1c5,0x1d5,_0x5b44f1._0x4f8cc6,0x1b5)]=_0x52956e,await _0x5ef0da[_0x56da45(0x14d,0x196,_0x5b44f1._0x293fd9,0x1b9)](USERS_FILE,JSON[_0x98335f(-_0x5b44f1._0x58597a,-_0x5b44f1._0x57e790,-0x141,-0x127)](_0x11db7f,null,-0xf*-0x21e+-0x9*0x91+0x1aa7*-0x1),_0x2d34ca[_0x56da45(_0x5b44f1._0x10bc08,0x1cc,_0x5b44f1._0xc16e03,0x1c4)]);const _0x53d9b4=await _0x5ef0da[_0x98335f(-0x139,-0x165,-0x142,-0x185)](USERS_FILE);usersCache=_0x52956e,usersCacheMtime=_0x53d9b4[_0x98335f(-0x10e,-_0x5b44f1._0x1374e4,-_0x5b44f1._0x23b47b,-_0x5b44f1._0x4c4203)];const _0x525815={};_0x525815[_0x98335f(-_0x5b44f1._0x282a80,-0x171,-0x131,-_0x5b44f1._0x5a4ac7)]=_0x52956e[_0x98335f(-_0x5b44f1._0x3b17ac,-_0x5b44f1._0xdb421e,-0xfd,-0x117)],logger['info'](_0x56da45(_0x5b44f1._0x3318ad,_0x5b44f1._0x499b7c,0x1ba,_0x5b44f1._0x26d7e3)+'s\x20to\x20file',_0x525815);}}catch(_0x27dde9){logger[_0x98335f(-_0x5b44f1._0x68b14,-0xea,-_0x5b44f1._0x41e64d,-0x135)](_0x98335f(-0xee,-_0x5b44f1._0x8394ba,-_0x5b44f1._0x4e9630,-0x135)+_0x98335f(-_0x5b44f1._0xd70034,-_0x5b44f1._0x55abba,-0x16b,-0x12d),_0x27dde9);throw _0x27dde9;}}export async function getUsers(){const _0x39cc94={_0x5b4532:0x2e5,_0x487649:0x323,_0x23a8c3:0x32f,_0x4fa204:0x1bb,_0x583115:0x1c6,_0x2613a8:0x27a,_0x259370:0x2a3,_0x1618e6:0x1d5,_0x5a562c:0x25d,_0x16c786:0x26d,_0x5357b0:0x21a,_0x14ed3d:0x260,_0xc79137:0x206,_0x20c5b3:0x20b,_0xc5a637:0x359,_0x399016:0x312,_0x33774c:0x2ba,_0x30f2be:0x2a8,_0x11926c:0x2b0,_0x34b625:0x293,_0x346d93:0x334,_0x2eb685:0x347,_0x55b989:0x2cb,_0x18f8d5:0x306,_0x28ee5e:0x2ff,_0x3d3ab6:0x32f,_0x57c687:0x270,_0x3c7b94:0x2a1,_0x592f49:0x316,_0x17c171:0x32c,_0x11ff6e:0x25b,_0x5b6fad:0x295,_0x1712fd:0x241,_0xca4626:0x2ad,_0x422a35:0x234,_0x2dad20:0x251},_0xae7b={_0x2833f0:0xe9},_0xa05efe={_0x323e61:0x302};function _0x4b9d35(_0x326eac,_0x1cf687,_0x2e6972,_0x59ad89){return _0x121f55(_0x59ad89,_0x1cf687-0x64,_0x326eac-_0xa05efe._0x323e61,_0x59ad89-0x26);}const _0x2002cd={'uAvrL':function(_0x2d70db,_0x45a8d1){return _0x2d70db===_0x45a8d1;},'RYuVu':function(_0x1974ed,_0x3cf0a0){return _0x1974ed<=_0x3cf0a0;},'TgMAz':'Cannot\x20rem'+'ove\x20the\x20la'+_0x4b9d35(0x308,_0x39cc94._0x5b4532,0x2c6,_0x39cc94._0x487649)+'Admin','yCMxj':function(_0x28e010,_0x3dba1f){return _0x28e010!==_0x3dba1f;},'FsWGS':function(_0x13bf65,_0x35da1c){return _0x13bf65!==_0x35da1c;},'HzfLJ':function(_0x11a9aa,_0x583ff0){return _0x11a9aa!==_0x583ff0;},'QKZiZ':_0x4b9d35(0x33b,_0x39cc94._0x23a8c3,0x304,0x38a),'TZHSm':function(_0x224a44){return _0x224a44();}};function _0x53e683(_0x2b0f2a,_0x3f173e,_0x289a43,_0x453f02){return _0x2667f3(_0x2b0f2a-_0xae7b._0x2833f0,_0x3f173e-0x3c,_0x2b0f2a- -0x1f0,_0x289a43);}try{const _0x3621df=await _0x5ef0da[_0x53e683(0x206,_0x39cc94._0x4fa204,_0x39cc94._0x583115,0x208)](USERS_FILE);if(!usersCache||_0x2002cd[_0x53e683(_0x39cc94._0x2613a8,_0x39cc94._0x259370,0x25d,0x269)](_0x3621df[_0x53e683(0x217,_0x39cc94._0x1618e6,0x24f,_0x39cc94._0x5a562c)],usersCacheMtime)){if(_0x2002cd[_0x53e683(0x285,0x26f,_0x39cc94._0x16c786,0x2bd)](_0x53e683(_0x39cc94._0x5357b0,_0x39cc94._0x14ed3d,_0x39cc94._0xc79137,_0x39cc94._0x20c5b3),'nfKpc'))return await loadUsers();else{if(_0x2002cd[_0x4b9d35(0x333,_0x39cc94._0xc5a637,0x2f7,_0x39cc94._0x399016)](_0x440c6b[_0x4b9d35(_0x39cc94._0x33774c,0x28e,_0x39cc94._0x30f2be,_0x39cc94._0x11926c)+_0x53e683(0x284,0x285,0x282,_0x39cc94._0x34b625)],!![])&&_0x31e685[_0x4b9d35(0x2ba,0x298,_0x39cc94._0x11926c,0x2ed)+_0x4b9d35(_0x39cc94._0x346d93,0x30b,_0x39cc94._0x2eb685,0x335)]!==!![]){const _0x46811a=_0x2dffc5[_0x4b9d35(0x2cb,_0x39cc94._0x55b989,_0x39cc94._0x33774c,_0x39cc94._0x18f8d5)](_0x352f08=>_0x352f08[_0x4b9d35(0x2ba,0x2f6,0x2f8,0x2f7)+_0x53e683(0x284,0x291,0x2b8,0x23e)]===!![])[_0x4b9d35(_0x39cc94._0x28ee5e,0x31e,_0x39cc94._0x3d3ab6,0x2cd)];if(_0x2002cd[_0x53e683(_0x39cc94._0x57c687,0x29c,_0x39cc94._0x3c7b94,0x26f)](_0x46811a,-0x1*0xdf4+0x3*-0x2bf+0x1*0x1632))throw new _0x4e93dc(_0x2002cd[_0x4b9d35(_0x39cc94._0x592f49,0x32e,0x2e1,_0x39cc94._0x17c171)]);}}}}catch(_0x39624a){if(_0x2002cd['HzfLJ'](_0x39624a[_0x53e683(_0x39cc94._0x11ff6e,0x268,_0x39cc94._0x5b6fad,_0x39cc94._0x1712fd)],_0x2002cd[_0x4b9d35(0x2e1,_0x39cc94._0xca4626,0x322,0x2ab)]))throw _0x39624a;if(!usersCache)return await _0x2002cd[_0x53e683(_0x39cc94._0x422a35,0x26d,_0x39cc94._0x2dad20,0x1fb)](loadUsers);}return usersCache;}function _0x1e26(_0x2dffc5,_0xc8b2a2){_0x2dffc5=_0x2dffc5-(0x1af0+0x83+-0x1988);const _0x4e93dc=_0x2f18();let _0x3aad92=_0x4e93dc[_0x2dffc5];if(_0x1e26['mjlvBU']===undefined){var _0x545ca7=function(_0x35acdd){const _0x3fa439='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x5d50a9='',_0x401b1c='';for(let _0x42584d=0xd53+-0xe50+-0x17*-0xb,_0x3f7ea8,_0xc43f58,_0x3300ac=-0x203c+-0xd*0x1cf+0x37bf;_0xc43f58=_0x35acdd['charAt'](_0x3300ac++);~_0xc43f58&&(_0x3f7ea8=_0x42584d%(-0x977*0x3+0x115*-0x10+0x2db9)?_0x3f7ea8*(0x1417+0x1072+-0x2449)+_0xc43f58:_0xc43f58,_0x42584d++%(-0x4*-0x95+-0x1049*-0x1+-0x1*0x1299))?_0x5d50a9+=String['fromCharCode'](0x5*0x773+-0x15d3+0x1*-0xe6d&_0x3f7ea8>>(-(0xa53+-0x13bd*0x1+0x96c)*_0x42584d&0x4*-0x892+-0x115+0x2363*0x1)):0x119b*-0x2+0x1*0x105c+0x12da){_0xc43f58=_0x3fa439['indexOf'](_0xc43f58);}for(let _0x2b2700=-0x17a8*-0x1+-0x2701+0xf59,_0x3fd948=_0x5d50a9['length'];_0x2b2700<_0x3fd948;_0x2b2700++){_0x401b1c+='%'+('00'+_0x5d50a9['charCodeAt'](_0x2b2700)['toString'](-0x5a9+0x62b*0x3+-0x2*0x664))['slice'](-(0x5*0x2dc+0xfa6+-0x1df0));}return decodeURIComponent(_0x401b1c);};_0x1e26['jhUmgl']=_0x545ca7,_0x1e26['VzzMjk']={},_0x1e26['mjlvBU']=!![];}const _0x410385=_0x4e93dc[-0x2*0x661+0x2*0xd3c+-0x492*0x3],_0x28da2f=_0x2dffc5+_0x410385,_0x37c9a3=_0x1e26['VzzMjk'][_0x28da2f];return!_0x37c9a3?(_0x3aad92=_0x1e26['jhUmgl'](_0x3aad92),_0x1e26['VzzMjk'][_0x28da2f]=_0x3aad92):_0x3aad92=_0x37c9a3,_0x3aad92;}export async function findUserByUsername(_0x44cb37){const _0x2c6e43={_0x6e1c22:0x4bf,_0x19c057:0x467,_0x4be670:0x481,_0x48c328:0x452,_0x12d68e:0x3e7},_0xebb2a1={_0x48062e:0x14b,_0x2f89eb:0xbb},_0x51663a={_0x56f121:0x1cc},_0x39e216={'BvWvw':function(_0x2eb093){return _0x2eb093();}};function _0x53bd93(_0x279ece,_0x43c123,_0xdf9c36,_0x4fe10d){return _0x121f55(_0x4fe10d,_0x43c123-_0x51663a._0x56f121,_0x43c123-0x469,_0x4fe10d-0x166);}function _0x57186e(_0x5b2e72,_0x132c13,_0x323289,_0x2b3d1e){return _0x2667f3(_0x5b2e72-0x10b,_0x132c13-_0xebb2a1._0x48062e,_0x2b3d1e- -_0xebb2a1._0x2f89eb,_0x323289);}const _0x1f0839=await _0x39e216[_0x53bd93(_0x2c6e43._0x6e1c22,0x473,_0x2c6e43._0x19c057,_0x2c6e43._0x4be670)](getUsers);return _0x1f0839[_0x53bd93(_0x2c6e43._0x48c328,0x427,0x41e,_0x2c6e43._0x12d68e)](_0x28ecb8=>_0x28ecb8[_0x57186e(0x321,0x34b,0x2f7,0x335)]===_0x44cb37)||null;}export async function findUserById(_0x48e3c1){const _0x3ceb43=await getUsers();return _0x3ceb43['find'](_0x5ef7c0=>_0x5ef7c0['id']===_0x48e3c1)||null;}export async function findUserByEmail(_0x1853d2){const _0x5aa024={_0x240c59:0x400},_0x4f4764={_0x2580aa:0x1ea},_0x5e71ff=await getUsers();function _0x187a13(_0x5bc474,_0x1883a6,_0x5245af,_0x47f415){return _0x2667f3(_0x5bc474-0x1d5,_0x1883a6-0x1c0,_0x1883a6- -0xfc,_0x5bc474);}function _0x4406ed(_0x4b333e,_0x14a290,_0xc085,_0x1e4200){return _0x121f55(_0xc085,_0x14a290-_0x4f4764._0x2580aa,_0x14a290-0x3fe,_0x1e4200-0x14);}return _0x5e71ff[_0x4406ed(0x3b5,0x3bc,0x3f5,_0x5aa024._0x240c59)](_0xf3be53=>_0xf3be53[_0x187a13(0x36c,0x34e,0x394,0x30a)]?.[_0x4406ed(0x461,0x424,0x441,0x460)+'e']()===_0x1853d2?.[_0x4406ed(0x414,0x424,0x42e,0x447)+'e']())||null;}export async function hashPassword(_0x2d106c){const _0x43967f={_0x2e93ed:0x1e7,_0x2f1803:0x22c},_0x54fab8={_0x4343a3:0x9b,_0x1c4d9d:0x17};function _0x4b0ec6(_0x31152f,_0x380154,_0x445b8,_0x3f8f02){return _0x2667f3(_0x31152f-_0x54fab8._0x4343a3,_0x380154-_0x54fab8._0x1c4d9d,_0x3f8f02- -0x1ea,_0x380154);}return await _0x32e721[_0x4b0ec6(_0x43967f._0x2e93ed,_0x43967f._0x2f1803,0x21d,0x212)](_0x2d106c,SALT_ROUNDS);}export async function validatePassword(_0x5b748,_0xc8e0ae){const _0x365373={_0x457aab:0x84,_0x19d852:0xe5,_0x307d42:0xcc,_0x8926a8:0x11a,_0x2252ba:0x104,_0x177231:0xf8,_0x47381d:0x90,_0x148e53:0x6d,_0x18a7c3:0x16c,_0x2b38df:0x123,_0x1a55ac:0xef,_0x2cefa9:0x13d,_0x516b8b:0xc0,_0x2ab925:0xe6,_0x16cfb9:0x14a,_0x1bcf02:0x15,_0x55a1f2:0xab,_0x5e6842:0x74,_0x2bddbb:0x14f,_0x22bc93:0x154,_0x2649c3:0x126,_0xd29bae:0x109,_0x5b9d48:0x60,_0x57ee45:0x85,_0x2ff5d9:0xc9,_0x4f9972:0x20,_0xff3da7:0x81,_0x127fb2:0x44,_0x4707d9:0x13,_0x3d3e44:0x51,_0x409359:0x53,_0x2d40c6:0xcc,_0x1602c8:0x11c,_0x304ec7:0x12b,_0x2046f9:0xaa,_0x235a1d:0x118,_0x490802:0xf5,_0x46e7a0:0xd2,_0x22fa3c:0xb2},_0x1273a4={_0x1280d9:0x23,_0xeedbbd:0x187};function _0x3b6236(_0x2c56a3,_0x3959b7,_0x127166,_0x3cb662){return _0x2667f3(_0x2c56a3-0x19a,_0x3959b7-0x77,_0x3cb662- -0x53a,_0x127166);}const _0x4fbd33={'Zwjbt':function(_0x2146c4,_0x4ce4ed){return _0x2146c4(_0x4ce4ed);},'ggVRm':_0x1ec835(_0x365373._0x457aab,_0x365373._0x19d852,0x73,0xb7)+'ound\x20for\x20v'+_0x1ec835(0x46,0x21,0x6f,0x4c),'myTaQ':_0x3b6236(-0xfa,-0x158,-_0x365373._0x307d42,-_0x365373._0x8926a8)+_0x3b6236(-0x10a,-0x10c,-0x131,-_0x365373._0x2252ba)+_0x1ec835(_0x365373._0x177231,_0x365373._0x47381d,_0x365373._0x148e53,0xaf)},_0x59305b=await _0x4fbd33[_0x3b6236(-0x14e,-_0x365373._0x18a7c3,-0x15b,-_0x365373._0x2b38df)](findUserByUsername,_0x5b748);if(!_0x59305b){const _0xe90f5b={};return _0xe90f5b[_0x3b6236(-0x10f,-0x161,-0x158,-0x14a)]=_0x5b748,logger[_0x3b6236(-_0x365373._0x1a55ac,-0x105,-0x108,-_0x365373._0x2cefa9)](_0x4fbd33[_0x3b6236(-0x12f,-_0x365373._0x516b8b,-0xb9,-_0x365373._0x2ab925)],_0xe90f5b),null;}if(!_0x59305b['password_h'+'ash']){const _0x490228={};return _0x490228[_0x3b6236(-0x153,-0x17f,-0x107,-_0x365373._0x16cfb9)]=_0x5b748,logger[_0x1ec835(_0x365373._0x1bcf02,0x48,0x26,0x51)](_0x1ec835(0x5e,_0x365373._0x55a1f2,_0x365373._0x5e6842,0x98)+_0x3b6236(-_0x365373._0x2bddbb,-0x135,-_0x365373._0x22bc93,-0x109)+'\x20set',_0x490228),null;}const _0x242df7=await _0x32e721[_0x3b6236(-0x18a,-_0x365373._0x2649c3,-_0x365373._0xd29bae,-0x14d)](_0xc8e0ae,_0x59305b[_0x1ec835(0x54,_0x365373._0x5b9d48,_0x365373._0x57ee45,0x48)+_0x3b6236(-_0x365373._0x2ff5d9,-0x98,-_0x365373._0x177231,-0xd1)]);if(!_0x242df7){const _0x3121e6={};return _0x3121e6[_0x1ec835(_0x365373._0x4f9972,_0x365373._0xff3da7,-0x9,_0x365373._0x127fb2)]=_0x5b748,logger[_0x1ec835(0x3b,_0x365373._0x4707d9,0x60,_0x365373._0x3d3e44)](_0x4fbd33[_0x1ec835(0x99,0x2c,0x9e,_0x365373._0x409359)],_0x3121e6),null;}const _0xa1ae0={};_0xa1ae0['username']=_0x5b748,_0xa1ae0['userId']=_0x59305b['id'],logger[_0x3b6236(-0xe9,-0xe1,-_0x365373._0x2d40c6,-_0x365373._0x1602c8)](_0x3b6236(-_0x365373._0x304ec7,-_0x365373._0x2046f9,-_0x365373._0x235a1d,-_0x365373._0x490802)+_0x1ec835(_0x365373._0x46e7a0,_0x365373._0x22fa3c,0x54,0x8d)+'uccessfull'+'y',_0xa1ae0);function _0x1ec835(_0x4bae23,_0x5470dc,_0x5064de,_0x4270a6){return _0x2667f3(_0x4bae23-_0x1273a4._0x1280d9,_0x5470dc-_0x1273a4._0xeedbbd,_0x4270a6- -0x3ac,_0x5470dc);}return _0x59305b;}export async function createUser(_0x505114){const _0x884873={_0x3b963c:0x93,_0x52d391:0x47,_0x1bb1db:0x43,_0x3e423d:0xb6,_0x2d796b:0x92,_0x7e6582:0x85,_0x2c18de:0x49,_0x2d036b:0x8a,_0x5e2803:0xc0,_0x485e09:0x1e4,_0x2ea5e7:0x169,_0x1eee8f:0x182,_0x1aed07:0x152,_0x2650d4:0x167,_0x4c736c:0x88,_0xfb00a9:0x12,_0x2a2999:0x130,_0x2354cb:0x194,_0x3d8cf1:0xe6,_0x3e68cc:0xb3,_0x14c5a1:0xd1,_0x3a5120:0x77,_0x159ea9:0x59,_0x33d343:0x26,_0x4e2142:0xb4,_0x375301:0x90,_0x1a78b4:0x1cf,_0x455803:0x1ad,_0x25ff06:0x164,_0x1adb79:0x7e,_0x42cfec:0x94,_0x6bc44f:0x1c3,_0x6bc5b3:0x163,_0x8fbbb6:0x17e,_0x21d230:0x66,_0x126a8d:0x56,_0x3175b7:0x132,_0x59ca6a:0x31,_0x1c9947:0x6f,_0x45f575:0x91,_0x59b63f:0xd8,_0x56e8c1:0x8a,_0x2e0cad:0xec,_0x3e6b74:0xa3,_0xa920b0:0x4f,_0x2153ce:0x181,_0x2cbd32:0x162,_0x56941d:0x1c1,_0x4bc995:0x19,_0x39f4cc:0x14b,_0x2ca1c8:0x104,_0x4b7047:0x84,_0x46e8c6:0xf3,_0xd3397d:0x21,_0x199ca7:0x167,_0x1fb1f6:0x1da,_0x5d4943:0x5d,_0x1494da:0x1c5,_0x5221a1:0x1e8},_0x3def8b={_0x48fe49:0x95},_0x3fc6eb={_0xf59fb:0x184},_0x289fe2={'SyWxG':function(_0x430d40){return _0x430d40();},'WAxiE':function(_0x215eee,_0x186b32){return _0x215eee===_0x186b32;},'ivXaL':_0x386a32(0x46,0x19,0x5e,0xa3),'dDFzK':function(_0x95c9b1,_0x4629ee){return _0x95c9b1(_0x4629ee);},'kPKbh':function(_0x49a365,_0x36c9c8){return _0x49a365===_0x36c9c8;},'kGfHW':function(_0x5750b5,_0x29275a){return _0x5750b5!==_0x29275a;},'aWRvs':'Created\x20ne'+_0x386a32(_0x884873._0x3b963c,-0x9,_0x884873._0x52d391,0x82)},_0x31d67c=await _0x289fe2[_0x386a32(_0x884873._0x1bb1db,0x46,0x80,_0x884873._0x3e423d)](getUsers);if(!_0x505114[_0x386a32(_0x884873._0x2d796b,_0x884873._0x7e6582,_0x884873._0x2c18de,0x63)]||!_0x505114[_0x7555e2(-0x175,-0x18c,-0x1a5,-0x166)]||!_0x505114['name']){if(_0x289fe2['WAxiE'](_0x289fe2[_0x386a32(_0x884873._0x2d036b,0xc3,0x73,_0x884873._0x5e2803)],_0x289fe2[_0x7555e2(-0x1a5,-_0x884873._0x485e09,-_0x884873._0x2ea5e7,-_0x884873._0x1eee8f)]))throw new Error(_0x7555e2(-0x179,-0x139,-0x1ae,-0x173)+_0x7555e2(-0x166,-_0x884873._0x1aed07,-0x19b,-_0x884873._0x2650d4)+_0x386a32(_0x884873._0x4c736c,0x89,0x4e,_0x884873._0xfb00a9)+'ame,\x20email'+_0x7555e2(-0x146,-0x18c,-_0x884873._0x2a2999,-_0x884873._0x2354cb));else throw new _0xa6582a(_0x386a32(_0x884873._0x3d8cf1,0xfc,0xbc,0x93)+_0x386a32(0x6b,0x98,_0x884873._0x3e68cc,_0x884873._0x14c5a1)+_0x255f2b);}const _0x151d9b=_0x31d67c[_0x386a32(0x9d,_0x884873._0x3a5120,_0x884873._0x159ea9,_0x884873._0x33d343)](_0x132180=>_0x132180[_0x7555e2(-0x1cf,-0x182,-0x1c2,-0x1e6)]===_0x505114[_0x7555e2(-0x1cf,-0x209,-0x18e,-0x1d3)]);if(_0x151d9b)throw new Error(_0x386a32(_0x884873._0x4e2142,0x68,_0x884873._0x375301,0x9c)+_0x505114[_0x7555e2(-_0x884873._0x1a78b4,-_0x884873._0x455803,-0x202,-0x1ef)]+('\x27\x20already\x20'+_0x7555e2(-0x178,-0x13e,-_0x884873._0x25ff06,-0x150)));const _0xd813d4=_0x386a32(_0x884873._0x1adb79,0x6b,_0x884873._0x42cfec,0xe2)+Date[_0x7555e2(-0x1a2,-_0x884873._0x6bc44f,-_0x884873._0x6bc5b3,-_0x884873._0x8fbbb6)]()+'_'+Math[_0x7555e2(-0x19a,-0x1a4,-0x1a2,-0x1b4)]()[_0x386a32(0x3d,0x3e,_0x884873._0x21d230,_0x884873._0x126a8d)](0x2476+-0xfd*-0xb+0xfbb*-0x3)[_0x7555e2(-0x14d,-_0x884873._0x3175b7,-0x107,-0x178)](0x5*-0x80+0x25a9*0x1+-0x2327,-0x1*-0x13cc+-0x12f9+0xca*-0x1);function _0x386a32(_0x2b37bc,_0x485e7c,_0x55d2c9,_0x476bc4){return _0x2667f3(_0x2b37bc-0x18d,_0x485e7c-_0x3fc6eb._0xf59fb,_0x55d2c9- -0x3a7,_0x2b37bc);}const _0x44d150=_0x505114[_0x386a32(0x31,_0x884873._0x59ca6a,_0x884873._0x1c9947,0x52)]?await _0x289fe2[_0x386a32(_0x884873._0x45f575,_0x884873._0x14c5a1,_0x884873._0x59b63f,_0x884873._0x56e8c1)](hashPassword,_0x505114[_0x7555e2(-0x1a9,-0x168,-0x185,-0x1d7)]):null,_0xe91f35=_0x289fe2[_0x386a32(_0x884873._0x2e0cad,0xe2,0xa8,0xcb)](_0x31d67c[_0x386a32(_0x884873._0x3e6b74,0x56,0x98,_0x884873._0xa920b0)],-0x80*0x3a+-0x881*0x3+-0x5*-0xae7)&&_0x289fe2[_0x7555e2(-_0x884873._0x2153ce,-_0x884873._0x2cbd32,-0x1ae,-_0x884873._0x56941d)](_0x505114[_0x386a32(0x64,0x31,0x53,_0x884873._0x4bc995)+_0x7555e2(-_0x884873._0x39f4cc,-0x11b,-0x11b,-_0x884873._0x2ca1c8)],!![]),_0x191371=_0x289fe2[_0x386a32(0x87,0xb0,_0x884873._0x4b7047,_0x884873._0x4b7047)](_0x505114['isServerAd'+_0x386a32(0xd2,_0x884873._0x46e8c6,0xcd,0xd4)],!![])||_0xe91f35;function _0x7555e2(_0x17b42d,_0x16345d,_0x5e729e,_0x538081){return _0x2667f3(_0x17b42d-_0x3def8b._0x48fe49,_0x16345d-0xbc,_0x17b42d- -0x5bf,_0x538081);}const _0x34d757={'id':_0xd813d4,'username':_0x505114[_0x386a32(0x13,0x6c,0x49,_0x884873._0xd3397d)],'email':_0x505114['email'],'name':_0x505114[_0x7555e2(-_0x884873._0x199ca7,-0x151,-0x161,-0x136)],'password_hash':_0x44d150,'created_at':new Date()[_0x386a32(0xa2,0x9a,_0x884873._0x5e2803,0xda)+'g'](),'isServerAdmin':_0x191371?!![]:undefined};_0x31d67c[_0x7555e2(-_0x884873._0x1fb1f6,-0x18b,-0x1d3,-0x1b3)](_0x34d757),await _0x289fe2['dDFzK'](saveUsers,_0x31d67c),logger['info'](_0x289fe2[_0x386a32(0x33,0x2f,_0x884873._0x5d4943,0x7a)],{'userId':_0x34d757['id'],'username':_0x34d757['username'],'hasPassword':!!_0x44d150,'isServerAdmin':_0x289fe2[_0x386a32(0xa3,0xb9,0xa8,0xae)](_0x34d757[_0x7555e2(-_0x884873._0x1494da,-0x1e1,-_0x884873._0x5221a1,-0x176)+'min'],!![]),'autoPromotedFirstUser':_0xe91f35});const {password_hash:_0x3149b9,..._0x535958}=_0x34d757;return _0x535958;}export async function updateUser(_0x1fff71,_0x1b1fe2){const _0x2fe3f9={_0x2f10ba:0x1ad,_0x3c2a43:0x152,_0xb71f80:0x408,_0x33d44d:0x3f5,_0x50a33b:0x41b,_0x21a8d0:0x43c,_0x4b1a55:0x409,_0x4fcb8b:0x411,_0x1abf6b:0x185,_0xf7a1b4:0x183,_0x1bf4cb:0x1c8,_0x66e44b:0x159,_0x4da02b:0x3a7,_0x157193:0x3a9,_0x5e3e73:0x1c7,_0x4c6c1c:0x16b,_0x3628e8:0x196,_0x476e8c:0x150,_0x200ee1:0x133,_0x417f86:0x175,_0x3cc5f7:0x182,_0x2df989:0x1db,_0x4b8e65:0x21f,_0x1a7902:0x210,_0x2e4bad:0x42d,_0xf486be:0x43c,_0x24a7c5:0x3e1,_0x45ecf7:0x3ea,_0x35a3bc:0x406,_0x50f74e:0x16f,_0x50986b:0x171,_0x82b740:0x164,_0x1a31c2:0x40a,_0x5928d1:0x416,_0x343380:0x1af,_0x1fc6e5:0x189,_0x245c76:0x452,_0x29aeef:0x1c6,_0x281138:0x1b3,_0x49f7c6:0x186,_0x3bbecc:0x3b2,_0x2e1dcc:0x3cd,_0x13c446:0x3bd,_0x3be61c:0x1f3,_0x5e7c42:0x3e1,_0xb421d8:0x179,_0x3ca0e7:0x18c,_0x113f85:0x140,_0x5930c6:0x453,_0x140cd5:0x40d,_0x55e11a:0x126,_0x2d550d:0x19a,_0x129ea5:0x136,_0x9a315d:0x1bf,_0x52c7c7:0x179,_0x3b410e:0x3cf,_0x5b8ad1:0x3e0,_0x33f74b:0x3e2,_0x1cc9a8:0x179,_0x2dc687:0x1c9,_0x23931b:0x196,_0x214ad3:0x1b2,_0x44a975:0x18a,_0x3e22eb:0x193,_0x30df87:0x1a3,_0x272023:0x157,_0x970090:0x1b9,_0x62974d:0x1d1,_0x59324c:0x3ed,_0x4d2356:0x406,_0x5dda1b:0x47a,_0x1dd92b:0x485,_0x3b7c79:0x188,_0x890862:0x1d0,_0x15be83:0x1d9,_0x5cc5a0:0x3f8,_0xe9a119:0x3d9,_0x4b3d3a:0x3fc,_0x105d97:0x1d7,_0x13feaa:0x3d8,_0x55de8a:0x439,_0x23590f:0x436,_0x4ef1f9:0x1ae,_0x537b58:0x178,_0x34eaaf:0x226,_0x1a8b77:0x222,_0x39aa23:0x13e,_0x3b5c42:0x14c,_0x2d36b5:0x3c3,_0x20d22d:0x383,_0x5e8a76:0x3f1,_0x1ae031:0x3c3,_0x2e0c0e:0x38f,_0x5b804e:0x3a4,_0x112ccc:0x1f0,_0x5915b0:0x1b0,_0x4c0559:0x1ff,_0x259158:0x1af,_0x15f569:0x17f,_0x525529:0x21e,_0x10ffc0:0x201,_0x54b6b1:0x192,_0x3484b5:0x1de,_0x404c1c:0x1ef,_0x5cc8bc:0x179,_0x53269f:0x1b7,_0x2b3e62:0x139,_0x274944:0x3cd,_0x5e14e7:0x40f,_0x4d205e:0x435,_0x358db7:0x132,_0x1fd221:0x163,_0x536bd8:0x3e9,_0x3e29f7:0x3f5,_0x5cc8a1:0x3cd,_0x24d261:0x438,_0x2722d1:0x446,_0xb6a802:0x3e7,_0x4b63cf:0x1a2,_0x10246f:0x19c,_0x252d2b:0x17d,_0x4f521a:0x44b,_0x1a4d1c:0x418,_0x231524:0x43f,_0xf93f98:0x48f,_0x229dcc:0x3fb,_0x29b55f:0x432,_0x3821dc:0x3c6,_0x78cf0:0x3c7,_0x3ceaae:0x3ac,_0x13dd84:0x3a4,_0x3d17a5:0x3db,_0xc00a10:0x40c,_0x35538c:0x1ed,_0x54f0a2:0x1a9,_0x3b6b4d:0x14a,_0x4711d7:0x3e2,_0x242083:0x430,_0x1c81b4:0x3d2,_0x1a32e8:0x44f},_0x2387ce={_0x465509:0x187,_0x563f41:0xb2},_0x2711b6={_0x55392a:0xc7,_0x1ba054:0x415,_0x218b3c:0x1d5},_0x9018cc={'dCEjx':_0x3958de(0x166,_0x2fe3f9._0x2f10ba,0x153,_0x2fe3f9._0x3c2a43)+_0x560104(_0x2fe3f9._0xb71f80,_0x2fe3f9._0x33d44d,0x3e4,0x3bb)+_0x560104(_0x2fe3f9._0x50a33b,_0x2fe3f9._0x21a8d0,_0x2fe3f9._0x4b1a55,_0x2fe3f9._0x4fcb8b)+_0x3958de(_0x2fe3f9._0x1abf6b,_0x2fe3f9._0xf7a1b4,_0x2fe3f9._0x1bf4cb,_0x2fe3f9._0x66e44b),'EGEVw':function(_0x47d4db,_0x20eeb1){return _0x47d4db<=_0x20eeb1;},'ZmQxW':_0x560104(0x3dc,0x3e9,_0x2fe3f9._0x4da02b,_0x2fe3f9._0x157193)+'ove\x20the\x20la'+_0x3958de(_0x2fe3f9._0x5e3e73,0x1ff,0x180,0x18a)+'Admin','lyUKY':function(_0x510ab7,_0x4f5be1){return _0x510ab7===_0x4f5be1;},'oXgvZ':function(_0x1901a9,_0x2f234f){return _0x1901a9!==_0x2f234f;},'xlObc':function(_0x24c8cb,_0x343ba1){return _0x24c8cb!==_0x343ba1;},'cwfFK':_0x3958de(0x200,0x1ff,0x1df,0x20f),'gssPS':function(_0x2675fa,_0x5b2c16){return _0x2675fa<=_0x5b2c16;},'vlMYG':_0x3958de(_0x2fe3f9._0x4c6c1c,0x12e,_0x2fe3f9._0x3628e8,_0x2fe3f9._0x476e8c),'mSfQi':'NOPyb','wMRwW':function(_0x24a4b1,_0x14bc3d){return _0x24a4b1!==_0x14bc3d;},'uifMR':_0x3958de(0x182,0x17e,_0x2fe3f9._0x200ee1,_0x2fe3f9._0x417f86),'mbKee':function(_0x394351,_0x226981){return _0x394351(_0x226981);},'gEXXS':function(_0x9f9bc3,_0x28ad27){return _0x9f9bc3(_0x28ad27);},'pkAvF':_0x3958de(0x1bb,0x1e0,_0x2fe3f9._0x3cc5f7,0x193)+'er'},_0x4980c4=await getUsers(),_0x4a18dc=_0x4980c4[_0x3958de(_0x2fe3f9._0x2df989,_0x2fe3f9._0x4b8e65,0x1e5,_0x2fe3f9._0x1a7902)](_0x543628=>_0x543628['id']===_0x1fff71);if(_0x9018cc[_0x560104(0x413,_0x2fe3f9._0x2e4bad,0x446,0x3f9)](_0x4a18dc,-(0x1f*0x121+-0x36a*-0x3+-0x169e*0x2)))throw new Error('User\x20not\x20f'+_0x560104(0x42d,0x41c,0x460,_0x2fe3f9._0xf486be)+_0x1fff71);const _0x4ebfc4=_0x4980c4[_0x4a18dc];if(_0x1b1fe2['username']&&_0x9018cc[_0x560104(_0x2fe3f9._0x24a7c5,0x3f3,_0x2fe3f9._0x45ecf7,_0x2fe3f9._0x35a3bc)](_0x1b1fe2[_0x3958de(0x16f,0x1b0,0x15d,0x1a7)],_0x4ebfc4[_0x3958de(_0x2fe3f9._0x50f74e,0x190,0x162,_0x2fe3f9._0x50986b)])){const _0x4fc862=_0x4980c4[_0x3958de(0x17f,_0x2fe3f9._0x82b740,0x13f,0x1a6)](_0x3410e0=>_0x3410e0[_0x560104(0x3c3,0x40a,0x398,0x3f5)]===_0x1b1fe2['username']);if(_0x4fc862)throw new Error(_0x560104(_0x2fe3f9._0x1a31c2,0x442,0x43b,_0x2fe3f9._0x5928d1)+_0x1b1fe2[_0x3958de(0x16f,_0x2fe3f9._0x343380,0x19b,_0x2fe3f9._0x1fc6e5)]+(_0x560104(0x450,_0x2fe3f9._0x245c76,0x401,0x44d)+_0x3958de(_0x2fe3f9._0x29aeef,0x181,_0x2fe3f9._0x281138,_0x2fe3f9._0x49f7c6)));}if(_0x9018cc[_0x560104(_0x2fe3f9._0x24a7c5,0x401,_0x2fe3f9._0x3bbecc,0x42f)](_0x1b1fe2[_0x560104(_0x2fe3f9._0x2e1dcc,_0x2fe3f9._0x13c446,0x392,0x418)+_0x3958de(_0x2fe3f9._0x3be61c,0x1dc,0x1cd,0x230)],undefined)&&_0x9018cc[_0x560104(_0x2fe3f9._0x5e7c42,0x3f8,0x41b,0x3e6)](_0x1b1fe2[_0x3958de(_0x2fe3f9._0xb421d8,_0x2fe3f9._0x3ca0e7,0x161,_0x2fe3f9._0x113f85)+'min'],_0x4ebfc4['isServerAd'+'min'])){if(_0x9018cc[_0x560104(0x3ca,0x37e,0x3f7,0x398)](_0x560104(0x454,0x483,_0x2fe3f9._0x5930c6,_0x2fe3f9._0x140cd5),_0x9018cc[_0x3958de(0x167,_0x2fe3f9._0x55e11a,_0x2fe3f9._0x2d550d,_0x2fe3f9._0x129ea5)]))throw new _0x508df7(_0x9018cc['dCEjx']);else{if(_0x9018cc[_0x3958de(_0x2fe3f9._0x9a315d,0x1e2,0x18d,0x1e5)](_0x4ebfc4[_0x3958de(_0x2fe3f9._0x52c7c7,0x1b0,0x19f,0x1b8)+_0x3958de(_0x2fe3f9._0x3be61c,0x214,_0x2fe3f9._0x281138,0x202)],!![])&&_0x9018cc[_0x560104(0x3e1,_0x2fe3f9._0x3b410e,_0x2fe3f9._0x5b8ad1,_0x2fe3f9._0x33f74b)](_0x1b1fe2[_0x3958de(_0x2fe3f9._0x1cc9a8,_0x2fe3f9._0x2dc687,_0x2fe3f9._0x23931b,_0x2fe3f9._0x50986b)+_0x3958de(0x1f3,_0x2fe3f9._0x214ad3,0x1c2,0x1d6)],!![])){const _0x3445b2=_0x4980c4[_0x3958de(_0x2fe3f9._0x44a975,_0x2fe3f9._0x3e22eb,_0x2fe3f9._0x30df87,_0x2fe3f9._0x272023)](_0x42f53d=>_0x42f53d['isServerAd'+_0x3958de(0x1f3,0x1f9,0x213,0x1a9)]===!![])[_0x3958de(0x1be,0x171,_0x2fe3f9._0x970090,_0x2fe3f9._0x62974d)];if(_0x9018cc['gssPS'](_0x3445b2,0x1e1d+-0x2210+-0x16*-0x2e)){if(_0x9018cc[_0x560104(0x3e1,0x3ae,_0x2fe3f9._0x59324c,0x397)](_0x9018cc[_0x560104(_0x2fe3f9._0x4d2356,0x415,0x417,0x432)],_0x9018cc[_0x560104(0x442,_0x2fe3f9._0x5dda1b,_0x2fe3f9._0x1dd92b,0x470)]))throw new Error(_0x3958de(_0x2fe3f9._0x3b7c79,0x164,_0x2fe3f9._0x50f74e,0x1a3)+_0x3958de(_0x2fe3f9._0x890862,0x1b8,0x215,_0x2fe3f9._0x15be83)+_0x560104(_0x2fe3f9._0x50a33b,_0x2fe3f9._0x5cc5a0,0x40b,0x45b)+_0x560104(_0x2fe3f9._0xe9a119,0x3f9,0x38b,_0x2fe3f9._0x4b3d3a));else{const _0xfab7e4=_0x4ecc0b[_0x3958de(0x18a,_0x2fe3f9._0x105d97,0x13d,0x167)](_0x204cf6=>_0x204cf6[_0x3958de(0x179,0x1aa,0x19b,0x175)+'min']===!![])[_0x560104(0x412,_0x2fe3f9._0x13feaa,_0x2fe3f9._0x55de8a,_0x2fe3f9._0x23590f)];if(_0x9018cc[_0x3958de(_0x2fe3f9._0x4ef1f9,_0x2fe3f9._0x537b58,0x1bc,0x178)](_0xfab7e4,-0xc2*-0x1c+0x244b*0x1+-0x3982))throw new _0x7fb481(_0x9018cc[_0x3958de(0x1ec,_0x2fe3f9._0x34eaaf,_0x2fe3f9._0x1a8b77,0x21e)]);}}}}}if(_0x1b1fe2[_0x3958de(0x16f,_0x2fe3f9._0x39aa23,_0x2fe3f9._0x3b5c42,0x160)])_0x4ebfc4[_0x560104(_0x2fe3f9._0x2d36b5,_0x2fe3f9._0x20d22d,0x3d7,_0x2fe3f9._0x5e8a76)]=_0x1b1fe2[_0x560104(_0x2fe3f9._0x1ae031,_0x2fe3f9._0x2e0c0e,0x3ed,_0x2fe3f9._0x5b804e)];if(_0x1b1fe2[_0x3958de(_0x2fe3f9._0x2dc687,_0x2fe3f9._0x112ccc,_0x2fe3f9._0x5915b0,0x1e6)])_0x4ebfc4[_0x3958de(_0x2fe3f9._0x2dc687,_0x2fe3f9._0x4c0559,_0x2fe3f9._0x259158,0x1a7)]=_0x1b1fe2[_0x3958de(0x1c9,_0x2fe3f9._0x15f569,0x1ce,0x1d8)];if(_0x1b1fe2[_0x3958de(0x1d7,0x1b9,_0x2fe3f9._0x525529,0x198)])_0x4ebfc4[_0x3958de(_0x2fe3f9._0x105d97,_0x2fe3f9._0x10ffc0,_0x2fe3f9._0x54b6b1,_0x2fe3f9._0x3484b5)]=_0x1b1fe2[_0x3958de(0x1d7,0x209,_0x2fe3f9._0x404c1c,0x1c5)];if(_0x9018cc['wMRwW'](_0x1b1fe2[_0x3958de(_0x2fe3f9._0x5cc8bc,_0x2fe3f9._0x53269f,0x176,_0x2fe3f9._0x2b3e62)+_0x560104(0x447,0x452,0x454,0x490)],undefined))_0x4ebfc4[_0x560104(_0x2fe3f9._0x274944,0x383,0x3db,_0x2fe3f9._0x5e14e7)+_0x560104(0x447,0x447,_0x2fe3f9._0x4d205e,0x449)]=_0x1b1fe2[_0x3958de(0x179,_0x2fe3f9._0x358db7,0x1be,_0x2fe3f9._0x1fd221)+'min'];if(_0x9018cc[_0x560104(0x3e1,_0x2fe3f9._0x536bd8,_0x2fe3f9._0x3e29f7,_0x2fe3f9._0x5cc8a1)](_0x1b1fe2['ssh_userna'+'me'],undefined))_0x4ebfc4['ssh_userna'+'me']=_0x1b1fe2[_0x560104(_0x2fe3f9._0x24d261,0x445,_0x2fe3f9._0x2722d1,0x408)+'me'];if(_0x1b1fe2[_0x560104(0x3cc,0x413,_0x2fe3f9._0xb6a802,0x38a)]!==undefined)_0x4ebfc4['avatar']=_0x1b1fe2['avatar'];if(_0x1b1fe2[_0x3958de(_0x2fe3f9._0x4b63cf,0x1ec,_0x2fe3f9._0x10246f,_0x2fe3f9._0x252d2b)+'s']){if(_0x9018cc['lyUKY'](_0x9018cc[_0x560104(_0x2fe3f9._0x4f521a,_0x2fe3f9._0x1a4d1c,_0x2fe3f9._0x231524,_0x2fe3f9._0xf93f98)],'MyRMG'))_0x4ebfc4[_0x560104(0x3f6,0x435,_0x2fe3f9._0x33f74b,0x42f)+'s']={..._0x4ebfc4['preference'+'s']||{},..._0x1b1fe2[_0x560104(0x3f6,_0x2fe3f9._0x229dcc,_0x2fe3f9._0x29b55f,0x409)+'s']};else throw new _0x3f7ea8(_0x9018cc[_0x560104(_0x2fe3f9._0x3821dc,0x3c6,0x3d5,0x38c)]);}function _0x560104(_0xd6bac1,_0x29d51f,_0x2b24f4,_0x21c213){return _0x121f55(_0x2b24f4,_0x29d51f-_0x2711b6._0x55392a,_0xd6bac1-_0x2711b6._0x1ba054,_0x21c213-_0x2711b6._0x218b3c);}_0x1b1fe2[_0x3958de(0x195,0x198,0x178,0x19f)]&&(_0x4ebfc4[_0x560104(_0x2fe3f9._0x78cf0,_0x2fe3f9._0x3ceaae,0x3e0,0x3eb)+_0x560104(_0x2fe3f9._0xf486be,0x483,0x468,0x41d)]=await _0x9018cc[_0x560104(0x3ec,_0x2fe3f9._0x5cc5a0,0x418,0x40f)](hashPassword,_0x1b1fe2[_0x560104(0x3e9,0x3c2,_0x2fe3f9._0x13dd84,_0x2fe3f9._0x3d17a5)]));_0x4ebfc4['updated_at']=new Date()[_0x560104(0x43a,0x476,0x45f,_0x2fe3f9._0xc00a10)+'g']();function _0x3958de(_0x2a0a6b,_0x230ad8,_0x271776,_0x12ffc0){return _0x2667f3(_0x2a0a6b-_0x2387ce._0x465509,_0x230ad8-_0x2387ce._0x563f41,_0x2a0a6b- -0x281,_0x12ffc0);}await _0x9018cc[_0x3958de(_0x2fe3f9._0x35538c,_0x2fe3f9._0x54f0a2,0x1fb,0x226)](saveUsers,_0x4980c4),logger['info'](_0x9018cc[_0x3958de(0x18f,0x1a3,0x177,_0x2fe3f9._0x3b6b4d)],{'userId':_0x4ebfc4['id'],'username':_0x4ebfc4[_0x3958de(_0x2fe3f9._0x50f74e,0x17c,0x181,0x12e)],'updatedFields':Object[_0x560104(_0x2fe3f9._0x4711d7,0x3a7,_0x2fe3f9._0x242083,_0x2fe3f9._0x1c81b4)](_0x1b1fe2)[_0x560104(_0x2fe3f9._0x1a32e8,_0x2fe3f9._0x2e4bad,0x40b,0x48e)](',\x20')});const {password_hash:_0x19bdbe,..._0x408d5b}=_0x4ebfc4;return _0x408d5b;}function _0x2667f3(_0x1e0d81,_0x3bf8a3,_0xaf383e,_0x5ae3c3){const _0x4911cb={_0x5523b1:0x1f8};return _0x1e26(_0xaf383e-_0x4911cb._0x5523b1,_0x5ae3c3);}export async function deleteUser(_0x3c70f0){const _0x5c5818={_0x5e8ab3:0x520,_0x125ecb:0x54d,_0x500a1a:0x4ee,_0x5b78ef:0x18f,_0xc3c81e:0x1c7,_0x282326:0x521,_0x33674a:0x156,_0x59a743:0x14a,_0x47b452:0x530,_0x513839:0x4db,_0xccd1e2:0x146,_0x3bfc6e:0x169,_0x2832f9:0x111,_0x1b5236:0x17a,_0xc0fef6:0x1e8,_0x29366c:0x1d6,_0x340108:0x1c9,_0x354177:0x160,_0xeade97:0x531,_0x428493:0x4e9,_0x260771:0x47f,_0x6cdbc0:0x4f6,_0x468bb0:0x504,_0x47765a:0x4f5,_0x452813:0x515,_0x4087a7:0x50d,_0x230d26:0x533,_0x3a00a3:0x529,_0xe8625d:0x567,_0x2bc4c3:0x520,_0x364727:0x55f,_0x2c576c:0x19e,_0x3c700e:0x1b3,_0x1cbb3:0x523,_0x59bf9d:0x4ad,_0x2ed68e:0x4e7,_0x202ce7:0x1ad,_0x794a2b:0x181,_0x55b385:0x140,_0x599cb2:0x11b,_0x10eef4:0x18d,_0x57e71f:0x149},_0x1cd338={_0x6c86d6:0x92},_0x489c2a={_0x5cbcfc:0x5b},_0xe9f777={'VGKbd':function(_0x591357){return _0x591357();},'DiWyl':function(_0x598dde,_0x3c12a1){return _0x598dde===_0x3c12a1;},'xjXDz':_0x1eca50(_0x5c5818._0x5e8ab3,0x536,_0x5c5818._0x125ecb,_0x5c5818._0x500a1a)+_0x4a8fe0(0x1c6,_0x5c5818._0x5b78ef,0x1a6,_0x5c5818._0xc3c81e)+_0x1eca50(0x4d5,0x504,_0x5c5818._0x282326,0x51a),'ktnVJ':function(_0x12afd6,_0x34d788){return _0x12afd6<=_0x34d788;},'hmpau':_0x4a8fe0(_0x5c5818._0x33674a,0x12f,0x13d,_0x5c5818._0x59a743)+_0x1eca50(0x4f2,0x4b1,_0x5c5818._0x47b452,_0x5c5818._0x513839)+'st\x20Server\x20'+_0x4a8fe0(0x1a9,_0x5c5818._0xccd1e2,0x196,_0x5c5818._0x3bfc6e),'CAhpr':function(_0x5b0395,_0x1c8eaf){return _0x5b0395(_0x1c8eaf);}},_0x3a3e31=await _0xe9f777[_0x4a8fe0(_0x5c5818._0x2832f9,0xfe,_0x5c5818._0x1b5236,_0x5c5818._0xccd1e2)](getUsers),_0x45f1c6=_0x3a3e31['findIndex'](_0x1ffd09=>_0x1ffd09['id']===_0x3c70f0);if(_0xe9f777['DiWyl'](_0x45f1c6,-(-0x22fc+-0x1524+0x3821*0x1))){const _0x5b5eab={};return _0x5b5eab[_0x4a8fe0(_0x5c5818._0xc0fef6,0x1dd,_0x5c5818._0x29366c,_0x5c5818._0x340108)]=_0x3c70f0,logger[_0x4a8fe0(0x16c,0x174,0x136,_0x5c5818._0x354177)](_0xe9f777['xjXDz'],_0x5b5eab),![];}const _0x3c3694=_0x3a3e31[_0x45f1c6];if(_0x3c3694['isServerAd'+_0x1eca50(_0x5c5818._0xeade97,_0x5c5818._0x428493,0x579,0x52e)]===!![]){const _0x21ebbb=_0x3a3e31[_0x1eca50(0x4c8,_0x5c5818._0x260771,_0x5c5818._0x6cdbc0,_0x5c5818._0x468bb0)](_0x310a84=>_0x310a84['isServerAd'+_0x1eca50(0x531,0x56c,0x52d,0x526)]===!![])['length'];if(_0xe9f777[_0x1eca50(0x4ce,_0x5c5818._0x47765a,_0x5c5818._0x452813,_0x5c5818._0x4087a7)](_0x21ebbb,-0x91*-0x2f+-0x2154+0x6b6*0x1))throw new Error(_0xe9f777[_0x1eca50(0x50a,0x4da,0x520,_0x5c5818._0x230d26)]);}_0x3a3e31[_0x1eca50(_0x5c5818._0x3a00a3,_0x5c5818._0xe8625d,_0x5c5818._0x2bc4c3,_0x5c5818._0x364727)](_0x45f1c6,0x1*0x2209+0x96a+-0x15b9*0x2);function _0x1eca50(_0x52aa78,_0x4f5fff,_0x280de2,_0x19f842){return _0x2667f3(_0x52aa78-_0x489c2a._0x5cbcfc,_0x4f5fff-0x1a2,_0x52aa78-0xbd,_0x280de2);}await _0xe9f777[_0x4a8fe0(_0x5c5818._0x2c576c,0x1f2,0x166,_0x5c5818._0x3c700e)](saveUsers,_0x3a3e31);const _0x5e8157={};function _0x4a8fe0(_0x2bdccd,_0x216674,_0x51675f,_0x5ef4d9){return _0x121f55(_0x2bdccd,_0x216674-_0x1cd338._0x6c86d6,_0x5ef4d9-0x1a5,_0x5ef4d9-0x1da);}return _0x5e8157[_0x1eca50(_0x5c5818._0x1cbb3,0x4d6,0x567,0x55d)]=_0x3c3694['id'],_0x5e8157[_0x1eca50(_0x5c5818._0x59bf9d,0x4ed,0x4eb,0x4f8)]=_0x3c3694[_0x1eca50(_0x5c5818._0x59bf9d,_0x5c5818._0x2ed68e,0x4fc,0x4b7)],logger[_0x4a8fe0(0x140,0x18d,_0x5c5818._0x202ce7,_0x5c5818._0x794a2b)](_0x4a8fe0(_0x5c5818._0x55b385,_0x5c5818._0x599cb2,_0x5c5818._0x10eef4,_0x5c5818._0x57e71f)+'er',_0x5e8157),!![];}export async function setUserPassword(_0x9553d4,_0x590ea1){const _0x1cb520={_0x32a961:0x519,_0x271cf4:0x4be,_0x126464:0x4a7,_0x2ab06f:0x531,_0xe9026b:0x4ee,_0x6273cf:0x4cc,_0x22fdf7:0x1ab,_0x388717:0x19f,_0x5d74c4:0x4fb,_0x2e333e:0x4ed,_0x8dea9f:0x4e1,_0x386af4:0x158,_0x1d0ecb:0x18d,_0x40a654:0x133,_0xb41f7b:0x1a5,_0xe735c8:0x4f4,_0x267408:0x502,_0x33550f:0x52a,_0x389dcc:0x453,_0x1c9246:0x4fb,_0xa57733:0x4c8,_0x1a9c1f:0x4b1,_0x50187d:0x194,_0x5887ba:0x172,_0x56115c:0x51f,_0x4d147a:0x53a,_0x1fe684:0x516,_0x30ece9:0x148,_0x32360e:0x192,_0x58ce4d:0x1b4,_0x192a4c:0x4f7,_0x4cec7a:0x481,_0x9e4b3a:0x4b7,_0x2d2203:0x466,_0x638952:0x14d,_0x167252:0x110},_0x281268={_0x5093d8:0x11d},_0x24b149={'mZIfR':function(_0x3b26c0){return _0x3b26c0();},'HKHqc':function(_0x4bd43c,_0x5e90e8){return _0x4bd43c===_0x5e90e8;},'xqccV':function(_0x4c8de7,_0x2ff2c8){return _0x4c8de7===_0x2ff2c8;},'BLSdm':'ahhCc','zaIDH':function(_0x458466,_0x2ebea5){return _0x458466(_0x2ebea5);},'IdCaj':_0x28a00b(_0x1cb520._0x32a961,_0x1cb520._0x271cf4,0x4d2,_0x1cb520._0x126464)+_0x28a00b(0x4bb,_0x1cb520._0x2ab06f,_0x1cb520._0xe9026b,_0x1cb520._0x6273cf)+'r'},_0x1e9249=await _0x24b149[_0x1ed207(0x178,0x1ae,_0x1cb520._0x22fdf7,_0x1cb520._0x388717)](getUsers),_0x32a01c=_0x1e9249[_0x28a00b(0x4d4,_0x1cb520._0x5d74c4,_0x1cb520._0x2e333e,_0x1cb520._0x8dea9f)](_0x3ab40d=>_0x3ab40d['id']===_0x9553d4);if(_0x24b149[_0x1ed207(0x181,0x123,_0x1cb520._0x386af4,_0x1cb520._0x1d0ecb)](_0x32a01c,-(0x4d4+0x4*-0x366+-0x1*-0x8c5))){if(_0x24b149['xqccV'](_0x24b149[_0x1ed207(0x16e,_0x1cb520._0x40a654,0x157,0x129)],_0x1ed207(0x187,0x16f,_0x1cb520._0xb41f7b,0x18e)))throw new Error(_0x28a00b(0x4a6,0x4ac,_0x1cb520._0xe735c8,_0x1cb520._0x267408)+_0x28a00b(0x52d,_0x1cb520._0x33550f,0x4eb,0x50e)+_0x9553d4);else{const _0x341271=_0x28c809[_0x28a00b(_0x1cb520._0x389dcc,0x48e,0x491,0x453)](_0x1e3f5f=>_0x1e3f5f[_0x1ed207(0xd8,0x106,0x11b,0x15e)]===_0x4a5ff1[_0x28a00b(0x4c3,0x48e,0x481,0x4ca)]);if(_0x341271)throw new _0x570d82(_0x28a00b(0x4fb,_0x1cb520._0x1c9246,_0x1cb520._0xa57733,0x507)+_0x255737[_0x28a00b(0x4af,0x476,0x481,_0x1cb520._0x1a9c1f)]+('\x27\x20already\x20'+_0x1ed207(0x199,_0x1cb520._0x50187d,_0x1cb520._0x5887ba,0x152)));}}const _0xfecdcf=_0x1e9249[_0x32a01c];function _0x28a00b(_0x1284ab,_0x27a75b,_0x341dff,_0xdb9b81){return _0x121f55(_0x1284ab,_0x27a75b-_0x281268._0x5093d8,_0x341dff-0x4d3,_0xdb9b81-0x148);}_0xfecdcf[_0x28a00b(0x4ad,0x437,0x485,0x4a5)+_0x28a00b(_0x1cb520._0x56115c,_0x1cb520._0x4d147a,0x4fa,_0x1cb520._0x1fe684)]=await _0x24b149[_0x1ed207(0x134,0x16f,0x168,0x1a1)](hashPassword,_0x590ea1),_0xfecdcf['updated_at']=new Date()[_0x1ed207(0x170,_0x1cb520._0x30ece9,_0x1cb520._0x32360e,_0x1cb520._0x58ce4d)+'g'](),await saveUsers(_0x1e9249);function _0x1ed207(_0x278dc2,_0x339874,_0x561714,_0x7230bb){return _0x121f55(_0x7230bb,_0x339874-0x6f,_0x561714-0x16d,_0x7230bb-0x30);}const _0x542b70={};_0x542b70[_0x28a00b(0x4ac,0x4f8,_0x1cb520._0x192a4c,0x517)]=_0xfecdcf['id'],_0x542b70['username']=_0xfecdcf[_0x28a00b(0x47b,0x489,_0x1cb520._0x4cec7a,0x492)],logger[_0x28a00b(_0x1cb520._0x9e4b3a,0x4ba,0x4af,_0x1cb520._0x2d2203)](_0x24b149[_0x1ed207(0x114,0x14e,_0x1cb520._0x638952,_0x1cb520._0x167252)],_0x542b70);const {password_hash:_0x45f080,..._0x5dce7c}=_0xfecdcf;return _0x5dce7c;}
|
|
1
|
+
(function(_0xc10eff,_0xebbf18){const _0xc5a18e={_0x2d60e2:0x47b,_0x1b6cc6:0x46f,_0x53e4be:0x88,_0x10ec7f:0xc7,_0x106c80:0xb7,_0x589d67:0x4ba,_0x45e77b:0x4a3,_0x366ffe:0x4a5,_0x3a7bd2:0x116,_0x1aa5a6:0x117,_0x22cb45:0x469,_0x1f608c:0x473,_0x4e35d8:0x149,_0x1f1b7d:0x131,_0xfe133d:0x165,_0x1d2a44:0xf1,_0x46ac47:0x181,_0x174892:0x4a3,_0x322a98:0x46a,_0x227bde:0x485,_0x3e94f9:0x46b};function _0x1b97f8(_0x41c91e,_0x10b16f,_0x45e4df,_0x3a7b2d){return _0x3b91(_0x41c91e-0x30f,_0x10b16f);}function _0x54e15d(_0x1de62c,_0x403d33,_0x5172ab,_0x47bf27){return _0x3b91(_0x5172ab- -0x8d,_0x1de62c);}const _0x2134b6=_0xc10eff();while(!![]){try{const _0x18f01f=parseInt(_0x1b97f8(_0xc5a18e._0x2d60e2,0x44a,_0xc5a18e._0x1b6cc6,0x497))/(-0x2bb*0xd+-0x1*0x22a9+-0x4629*-0x1)*(-parseInt(_0x54e15d(0xd3,_0xc5a18e._0x53e4be,_0xc5a18e._0x10ec7f,_0xc5a18e._0x106c80))/(0xdd5+-0xdf2+0x1f))+parseInt(_0x1b97f8(_0xc5a18e._0x589d67,0x486,_0xc5a18e._0x45e77b,_0xc5a18e._0x366ffe))/(0x1*-0x41b+-0x1829+0x1c47)+-parseInt(_0x54e15d(_0xc5a18e._0x3a7bd2,0x15b,_0xc5a18e._0x1aa5a6,0xc5))/(0xdff+0x11fb+-0x1ff6)*(-parseInt(_0x1b97f8(0x48f,_0xc5a18e._0x22cb45,0x4d0,_0xc5a18e._0x1f608c))/(-0x1*-0x140c+-0x1f7f+0xb78))+parseInt(_0x54e15d(_0xc5a18e._0x4e35d8,_0xc5a18e._0x1f1b7d,0x150,_0xc5a18e._0xfe133d))/(0x2f*0x65+0x21e2+-0x3467)+-parseInt(_0x54e15d(0x183,_0xc5a18e._0x1d2a44,0x144,_0xc5a18e._0x46ac47))/(0x26d4+0x1059+-0x3726)*(parseInt(_0x1b97f8(_0xc5a18e._0x174892,0x4bf,0x4e4,_0xc5a18e._0x322a98))/(-0xa4*-0x22+0x1a92+-0x3052))+-parseInt(_0x1b97f8(0x46d,0x452,_0xc5a18e._0x227bde,_0xc5a18e._0x3e94f9))/(0x263e+-0x1f40+-0x6f5)+parseInt(_0x54e15d(0x12d,0xa9,0xfd,0xfa))/(-0x19*0x137+0x2aa+0x1bbf);if(_0x18f01f===_0xebbf18)break;else _0x2134b6['push'](_0x2134b6['shift']());}catch(_0x174032){_0x2134b6['push'](_0x2134b6['shift']());}}}(_0xf43d,0x1*-0x1e0af+-0x1eced*-0x3+0x6701b));import{promises as _0x58c6d8}from'fs';import _0x523a37 from'path';function _0x36bead(_0x19900d,_0x103c87,_0x582ba4,_0xa5b5dc){return _0x3b91(_0x103c87- -0x64,_0x582ba4);}import _0x5e0bb2 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=_0x523a37['dirname'](__filename);function _0x3146b8(_0xbc63a,_0x244889,_0x8dbc34,_0x120ffb){return _0x3b91(_0x244889- -0x263,_0x8dbc34);}const USERS_FILE=_0x523a37[_0x3146b8(-0x134,-0x112,-0x117,-0xe0)](DATA_DIR,_0x36bead(0x191,0x16b,0x152,0x15e)),SALT_ROUNDS=-0x1651+0x1bbd+-0x562;let usersCache=null,usersCacheMtime=null;export async function loadUsers(){const _0x4d910a={_0x219e45:0x3e6,_0x330636:0x3c4,_0x1f5cd9:0x3da,_0x5545d6:0x59e,_0x5002ec:0x513,_0x2f055a:0x552,_0x464107:0x593,_0x460b57:0x405,_0x30377d:0x3d5,_0x16d35a:0x40d,_0x23ad38:0x3ca,_0x320444:0x50b,_0x3c605e:0x545,_0x1dc1ce:0x566,_0x2ac780:0x3f5,_0x22599b:0x420,_0x40de72:0x5de,_0x526189:0x5cb,_0x524aca:0x5a6,_0x416f2f:0x558,_0x599d95:0x5bf,_0x4f01cb:0x5dd,_0x321f4a:0x5c0,_0x5c8b4f:0x521,_0x176685:0x434,_0x8f09c9:0x3ed,_0x37d646:0x3f6,_0x4c2d03:0x3d7,_0x571cf5:0x3f0,_0x480253:0x41f,_0x5f25aa:0x404,_0x1841a3:0x3c4,_0xb103c5:0x38c,_0x5e2d66:0x3bb,_0x2b4e6a:0x3ae,_0x23ca1b:0x4ed,_0x1454bb:0x537,_0x2d3059:0x50a,_0x419063:0x559,_0x26cac4:0x5a1,_0x28efca:0x57a,_0x21ea49:0x58e,_0x4c20d9:0x59e,_0x419c15:0x56f,_0x4208c0:0x51d,_0x2e7312:0x4fb,_0x10ee80:0x528,_0x42ac57:0x500,_0x1a681c:0x3c9,_0x566625:0x411,_0x16c2cc:0x572,_0x363b38:0x5c8,_0x5ad50a:0x57c,_0x7b32da:0x4e2,_0x2e8243:0x554,_0x5efb17:0x41c,_0x22c86b:0x426,_0x528c72:0x3d3,_0x538dad:0x371,_0x10a21c:0x3b6,_0x228fd5:0x583,_0x3a5916:0x5c9,_0x4caf8f:0x58b,_0x514d1d:0x5ec,_0x8c08c0:0x57e,_0x1f078a:0x3f8,_0x4b5d90:0x40a,_0x17ed90:0x5a6,_0x291f1c:0x50a,_0x391880:0x534,_0x27a760:0x523,_0x33cb1b:0x581,_0x11ad96:0x5e4,_0x1949f3:0x5eb,_0x146b47:0x5a7,_0x4d5f73:0x5ef,_0xcf6446:0x432,_0x24b10f:0x3f6,_0x4422b8:0x3c9,_0xd31fdd:0x54c,_0x415e8a:0x596,_0x57828d:0x5a9,_0x41969a:0x602,_0x5bfff2:0x481,_0x4047fc:0x41d,_0x2c4a44:0x444,_0x5c0865:0x433},_0x57f28c={_0x4c37b6:0x1ed,_0x406c:0x63f,_0x53ee92:0x92},_0x3f14c5={_0x526cfc:0x4af},_0x4e41e3={};_0x4e41e3[_0x2359c4(0x402,_0x4d910a._0x219e45,_0x4d910a._0x330636,0x3b1)]=_0x2359c4(0x3e2,0x3be,0x3d8,_0x4d910a._0x1f5cd9)+'save\x20users',_0x4e41e3[_0x3280a2(0x5a5,_0x4d910a._0x5545d6,0x58a,0x5aa)]=function(_0x3b4cad,_0x955f1a){return _0x3b4cad!==_0x955f1a;},_0x4e41e3[_0x3280a2(0x527,_0x4d910a._0x5002ec,_0x4d910a._0x2f055a,_0x4d910a._0x464107)]=_0x2359c4(_0x4d910a._0x460b57,_0x4d910a._0x30377d,_0x4d910a._0x16d35a,_0x4d910a._0x23ad38),_0x4e41e3['pyrzq']=_0x3280a2(_0x4d910a._0x320444,0x52a,_0x4d910a._0x3c605e,_0x4d910a._0x1dc1ce),_0x4e41e3[_0x2359c4(0x44e,0x43f,_0x4d910a._0x2ac780,_0x4d910a._0x22599b)]=_0x3280a2(_0x4d910a._0x40de72,_0x4d910a._0x526189,_0x4d910a._0x524aca,_0x4d910a._0x416f2f)+_0x3280a2(_0x4d910a._0x599d95,_0x4d910a._0x4f01cb,_0x4d910a._0x321f4a,0x58b)+'le',_0x4e41e3['WAXIK']=function(_0x1ac2d7,_0x12da03){return _0x1ac2d7!==_0x12da03;},_0x4e41e3[_0x3280a2(0x581,_0x4d910a._0x5c8b4f,0x536,0x564)]='PkOlR';function _0x2359c4(_0x1e151d,_0x31cfd0,_0x27c063,_0x59ec23){return _0x3146b8(_0x1e151d-0x124,_0x59ec23-_0x3f14c5._0x526cfc,_0x27c063,_0x59ec23-0x116);}_0x4e41e3[_0x2359c4(0x41b,_0x4d910a._0x176685,_0x4d910a._0x8f09c9,_0x4d910a._0x37d646)]=_0x2359c4(_0x4d910a._0x4c2d03,_0x4d910a._0x571cf5,_0x4d910a._0x480253,_0x4d910a._0x5f25aa),_0x4e41e3[_0x2359c4(_0x4d910a._0x1841a3,_0x4d910a._0xb103c5,_0x4d910a._0x5e2d66,0x3ad)]=function(_0x2904c7,_0x156dc1){return _0x2904c7===_0x156dc1;},_0x4e41e3['tiawf']=_0x2359c4(0x361,0x3d1,0x3b5,_0x4d910a._0x2b4e6a);function _0x3280a2(_0x5e040d,_0x2bb3e4,_0x19c628,_0x5d8fc0){return _0x3146b8(_0x5e040d-_0x57f28c._0x4c37b6,_0x19c628-_0x57f28c._0x406c,_0x5d8fc0,_0x5d8fc0-_0x57f28c._0x53ee92);}_0x4e41e3['EEUPQ']='Users\x20file'+_0x3280a2(_0x4d910a._0x23ca1b,0x542,_0x4d910a._0x1454bb,_0x4d910a._0x2d3059)+_0x3280a2(0x5b7,_0x4d910a._0x419063,_0x4d910a._0x26cac4,0x599)+'zed\x20empty\x20'+_0x3280a2(_0x4d910a._0x28efca,_0x4d910a._0x21ea49,0x56d,_0x4d910a._0x4c20d9),_0x4e41e3[_0x3280a2(_0x4d910a._0x419c15,0x4e1,0x52a,_0x4d910a._0x4208c0)]=_0x2359c4(0x3d6,0x3e8,0x3ea,0x3da)+_0x3280a2(_0x4d910a._0x2e7312,0x4dd,_0x4d910a._0x10ee80,_0x4d910a._0x42ac57);const _0x2da4bb=_0x4e41e3;try{if(_0x2da4bb[_0x2359c4(_0x4d910a._0x1a681c,_0x4d910a._0x566625,_0x4d910a._0x23ad38,0x3fa)](_0x2da4bb['zrNEb'],_0x3280a2(0x5d7,_0x4d910a._0x16c2cc,_0x4d910a._0x21ea49,0x59b))){const _0x2f35ab=await _0x58c6d8[_0x3280a2(0x558,_0x4d910a._0x363b38,_0x4d910a._0x5ad50a,0x552)](USERS_FILE,_0x2da4bb[_0x3280a2(_0x4d910a._0x7b32da,0x4e0,0x527,_0x4d910a._0x2e8243)]),_0x55cef2=JSON[_0x2359c4(_0x4d910a._0x5efb17,0x3dd,0x40e,_0x4d910a._0x22c86b)](_0x2f35ab);usersCache=_0x55cef2[_0x2359c4(_0x4d910a._0x528c72,0x392,_0x4d910a._0x538dad,_0x4d910a._0x10a21c)]||[];const _0x5e979b=await _0x58c6d8[_0x3280a2(0x593,0x5a6,0x576,_0x4d910a._0x228fd5)](USERS_FILE);usersCacheMtime=_0x5e979b['mtimeMs'];const _0x45e6ce={};return _0x45e6ce['count']=usersCache[_0x3280a2(_0x4d910a._0x3a5916,_0x4d910a._0x4caf8f,0x5bd,_0x4d910a._0x514d1d)],logger[_0x3280a2(_0x4d910a._0x8c08c0,0x5db,0x591,0x5e1)](_0x2da4bb[_0x2359c4(_0x4d910a._0x1f078a,_0x4d910a._0x4b5d90,0x3f0,0x420)],_0x45e6ce),usersCache;}else throw new _0x4492e4(_0x3280a2(_0x4d910a._0x524aca,_0x4d910a._0x17ed90,0x557,_0x4d910a._0x291f1c)+_0x3fdff0[_0x3280a2(0x539,_0x4d910a._0x391880,_0x4d910a._0x27a760,0x563)]+('\x27\x20already\x20'+_0x3280a2(0x5fd,_0x4d910a._0x33cb1b,0x5bb,_0x4d910a._0x11ad96)));}catch(_0x318e74){if(_0x2da4bb[_0x3280a2(_0x4d910a._0x1949f3,0x575,_0x4d910a._0x146b47,_0x4d910a._0x4d5f73)](_0x2da4bb[_0x3280a2(0x553,0x548,0x536,0x562)],_0x2da4bb[_0x2359c4(0x3ab,0x3e5,_0x4d910a._0xcf6446,_0x4d910a._0x24b10f)])){if(_0x2da4bb['EKepa'](_0x318e74[_0x2359c4(_0x4d910a._0x4422b8,0x438,0x3d2,0x3e5)],_0x2da4bb[_0x3280a2(0x53f,0x520,_0x4d910a._0xd31fdd,0x584)]))return usersCache=[],usersCacheMtime=null,logger[_0x3280a2(0x5ee,_0x4d910a._0x17ed90,0x59f,_0x4d910a._0x415e8a)](_0x2da4bb[_0x2359c4(0x426,_0x4d910a._0x22599b,0x416,0x3dc)]),usersCache;logger[_0x3280a2(_0x4d910a._0x57828d,0x5e7,0x5c3,_0x4d910a._0x41969a)](_0x2da4bb['HBrTN'],_0x318e74);throw _0x318e74;}else{_0x31a285[_0x2359c4(_0x4d910a._0x5bfff2,_0x4d910a._0x4047fc,_0x4d910a._0x2c4a44,_0x4d910a._0x5c0865)](_0x2da4bb['pmCFC'],_0x541ace);throw _0x57ed5d;}}}export async function saveUsers(_0x5b113a){const _0x3f6562={_0x339821:0x2c2,_0x55bd8d:0x2d1,_0x48a5d7:0xc5,_0x968957:0x311,_0x7c9c2b:0x2e6,_0x24aa57:0x17a,_0x392e72:0x13d,_0x142075:0x13b,_0x597ac8:0x16f,_0x3e2adb:0xcf,_0x3340fb:0x29d,_0x55f2af:0x10a,_0x6ba34d:0x2d5,_0x2551eb:0x2cc,_0xde7f4e:0x2b9,_0x3f3525:0xf9,_0x49fbfb:0x135,_0x66fee1:0xa9,_0x1c2eb9:0x131,_0x596031:0x121,_0x56ca0c:0x283,_0xb62246:0x2dc,_0x1c2632:0x33b,_0x385932:0x2bf,_0x167670:0x2eb,_0x23937e:0xef,_0xfce524:0xc4,_0x5a9dcb:0x295,_0x4dfbb4:0x114,_0x315e9d:0x133,_0x1f5ff0:0x304,_0x4a86af:0x2ee,_0x126a14:0x114,_0xed92ad:0x144,_0x546457:0xaa,_0x231b48:0xa5,_0xb7dbfe:0x92,_0x339857:0x8f,_0x461c0d:0x313,_0x18cc56:0x2d5,_0x5e7ff0:0x2bd,_0x9dd2cb:0x2a5},_0x44d3bb={_0x1b8482:0x25},_0x348b06={_0xc8b1b8:0x3be,_0x112a77:0xd2};function _0x5d318e(_0x54a732,_0x556ecd,_0x51c6e0,_0x30af32){return _0x3146b8(_0x54a732-0x18f,_0x556ecd-_0x348b06._0xc8b1b8,_0x54a732,_0x30af32-_0x348b06._0x112a77);}const _0x125336={};function _0xff77c1(_0x1a0972,_0x51cf48,_0x5c11da,_0x46621e){return _0x3146b8(_0x1a0972-_0x44d3bb._0x1b8482,_0x51cf48- -0x29,_0x1a0972,_0x46621e-0x67);}_0x125336[_0x5d318e(0x2f1,_0x3f6562._0x339821,_0x3f6562._0x55bd8d,0x297)]='Invalid\x20pa'+_0xff77c1(-0xaa,-_0x3f6562._0x48a5d7,-0x87,-0x98)+_0x5d318e(0x35a,_0x3f6562._0x968957,0x2da,_0x3f6562._0x7c9c2b),_0x125336[_0xff77c1(-_0x3f6562._0x24aa57,-_0x3f6562._0x392e72,-_0x3f6562._0x142075,-0x161)]=_0xff77c1(-0x14e,-0x123,-_0x3f6562._0x597ac8,-_0x3f6562._0x3e2adb),_0x125336[_0x5d318e(_0x3f6562._0x3340fb,0x2d3,0x2a7,0x2e1)]='Saved\x20user'+_0xff77c1(-0x111,-0x130,-0x117,-_0x3f6562._0x55f2af),_0x125336[_0x5d318e(0x2bb,_0x3f6562._0x6ba34d,_0x3f6562._0x2551eb,0x2cf)]=_0x5d318e(_0x3f6562._0xde7f4e,0x2e9,0x2e8,0x2d1)+_0xff77c1(-0x149,-_0x3f6562._0x3f3525,-_0x3f6562._0x49fbfb,-_0x3f6562._0x66fee1);const _0x1c4ae4=_0x125336;try{if('NRJXU'===_0xff77c1(-_0x3f6562._0x1c2eb9,-_0x3f6562._0x596031,-0x15f,-0xd8)){const _0x1b74b6=_0x523a37[_0x5d318e(_0x3f6562._0x56ca0c,0x2cf,_0x3f6562._0xb62246,0x309)](USERS_FILE),_0x104882={};_0x104882[_0x5d318e(0x26f,0x2bf,0x30e,0x2e3)]=!![],await _0x58c6d8[_0x5d318e(0x361,_0x3f6562._0x1c2632,0x359,0x377)](_0x1b74b6,_0x104882);const _0x829bd4={};_0x829bd4['users']=_0x5b113a,await _0x58c6d8[_0x5d318e(0x305,0x2ed,_0x3f6562._0x385932,_0x3f6562._0x167670)](USERS_FILE,JSON[_0xff77c1(-0xbf,-_0x3f6562._0x23937e,-0x11b,-_0x3f6562._0xfce524)](_0x829bd4,null,-0x591+-0x38*-0x47+-0x9f5),_0x1c4ae4[_0x5d318e(_0x3f6562._0x55bd8d,0x2aa,0x265,_0x3f6562._0x5a9dcb)]);const _0x30238b=await _0x58c6d8[_0xff77c1(-_0x3f6562._0x4dfbb4,-0xf2,-0x10b,-_0x3f6562._0x315e9d)](USERS_FILE);usersCache=_0x5b113a,usersCacheMtime=_0x30238b[_0x5d318e(0x2f6,_0x3f6562._0x1f5ff0,_0x3f6562._0x4a86af,0x322)];const _0x1c55f9={};_0x1c55f9[_0x5d318e(0x2cf,0x2ad,0x2f6,0x2a0)]=_0x5b113a['length'],logger['info'](_0x1c4ae4[_0xff77c1(-0x103,-_0x3f6562._0x126a14,-_0x3f6562._0xed92ad,-0x139)],_0x1c55f9);}else{const _0x4f617e={};return _0x4f617e['username']=_0xc8890d,_0x314e02['debug'](_0x1c4ae4['QxDLx'],_0x4f617e),null;}}catch(_0x3bf7dc){logger[_0xff77c1(-_0x3f6562._0x546457,-_0x3f6562._0x231b48,-_0x3f6562._0xb7dbfe,-_0x3f6562._0x339857)](_0x1c4ae4[_0x5d318e(_0x3f6562._0x461c0d,_0x3f6562._0x18cc56,_0x3f6562._0x5e7ff0,_0x3f6562._0x9dd2cb)],_0x3bf7dc);throw _0x3bf7dc;}}export async function getUsers(){const _0x3e8c25={_0x1bad16:0x3ad,_0x1726db:0x21e,_0x5e0b6b:0x273,_0x8482bf:0x3bc,_0xc68b1a:0x38c,_0x4f3034:0x310,_0x275de0:0x30f,_0xabe70f:0x2fc,_0x3b7f32:0x30a,_0x1fd4c3:0x250,_0x5af6e2:0x261,_0x110db:0x226,_0x56661a:0x32f,_0x2f5f48:0x1eb,_0x577628:0x257,_0x23cc30:0x274,_0x19dc1b:0x2e7,_0x176c90:0x310,_0x14ec38:0x202,_0x5a60ba:0x242},_0x1ee856={_0x550d07:0x378},_0x20b62e={_0x2fe6b4:0x429,_0x155f40:0x137},_0x4c66b1={'BveCC':function(_0xba5fff){return _0xba5fff();},'TcUPW':function(_0x4fd3e3,_0x5060ce){return _0x4fd3e3===_0x5060ce;},'pufwy':'GcodN','pNEYv':_0x3c42b2(0x390,_0x3e8c25._0x1bad16,0x3d8,0x393),'WJUya':function(_0x1e5e12,_0x4eac6c){return _0x1e5e12!==_0x4eac6c;}};function _0x3c42b2(_0x28c191,_0x38ba83,_0x55390e,_0x3cbeaf){return _0x3146b8(_0x28c191-0xdc,_0x3cbeaf-_0x20b62e._0x2fe6b4,_0x55390e,_0x3cbeaf-_0x20b62e._0x155f40);}function _0xd39dc1(_0x362082,_0x3b814d,_0x36f78d,_0x247443){return _0x36bead(_0x362082-0x1e3,_0x3b814d- -_0x1ee856._0x550d07,_0x247443,_0x247443-0xce);}try{const _0x4440f6=await _0x58c6d8[_0xd39dc1(-_0x3e8c25._0x1726db,-0x242,-0x26b,-_0x3e8c25._0x5e0b6b)](USERS_FILE);if(!usersCache||_0x4440f6['mtimeMs']!==usersCacheMtime)return await _0x4c66b1['BveCC'](loadUsers);}catch(_0x15707b){if(_0x4c66b1[_0x3c42b2(0x34f,_0x3e8c25._0x8482bf,0x362,_0x3e8c25._0xc68b1a)](_0x4c66b1[_0x3c42b2(0x38e,0x384,0x376,0x3a8)],_0x4c66b1[_0x3c42b2(_0x3e8c25._0x4f3034,_0x3e8c25._0x275de0,_0x3e8c25._0xabe70f,_0x3e8c25._0x3b7f32)])){const _0x2fb9d3=_0x27afd6[_0xd39dc1(-0x20e,-_0x3e8c25._0x1fd4c3,-0x226,-0x285)](_0x383187=>_0x383187['username']===_0x284855['username']);if(_0x2fb9d3)throw new _0x33f2fb(_0xd39dc1(-0x26a,-_0x3e8c25._0x5af6e2,-0x20f,-_0x3e8c25._0x110db)+_0x3fcb45['username']+(_0x3c42b2(0x33a,0x320,_0x3e8c25._0x56661a,0x351)+_0xd39dc1(-0x1c8,-0x1fd,-0x1fe,-_0x3e8c25._0x2f5f48)));}else{if(_0x4c66b1[_0xd39dc1(-0x216,-0x207,-0x229,-0x1b6)](_0x15707b[_0xd39dc1(-_0x3e8c25._0x577628,-0x243,-_0x3e8c25._0x23cc30,-0x22e)],_0x3c42b2(0x2e5,_0x3e8c25._0x19dc1b,_0x3e8c25._0x176c90,0x328)))throw _0x15707b;if(!usersCache)return await _0x4c66b1[_0xd39dc1(-0x1df,-0x21d,-_0x3e8c25._0x14ec38,-_0x3e8c25._0x5a60ba)](loadUsers);}}return usersCache;}function _0x3b91(_0x38e8a1,_0x4c6ef2){_0x38e8a1=_0x38e8a1-(-0x2298+-0x2*0x385+-0x2*-0x1571);const _0x1dc18e=_0xf43d();let _0x35a26e=_0x1dc18e[_0x38e8a1];if(_0x3b91['eAESkk']===undefined){var _0x32b3ca=function(_0xdca94a){const _0x4adf11='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x2cc018='',_0x39faad='';for(let _0x2e51c4=0x197*0x11+0xa*-0x20e+-0x67b,_0x329efc,_0x10f5cc,_0x43444d=0xf92+0x1f5c+-0x2eee;_0x10f5cc=_0xdca94a['charAt'](_0x43444d++);~_0x10f5cc&&(_0x329efc=_0x2e51c4%(0xc12*0x2+0x1*-0x830+-0xff0)?_0x329efc*(0x1*0xda7+-0xaee*-0x1+-0x1855)+_0x10f5cc:_0x10f5cc,_0x2e51c4++%(-0x1*0x1a4b+0x1c5b+-0x1*0x20c))?_0x2cc018+=String['fromCharCode'](0xfb6*0x1+0x198+0x1*-0x104f&_0x329efc>>(-(-0x1*-0x50b+-0x2386+-0x1*-0x1e7d)*_0x2e51c4&0x153+0x1cce*-0x1+0x3*0x92b)):0xd43+-0x1832+0xaef){_0x10f5cc=_0x4adf11['indexOf'](_0x10f5cc);}for(let _0x19cf1a=0x20b6+0x175a+-0x3810,_0x2c9cef=_0x2cc018['length'];_0x19cf1a<_0x2c9cef;_0x19cf1a++){_0x39faad+='%'+('00'+_0x2cc018['charCodeAt'](_0x19cf1a)['toString'](-0x1*-0x713+0x12*-0x189+-0x1*-0x149f))['slice'](-(-0x2101+0x103+0x2000));}return decodeURIComponent(_0x39faad);};_0x3b91['acEgxF']=_0x32b3ca,_0x3b91['JhFyCi']={},_0x3b91['eAESkk']=!![];}const _0x396df3=_0x1dc18e[0x1*-0x1605+-0x197b+0x2f8*0x10],_0x1811f2=_0x38e8a1+_0x396df3,_0x42e15b=_0x3b91['JhFyCi'][_0x1811f2];return!_0x42e15b?(_0x35a26e=_0x3b91['acEgxF'](_0x35a26e),_0x3b91['JhFyCi'][_0x1811f2]=_0x35a26e):_0x35a26e=_0x42e15b,_0x35a26e;}export async function findUserByUsername(_0x270e74){const _0x1c2b56={_0x52175e:0x1f7,_0x4d48fe:0x1a6,_0x349514:0x20d},_0x2d1d6a={_0x54bced:0x18b,_0x37a242:0x5f2,_0x50ca0b:0xfe};function _0x78f379(_0x26e3be,_0x539743,_0xd9ca78,_0x3d485f){return _0x3146b8(_0x26e3be-_0x2d1d6a._0x54bced,_0xd9ca78-_0x2d1d6a._0x37a242,_0x539743,_0x3d485f-_0x2d1d6a._0x50ca0b);}const _0x30731e=await getUsers();function _0x4c7ee5(_0x2e2cef,_0xcd010f,_0x254130,_0x51a88c){return _0x3146b8(_0x2e2cef-0xd9,_0x2e2cef-0x2ce,_0x254130,_0x51a88c-0xd8);}return _0x30731e[_0x4c7ee5(_0x1c2b56._0x52175e,0x1d8,_0x1c2b56._0x4d48fe,_0x1c2b56._0x349514)](_0x3ab7a2=>_0x3ab7a2[_0x4c7ee5(0x1b2,0x161,0x1b2,0x1f8)]===_0x270e74)||null;}export async function findUserById(_0x267576){const _0x3445d8={_0x2d5acd:0x321,_0x4b429a:0x34e,_0x267b9d:0x18b},_0x1a8933={_0x306ade:0x1c7},_0x3abc67={_0x17d477:0x42c},_0x5813cf={'CLpZd':function(_0x512824){return _0x512824();}};function _0x12db8d(_0x4be4f0,_0x268c59,_0x469c52,_0x361812){return _0x3146b8(_0x4be4f0-0x1e1,_0x4be4f0-_0x3abc67._0x17d477,_0x361812,_0x361812-0x1aa);}const _0x3ae242=await _0x5813cf[_0x12db8d(_0x3445d8._0x2d5acd,0x348,0x31b,_0x3445d8._0x4b429a)](getUsers);function _0xbfcad5(_0x8c565a,_0x51a553,_0x2a0498,_0x56a8db){return _0x3146b8(_0x8c565a-_0x1a8933._0x306ade,_0x51a553-0x210,_0x8c565a,_0x56a8db-0x6c);}return _0x3ae242[_0xbfcad5(0x15f,0x139,0xef,_0x3445d8._0x267b9d)](_0x132fc4=>_0x132fc4['id']===_0x267576)||null;}export async function findUserByEmail(_0x4d143b){const _0x3ae169={_0x25293f:0x4,_0xf7993c:0x4c},_0xd9faf6={_0xc18720:0x3f,_0x14372c:0x124},_0x151cce={_0x2e44c1:0xd,_0xaef795:0x1b1},_0x3ca627=await getUsers();function _0x4cf84a(_0x133da4,_0x213874,_0x4969bf,_0xb73e1b){return _0x36bead(_0x133da4-_0x151cce._0x2e44c1,_0xb73e1b-_0x151cce._0xaef795,_0x133da4,_0xb73e1b-0x1e6);}function _0x3c7d53(_0x48aa2c,_0x44b7c7,_0x4695a6,_0x4a90ef){return _0x36bead(_0x48aa2c-_0xd9faf6._0xc18720,_0x48aa2c- -_0xd9faf6._0x14372c,_0x4a90ef,_0x4a90ef-0x9a);}return _0x3ca627[_0x3c7d53(_0x3ae169._0x25293f,-0x23,-_0x3ae169._0xf7993c,-0xb)](_0x132e58=>_0x132e58[_0x4cf84a(0x34b,0x2d7,0x2ee,0x301)]?.['toLowerCas'+'e']()===_0x4d143b?.[_0x4cf84a(0x33d,0x323,0x2c5,0x2f2)+'e']())||null;}export async function hashPassword(_0x57f97d){const _0x593e0f={_0x4f4c5a:0x23f,_0x53fff1:0x229};function _0x504206(_0x4eb5d2,_0x4386f1,_0x497c55,_0x4aca60){return _0x3146b8(_0x4eb5d2-0xa2,_0x4eb5d2-0x2fa,_0x4aca60,_0x4aca60-0x1c8);}return await _0x5e0bb2[_0x504206(_0x593e0f._0x4f4c5a,0x204,0x232,_0x593e0f._0x53fff1)](_0x57f97d,SALT_ROUNDS);}export async function validatePassword(_0x3ae5af,_0x16f225){const _0x3587f9={_0x463f31:0x16d,_0x578c39:0x16c,_0x45db62:0x19b,_0x4d8e68:0x11b,_0x2e7b8d:0x154,_0x1f84b2:0x127,_0x491bed:0x10c,_0x39a5e0:0xf1,_0x537f76:0x11d,_0x108e45:0x11a,_0x5151af:0x103,_0x3fc885:0x176,_0x3f56f4:0x182,_0x49c1b8:0xf3,_0x406715:0x10f,_0x18d611:0x14a,_0x5d8e36:0x18c,_0x420434:0x1c7,_0x5ae26b:0x1e2,_0xf51b00:0x1d0,_0x292b4d:0x14e,_0x47ac73:0x178,_0x23b3c9:0x194,_0x470b21:0x1b7,_0x2965b4:0x13c,_0x529706:0x13b,_0x2e2cdc:0x132,_0x657b85:0x169,_0x5562aa:0x17a,_0x144a01:0x13f,_0x1413c8:0xda,_0x2e2cf4:0xf6,_0x2a1446:0x11e,_0x5ce81c:0x149,_0x4f12fd:0x14d,_0x15fd0b:0x17b,_0x370e69:0x14c,_0x528052:0x1c9,_0x4e224d:0x1c3,_0x30dea9:0x1cb,_0x31ba66:0xee,_0x21c893:0x131,_0x1e6bf1:0x1dc,_0x1dcdd9:0x1d1,_0x47c91c:0x20b,_0x48d622:0xd2,_0x1effc4:0xe5,_0x198635:0x136,_0x2a0798:0x15d,_0x5f45a6:0x112,_0x3b3b6d:0x17d,_0x494fde:0x152,_0x49d435:0x1ea,_0x594ff1:0x1a3,_0x3db5c7:0xce,_0x38a91d:0xe2,_0x57efb8:0x154,_0x472fd4:0x15d,_0x2dad1e:0x186,_0x52ee83:0x1a6,_0x4b8138:0x1d8,_0x9e9c36:0x186,_0x44128e:0x10e,_0x1d3459:0x164,_0x2dbe5e:0x21c,_0x538d6c:0x205,_0x3b8e7b:0x19a,_0x2a797f:0x155,_0x2cf2e8:0x116,_0x479dd9:0x18d,_0x2ca214:0x14f,_0x1abeb3:0x1d6},_0x17bc86={_0x452ddc:0x14e,_0x36cbab:0x1,_0x5e638b:0x33},_0x2a4365={_0x5395da:0xc0,_0x5542ff:0x1eb},_0x142593={'GbRSt':_0x3ee5c6(-0x12d,-0x13f,-_0x3587f9._0x463f31,-_0x3587f9._0x578c39)+_0x3ee5c6(-_0x3587f9._0x45db62,-0x1cc,-0x18d,-0x1a0)+_0x30694a(0x123,0x124,0xe8,_0x3587f9._0x4d8e68)+_0x3ee5c6(-0x139,-_0x3587f9._0x2e7b8d,-_0x3587f9._0x1f84b2,-0x13b),'EISBv':function(_0x416290,_0xef8573){return _0x416290(_0xef8573);},'wjjAf':function(_0x43e8b7,_0x2b1992){return _0x43e8b7===_0x2b1992;},'QxoPF':_0x30694a(0x139,0x148,_0x3587f9._0x491bed,_0x3587f9._0x39a5e0),'jAmqW':_0x30694a(_0x3587f9._0x537f76,_0x3587f9._0x108e45,_0x3587f9._0x5151af,0xf2),'wNTju':_0x3ee5c6(-_0x3587f9._0x3fc885,-_0x3587f9._0x3f56f4,-_0x3587f9._0x49c1b8,-0x13f)+_0x3ee5c6(-0x130,-0x133,-_0x3587f9._0x406715,-_0x3587f9._0x18d611)+_0x3ee5c6(-_0x3587f9._0x3f56f4,-_0x3587f9._0x5d8e36,-_0x3587f9._0x420434,-0x19d),'jFfwW':_0x3ee5c6(-0x21c,-_0x3587f9._0x5ae26b,-0x1ee,-_0x3587f9._0xf51b00),'dvHyh':_0x3ee5c6(-0x18b,-_0x3587f9._0x292b4d,-_0x3587f9._0x47ac73,-0x14e)+'o\x20password'+_0x3ee5c6(-_0x3587f9._0x23b3c9,-0x17f,-_0x3587f9._0x470b21,-0x1a4),'MyZga':_0x30694a(0x116,0x152,_0x3587f9._0x2965b4,0x15f)+_0x30694a(_0x3587f9._0x529706,_0x3587f9._0x2e2cdc,_0x3587f9._0x657b85,_0x3587f9._0x5562aa)+_0x3ee5c6(-_0x3587f9._0x144a01,-_0x3587f9._0x1413c8,-_0x3587f9._0x2e2cf4,-0x12d)+'y'},_0x2480b7=await _0x142593[_0x30694a(_0x3587f9._0x2a1446,0x197,0x157,0x135)](findUserByUsername,_0x3ae5af);if(!_0x2480b7){if(_0x142593[_0x30694a(0xdb,0xec,0xeb,0x124)](_0x142593[_0x3ee5c6(-0x16b,-_0x3587f9._0x5ce81c,-_0x3587f9._0x2e2cdc,-0x154)],_0x142593[_0x3ee5c6(-_0x3587f9._0x4f12fd,-0x13d,-_0x3587f9._0x2965b4,-0x161)]))throw new _0x6869c('Username\x20\x27'+_0x26e385['username']+('\x27\x20already\x20'+_0x30694a(_0x3587f9._0x15fd0b,_0x3587f9._0x370e69,_0x3587f9._0x5562aa,_0x3587f9._0x528052)));else{const _0x48b10a={};return _0x48b10a[_0x3ee5c6(-0x1a3,-_0x3587f9._0x4e224d,-0x1d4,-_0x3587f9._0x30dea9)]=_0x3ae5af,logger['debug'](_0x142593[_0x30694a(0xed,0x137,_0x3587f9._0x31ba66,_0x3587f9._0x21c893)],_0x48b10a),null;}}if(!_0x2480b7['password_h'+_0x3ee5c6(-0x1d7,-0x1e0,-_0x3587f9._0x1e6bf1,-0x18c)]){if(_0x142593[_0x3ee5c6(-0x1d8,-_0x3587f9._0x1dcdd9,-_0x3587f9._0x47c91c,-0x1c2)](_0x142593[_0x30694a(0xb3,_0x3587f9._0x48d622,_0x3587f9._0x1effc4,0xb1)],_0x142593['jFfwW'])){const _0x37300b={};return _0x37300b['username']=_0x3ae5af,logger[_0x3ee5c6(-0x166,-0x118,-_0x3587f9._0x198635,-_0x3587f9._0x2a0798)](_0x142593['dvHyh'],_0x37300b),null;}else throw new _0x329efc(_0x142593[_0x30694a(_0x3587f9._0x529706,0xf8,0x136,_0x3587f9._0x5f45a6)]);}function _0x3ee5c6(_0x221145,_0x4de2c8,_0x1ab1e5,_0x854f1a){return _0x36bead(_0x221145-_0x2a4365._0x5395da,_0x854f1a- -0x2ae,_0x1ab1e5,_0x854f1a-_0x2a4365._0x5542ff);}const _0x5ae3d2=await _0x5e0bb2[_0x3ee5c6(-_0x3587f9._0x3b3b6d,-0x17f,-_0x3587f9._0x494fde,-0x13a)](_0x16f225,_0x2480b7[_0x3ee5c6(-_0x3587f9._0x49d435,-0x161,-0x164,-_0x3587f9._0x594ff1)+_0x3ee5c6(-0x19f,-0x16f,-0x146,-0x18c)]);if(!_0x5ae3d2){const _0x520101={};return _0x520101[_0x30694a(0xf0,_0x3587f9._0x3db5c7,_0x3587f9._0x38a91d,_0x3587f9._0x198635)]=_0x3ae5af,logger[_0x3ee5c6(-0x18a,-0x181,-_0x3587f9._0x57efb8,-_0x3587f9._0x472fd4)](_0x3ee5c6(-_0x3587f9._0x2dad1e,-_0x3587f9._0x52ee83,-_0x3587f9._0x4b8138,-0x191)+_0x3ee5c6(-0x180,-_0x3587f9._0x9e9c36,-0x141,-0x14b)+_0x30694a(0x144,_0x3587f9._0x44128e,0x151,_0x3587f9._0x1d3459),_0x520101),null;}const _0x4a0552={};_0x4a0552[_0x3ee5c6(-_0x3587f9._0x5562aa,-_0x3587f9._0x2dbe5e,-_0x3587f9._0x538d6c,-_0x3587f9._0x30dea9)]=_0x3ae5af;function _0x30694a(_0x2b7aaa,_0x153034,_0x8da40d,_0x2df8ee){return _0x36bead(_0x2b7aaa-_0x17bc86._0x452ddc,_0x8da40d- -_0x17bc86._0x36cbab,_0x153034,_0x2df8ee-_0x17bc86._0x5e638b);}return _0x4a0552[_0x30694a(_0x3587f9._0x1f84b2,0x1b3,0x177,_0x3587f9._0x3b8e7b)]=_0x2480b7['id'],logger[_0x3ee5c6(-_0x3587f9._0x2a797f,-_0x3587f9._0x2cf2e8,-_0x3587f9._0x479dd9,-_0x3587f9._0x2ca214)](_0x142593[_0x3ee5c6(-0x17d,-_0x3587f9._0x1abeb3,-0x1a9,-0x1cf)],_0x4a0552),_0x2480b7;}export async function createUser(_0x17d51d){const _0x2b92b3={_0x40c4fa:0x1e2,_0x166183:0x19f,_0xb4d183:0x1c9,_0x3ffe74:0x3c5,_0x5bc647:0x3df,_0x4231a0:0x435,_0x261e3f:0x467,_0xba622e:0x1c8,_0x6bb2b9:0x197,_0x3e63a2:0x1ce,_0x2573d5:0x44f,_0x44e2e6:0x3d8,_0x3a281c:0x3ff,_0x2d68f7:0x451,_0x305810:0x1a2,_0x4403e4:0x48c,_0x4a14e6:0x482,_0x211655:0x45d,_0x2c642d:0x47e,_0x218e9f:0x42c,_0x4449ab:0x435,_0x51efe1:0x404,_0x5e9602:0x480,_0x5c2815:0x4c2,_0x118039:0x45f,_0x5d0f24:0x23e,_0x302b75:0x22e,_0x14fa63:0x207,_0x45dd5f:0x458,_0x24dea0:0x484,_0x3460b2:0x439,_0x33c0ea:0x460,_0x33dd30:0x1d2,_0x4951fb:0x48f,_0x483ad0:0x495,_0x53839c:0x4ab,_0x190d7b:0x221,_0x291649:0x1fa,_0xf628a0:0x415,_0x517df6:0x3f1,_0x164853:0x444,_0x4ef70c:0x49e,_0x2c0e76:0x46b,_0x36504c:0x22a,_0x44835d:0x203,_0x43fd89:0x1c1,_0x8ac70d:0x1e3,_0x10f00e:0x214,_0x232653:0x444,_0x4790cc:0x450,_0x50b56c:0x4a6,_0x172cfa:0x462,_0x32c4b4:0x43c,_0x13609d:0x1f2,_0x4ed210:0x3d4,_0x4efc42:0x211,_0x5cd040:0x488,_0x34d356:0x4ad,_0x5d30d0:0x4f5,_0x150bb7:0x481,_0x4c54eb:0x1a6,_0x30a39a:0x19d,_0x31fa0e:0x1a0,_0x24d2e8:0x46c,_0x2c2b7f:0x44d,_0x43afc2:0x213,_0x176635:0x1fe,_0xb2421a:0x240,_0x2495f4:0x427,_0xba4325:0x40e,_0x3f27d8:0x3e4,_0x1a8221:0x1cd,_0x3046ff:0x1c0,_0x13b949:0x20b,_0x501c9a:0x447,_0x38c5e4:0x1f9,_0x1a1829:0x1ca,_0xfd212f:0x4ce,_0x523e06:0x1e8,_0x2cb592:0x1c1,_0xba8671:0x1a1,_0x4a753c:0x19e,_0x16a7a2:0x406,_0x3caaad:0x413,_0x2bec42:0x1fa,_0x39a469:0x1a8,_0x5d74c6:0x229,_0x58993e:0x412,_0x4ed52a:0x42a,_0x907622:0x1ff,_0x400de2:0x1d9},_0x19828b={_0x11c297:0x1a6,_0x5ec676:0x1be},_0x21a680={_0x373d5f:0x10d},_0x2879e6={'vDsAH':function(_0x55d9a7,_0xb395b9){return _0x55d9a7===_0xb395b9;},'vLgoU':function(_0x3153f5,_0x379838){return _0x3153f5<=_0x379838;},'vWUSV':'Cannot\x20rem'+_0x5b886e(_0x2b92b3._0x40c4fa,0x1f6,_0x2b92b3._0x166183,_0x2b92b3._0xb4d183)+_0x2f8a01(0x441,0x419,_0x2b92b3._0x3ffe74,_0x2b92b3._0x5bc647)+'Admin','uEGUG':function(_0x2745f7){return _0x2745f7();},'VKXGU':'Missing\x20re'+_0x2f8a01(_0x2b92b3._0x4231a0,0x473,0x4b5,_0x2b92b3._0x261e3f)+_0x5b886e(0x196,_0x2b92b3._0xba622e,_0x2b92b3._0x6bb2b9,_0x2b92b3._0x3e63a2)+_0x2f8a01(0x484,_0x2b92b3._0x2573d5,0x45a,0x406)+',\x20name','NCWha':function(_0x1b9391,_0x2db8f4){return _0x1b9391!==_0x2db8f4;},'cHFuo':_0x2f8a01(0x406,0x422,_0x2b92b3._0x44e2e6,_0x2b92b3._0x3a281c),'qMgyV':_0x2f8a01(0x480,_0x2b92b3._0x2d68f7,0x401,0x49d),'EjdVm':function(_0x3c9ce0,_0x39d7bc){return _0x3c9ce0(_0x39d7bc);},'AVNSR':function(_0x4fba8a,_0x932611){return _0x4fba8a!==_0x932611;},'SEHSz':function(_0x4a8493,_0xbd97ae){return _0x4a8493===_0xbd97ae;},'IXBSn':_0x5b886e(_0x2b92b3._0xba622e,_0x2b92b3._0x305810,0x1b0,0x1e6)+_0x2f8a01(0x440,_0x2b92b3._0x4403e4,_0x2b92b3._0x4a14e6,_0x2b92b3._0x211655)},_0x57e921=await _0x2879e6[_0x2f8a01(_0x2b92b3._0x2c642d,_0x2b92b3._0x218e9f,_0x2b92b3._0x4449ab,_0x2b92b3._0x51efe1)](getUsers);if(!_0x17d51d['username']||!_0x17d51d[_0x2f8a01(0x450,_0x2b92b3._0x5e9602,_0x2b92b3._0x5c2815,_0x2b92b3._0x118039)]||!_0x17d51d['name'])throw new Error(_0x2879e6[_0x5b886e(_0x2b92b3._0x5d0f24,_0x2b92b3._0x302b75,0x22f,_0x2b92b3._0x14fa63)]);const _0x535db0=_0x57e921[_0x5b886e(0x237,0x229,0x203,0x1e3)](_0x1dd3a1=>_0x1dd3a1[_0x2f8a01(0x413,0x413,0x3d9,0x43e)]===_0x17d51d[_0x2f8a01(0x3e3,0x413,0x3c0,0x41b)]);if(_0x535db0){if(_0x2879e6['NCWha'](_0x2879e6[_0x2f8a01(_0x2b92b3._0x45dd5f,0x448,0x47d,_0x2b92b3._0x24dea0)],_0x2879e6[_0x2f8a01(_0x2b92b3._0x3460b2,0x479,_0x2b92b3._0x33c0ea,0x49d)]))throw new Error(_0x5b886e(0x1fb,0x220,0x1a8,_0x2b92b3._0x33dd30)+_0x17d51d['username']+(_0x2f8a01(_0x2b92b3._0x4951fb,0x457,0x481,0x461)+_0x2f8a01(_0x2b92b3._0x483ad0,_0x2b92b3._0x53839c,0x497,0x460)));else{if(_0x2879e6['vDsAH'](_0x302bec[_0x5b886e(_0x2b92b3._0x190d7b,0x1b2,0x1f6,_0x2b92b3._0x291649)+_0x2f8a01(0x437,_0x2b92b3._0xf628a0,_0x2b92b3._0x517df6,0x3cc)],!![])&&_0x21b517[_0x2f8a01(_0x2b92b3._0x164853,0x46f,_0x2b92b3._0x4ef70c,_0x2b92b3._0x2c0e76)+'min']!==!![]){const _0x58b5a4=_0x38e8a1[_0x5b886e(_0x2b92b3._0x36504c,0x1bb,0x209,0x1e0)](_0x2eeefb=>_0x2eeefb[_0x2f8a01(0x4a7,0x46f,0x4bd,0x441)+_0x5b886e(0x151,0x1a9,0x195,0x1a0)]===!![])['length'];if(_0x2879e6[_0x5b886e(0x1dc,0x221,0x1c6,_0x2b92b3._0x44835d)](_0x58b5a4,0x87f+0x25*-0xc9+0x148f))throw new _0x1dc18e(_0x2879e6[_0x5b886e(_0x2b92b3._0x43fd89,_0x2b92b3._0x8ac70d,0x234,_0x2b92b3._0x10f00e)]);}}}const _0xf96218=_0x2f8a01(_0x2b92b3._0x232653,_0x2b92b3._0x4790cc,0x41f,0x476)+Date['now']()+'_'+Math[_0x2f8a01(_0x2b92b3._0x50b56c,_0x2b92b3._0x172cfa,_0x2b92b3._0x50b56c,_0x2b92b3._0x32c4b4)]()['toString'](-0xa*-0x3c9+0x87c+-0x2e32*0x1)[_0x5b886e(0x1a3,0x19c,0x192,0x1bd)](-0xbe1*0x1+0x2*-0x331+0x1245,-0x31+-0x2*-0x335+0x1*-0x630),_0x5b33f5=_0x17d51d['password']?await _0x2879e6[_0x5b886e(_0x2b92b3._0x13609d,0x272,0x1cf,0x223)](hashPassword,_0x17d51d[_0x2f8a01(0x3dc,0x40c,0x3c5,_0x2b92b3._0x4ed210)]):null,_0x278f91=_0x2879e6[_0x5b886e(0x1f9,0x208,0x255,_0x2b92b3._0x4efc42)](_0x57e921[_0x2f8a01(_0x2b92b3._0x5cd040,_0x2b92b3._0x34d356,_0x2b92b3._0x5d30d0,0x49c)],-0xa4e*0x1+0x56*-0x16+0x11b2)&&_0x2879e6[_0x2f8a01(0x40b,0x44b,_0x2b92b3._0x150bb7,0x441)](_0x17d51d[_0x2f8a01(0x4ad,0x46f,0x433,0x44b)+_0x5b886e(_0x2b92b3._0x4c54eb,0x1ed,_0x2b92b3._0x30a39a,_0x2b92b3._0x31fa0e)],!![]),_0x3318b6=_0x2879e6[_0x2f8a01(_0x2b92b3._0x24d2e8,0x487,_0x2b92b3._0x2c2b7f,0x44e)](_0x17d51d[_0x5b886e(_0x2b92b3._0x43afc2,_0x2b92b3._0x176635,_0x2b92b3._0xb2421a,0x1fa)+_0x2f8a01(_0x2b92b3._0x2495f4,0x415,_0x2b92b3._0xba4325,_0x2b92b3._0x3f27d8)],!![])||_0x278f91,_0x631fdd={'id':_0xf96218,'username':_0x17d51d[_0x5b886e(0x1d9,0x1c6,_0x2b92b3._0x8ac70d,0x19e)],'email':_0x17d51d[_0x5b886e(_0x2b92b3._0x1a8221,_0x2b92b3._0x3046ff,0x1e1,_0x2b92b3._0x13b949)],'name':_0x17d51d[_0x2f8a01(0x42e,0x429,_0x2b92b3._0x501c9a,0x451)],'password_hash':_0x5b33f5,'created_at':new Date()['toISOStrin'+'g'](),'isServerAdmin':_0x3318b6?!![]:undefined};_0x57e921[_0x5b886e(_0x2b92b3._0x1a8221,_0x2b92b3._0x38c5e4,0x213,_0x2b92b3._0x1a1829)](_0x631fdd);function _0x2f8a01(_0x51b1d7,_0x515a3e,_0x4182fe,_0x33129f){return _0x3146b8(_0x51b1d7-0x1b9,_0x515a3e-0x52f,_0x33129f,_0x33129f-_0x21a680._0x373d5f);}await _0x2879e6[_0x2f8a01(0x4ad,0x498,_0x2b92b3._0xfd212f,0x4ae)](saveUsers,_0x57e921);const _0x4dcdab={};_0x4dcdab[_0x5b886e(0x256,_0x2b92b3._0x523e06,0x1e8,0x233)]=_0x631fdd['id'],_0x4dcdab[_0x5b886e(_0x2b92b3._0x2cb592,_0x2b92b3._0xba8671,0x1c3,_0x2b92b3._0x4a753c)]=_0x631fdd[_0x2f8a01(0x400,0x413,_0x2b92b3._0x16a7a2,_0x2b92b3._0x3caaad)],_0x4dcdab['hasPasswor'+'d']=!!_0x5b33f5,_0x4dcdab[_0x5b886e(0x1f7,0x1c6,0x1dc,_0x2b92b3._0x2bec42)+'min']=_0x631fdd[_0x5b886e(_0x2b92b3._0x39a469,_0x2b92b3._0x5d74c6,0x1af,0x1fa)+'min']===!![];function _0x5b886e(_0x5d684c,_0x8c33ff,_0x502f77,_0x3e5dc7){return _0x36bead(_0x5d684c-_0x19828b._0x11c297,_0x3e5dc7-0xbb,_0x502f77,_0x3e5dc7-_0x19828b._0x5ec676);}_0x4dcdab['autoPromot'+_0x2f8a01(_0x2b92b3._0x44e2e6,_0x2b92b3._0x58993e,0x435,_0x2b92b3._0x4ed52a)+'r']=_0x278f91,logger['info'](_0x2879e6[_0x5b886e(0x22a,_0x2b92b3._0x907622,0x210,_0x2b92b3._0x400de2)],_0x4dcdab);const {password_hash:_0x17b3b2,..._0x57d65d}=_0x631fdd;return _0x57d65d;}export async function updateUser(_0x13df32,_0x314aa0){const _0x13c2de={_0x1764fb:0x31e,_0xd4f1bf:0x2a1,_0x556542:0x2f3,_0x2d3227:0x20b,_0x3f9301:0x1ca,_0x198a94:0x1f0,_0x4109b1:0x206,_0x2b2804:0x209,_0x530b35:0x2a6,_0x2dddea:0x213,_0x1ffdec:0x27e,_0x5b9a18:0x236,_0x3d6f03:0x3c2,_0x4d5f7b:0x35c,_0x1642f3:0x389,_0x3d7fe1:0x251,_0x3b6e65:0x216,_0x174ee0:0x22a,_0x442d7d:0x33f,_0xd6ba30:0x2cd,_0x50dc95:0x2f2,_0xe7778d:0x296,_0x7bebf5:0x2d4,_0x2c02cd:0x29d,_0x465d46:0x20f,_0x356050:0x1f7,_0x27632b:0x273,_0x10a5b2:0x289,_0x5ac029:0x335,_0x9ba7ea:0x364,_0x44cf21:0x337,_0x25e37d:0x365,_0x36d6f1:0x2dd,_0x331612:0x326,_0x550fde:0x2ab,_0x4eccb1:0x318,_0x18041f:0x37f,_0x35e363:0x336,_0x1741a9:0x33d,_0x175bda:0x23e,_0xbb487a:0x272,_0x49e854:0x237,_0x1ff04c:0x238,_0x5a20fd:0x1fa,_0x470e19:0x1d0,_0x57bbb2:0x208,_0x14f546:0x23a,_0xc25e85:0x26d,_0x1ac566:0x2e9,_0x37296d:0x2e6,_0x30c547:0x2f4,_0x40ca6f:0x22b,_0x52007a:0x233,_0x5c4311:0x208,_0x41ac14:0x294,_0x411126:0x294,_0x5ba1e3:0x284,_0x5c97f5:0x226,_0x2b3fd0:0x220,_0x1bf81c:0x27c,_0x5edb5f:0x256,_0x2b5219:0x367,_0x476226:0x301,_0x2a3962:0x2e1,_0x344940:0x3d3,_0x3c476f:0x38c,_0x22e98a:0x300,_0x7049a6:0x362,_0x362bb9:0x374,_0x38aa79:0x296,_0xef6c48:0x2a2,_0x38beda:0x337,_0x4d54e4:0x35e,_0x3427b2:0x35f,_0x5c54ef:0x392,_0x5c0e08:0x38b,_0x10c8d3:0x243,_0x30bde4:0x2b6,_0x4373da:0x2b1,_0x229292:0x25b,_0x1d9375:0x37b,_0x4caca7:0x3d2,_0xe67c27:0x257,_0x5f5955:0x326,_0x105989:0x2b4,_0x1f79d9:0x37b,_0x4f1001:0x26f,_0xd4e8e2:0x293,_0x5f1f1e:0x327,_0x77f298:0x338,_0x5b5e35:0x303,_0x4058f2:0x20d,_0x12521d:0x1c5,_0x535484:0x39c,_0x41d1ea:0x357,_0x2c57ce:0x376,_0x12b3ab:0x381,_0x22ab0e:0x225,_0x46b830:0x23f,_0x53522a:0x25f,_0xfca25e:0x203,_0x55849e:0x23f,_0x5dbc3f:0x286,_0x2d92d5:0x28f,_0x1564c2:0x2cc,_0x56a4b5:0x234,_0x5f5608:0x204,_0x4d6570:0x33b,_0x24406b:0x33a,_0x424a8e:0x342,_0x1bd513:0x339,_0xc721e5:0x24c,_0x36a9d4:0x1cf,_0x3926ad:0x204,_0x34f54f:0x277},_0x352892={_0x5aef5f:0x1d3,_0x2c77a1:0x20f},_0x4ce8a7={'kfOhB':_0x489556(0x2fa,_0x13c2de._0x1764fb,_0x13c2de._0xd4f1bf,_0x13c2de._0x556542)+_0x2cb778(-0x248,-0x255,-_0x13c2de._0x2d3227,-0x221)+'st\x20Server\x20'+_0x2cb778(-_0x13c2de._0x3f9301,-_0x13c2de._0x198a94,-_0x13c2de._0x4109b1,-_0x13c2de._0x2b2804),'nYJMG':function(_0x5e48f9,_0x560783){return _0x5e48f9===_0x560783;},'eSYgF':function(_0x44846b,_0x9a3e5b){return _0x44846b!==_0x9a3e5b;},'qgDCr':'XPgGJ','rzXKY':function(_0x58150a,_0x58475b){return _0x58150a!==_0x58475b;},'JuMqq':function(_0x34f12f,_0x3a9acb){return _0x34f12f!==_0x3a9acb;},'qaaIN':function(_0x48b5ee,_0xce527e){return _0x48b5ee<=_0xce527e;},'yKMQC':'Cannot\x20rem'+'ove\x20the\x20la'+_0x2cb778(-_0x13c2de._0x530b35,-0x27a,-0x290,-0x2b5)+_0x2cb778(-0x1e3,-0x1b2,-0x206,-_0x13c2de._0x2dddea),'uCrAT':function(_0x3e0d87,_0x486a3d){return _0x3e0d87(_0x486a3d);},'gLxfL':_0x2cb778(-0x25c,-0x240,-_0x13c2de._0x1ffdec,-_0x13c2de._0x5b9a18)+'er'},_0x4178aa=await getUsers(),_0x2a9054=_0x4178aa[_0x489556(_0x13c2de._0x3d6f03,_0x13c2de._0x4d5f7b,0x3bd,_0x13c2de._0x1642f3)](_0x3f0f0d=>_0x3f0f0d['id']===_0x13df32);if(_0x4ce8a7['nYJMG'](_0x2a9054,-(0xabb*0x2+0x13*-0x1ad+0xa62)))throw new Error(_0x2cb778(-_0x13c2de._0x3d7fe1,-0x1ca,-0x20a,-0x1da)+_0x2cb778(-0x260,-_0x13c2de._0x3b6e65,-_0x13c2de._0x174ee0,-0x246)+_0x13df32);const _0x39d02e=_0x4178aa[_0x2a9054];if(_0x314aa0[_0x489556(_0x13c2de._0x442d7d,0x342,0x2e4,0x2f2)]&&_0x4ce8a7[_0x489556(0x2e1,0x357,0x33d,0x328)](_0x314aa0[_0x489556(0x2c3,0x33b,_0x13c2de._0xd6ba30,_0x13c2de._0x50dc95)],_0x39d02e[_0x2cb778(-0x2dd,-0x27a,-_0x13c2de._0xe7778d,-_0x13c2de._0x7bebf5)])){if(_0x4ce8a7[_0x2cb778(-_0x13c2de._0x2c02cd,-0x260,-0x250,-_0x13c2de._0x465d46)](_0x2cb778(-0x1e7,-_0x13c2de._0x356050,-0x22e,-_0x13c2de._0x27632b),_0x4ce8a7[_0x2cb778(-0x28c,-_0x13c2de._0x10a5b2,-0x255,-0x238)])){const _0x25211a=_0x4178aa[_0x489556(0x371,_0x13c2de._0x5ac029,_0x13c2de._0x9ba7ea,_0x13c2de._0x44cf21)](_0x13942e=>_0x13942e[_0x489556(0x2d6,0x2cb,0x30a,0x2f2)]===_0x314aa0[_0x2cb778(-0x2e2,-0x272,-0x296,-0x27d)]);if(_0x25211a)throw new Error(_0x489556(_0x13c2de._0x25e37d,0x33b,_0x13c2de._0x36d6f1,_0x13c2de._0x331612)+_0x314aa0[_0x2cb778(-_0x13c2de._0x550fde,-0x29a,-0x296,-0x2a8)]+(_0x489556(_0x13c2de._0x4eccb1,0x375,_0x13c2de._0x18041f,_0x13c2de._0x35e363)+_0x489556(_0x13c2de._0x1741a9,0x369,0x398,0x38a)));}else throw new _0x2f117d(_0x4ce8a7[_0x2cb778(-0x275,-0x1f3,-_0x13c2de._0x175bda,-_0x13c2de._0xbb487a)]);}if(_0x314aa0['isServerAd'+'min']!==undefined&&_0x4ce8a7[_0x2cb778(-_0x13c2de._0x49e854,-_0x13c2de._0x1ff04c,-_0x13c2de._0x5a20fd,-_0x13c2de._0x470e19)](_0x314aa0[_0x2cb778(-_0x13c2de._0x57bbb2,-_0x13c2de._0x3b6e65,-_0x13c2de._0x14f546,-_0x13c2de._0xc25e85)+_0x489556(_0x13c2de._0x1ac566,_0x13c2de._0x37296d,0x301,_0x13c2de._0x30c547)],_0x39d02e[_0x2cb778(-_0x13c2de._0x40ca6f,-_0x13c2de._0x52007a,-0x23a,-_0x13c2de._0x5c4311)+_0x2cb778(-_0x13c2de._0x41ac14,-0x2ad,-_0x13c2de._0x411126,-_0x13c2de._0x5ba1e3)])){if(_0x4ce8a7[_0x2cb778(-_0x13c2de._0x5c97f5,-_0x13c2de._0x2b3fd0,-0x250,-_0x13c2de._0x1bf81c)](_0x39d02e['isServerAd'+'min'],!![])&&_0x4ce8a7[_0x2cb778(-0x24f,-_0x13c2de._0x49e854,-_0x13c2de._0x5edb5f,-0x28e)](_0x314aa0['isServerAd'+'min'],!![])){const _0x3ddb41=_0x4178aa[_0x489556(_0x13c2de._0x2b5219,_0x13c2de._0x476226,_0x13c2de._0x2a3962,0x334)](_0x49b8fd=>_0x49b8fd[_0x489556(0x392,0x385,0x381,0x34e)+_0x2cb778(-0x2c6,-0x2e2,-0x294,-0x2a6)]===!![])[_0x489556(_0x13c2de._0x344940,0x392,0x367,_0x13c2de._0x3c476f)];if(_0x4ce8a7[_0x489556(0x2fd,0x2e3,_0x13c2de._0x1ac566,_0x13c2de._0x22e98a)](_0x3ddb41,0x1b4*0xd+0x1a87*0x1+-0x1*0x30aa))throw new Error(_0x4ce8a7[_0x489556(_0x13c2de._0x7049a6,0x3ba,0x328,_0x13c2de._0x362bb9)]);}}if(_0x314aa0[_0x2cb778(-0x27d,-0x2d7,-_0x13c2de._0x38aa79,-_0x13c2de._0xef6c48)])_0x39d02e['username']=_0x314aa0['username'];if(_0x314aa0['email'])_0x39d02e[_0x489556(0x365,_0x13c2de._0x38beda,_0x13c2de._0x4d54e4,_0x13c2de._0x3427b2)]=_0x314aa0[_0x489556(_0x13c2de._0x5c54ef,_0x13c2de._0x5c0e08,0x340,_0x13c2de._0x3427b2)];if(_0x314aa0[_0x2cb778(-_0x13c2de._0x10c8d3,-0x255,-0x280,-_0x13c2de._0x30bde4)])_0x39d02e['name']=_0x314aa0[_0x2cb778(-0x2b9,-_0x13c2de._0x4373da,-0x280,-_0x13c2de._0x229292)];function _0x2cb778(_0x2bf2af,_0x41b2c0,_0x2283fb,_0x5702ac){return _0x3146b8(_0x2bf2af-0x18d,_0x2283fb- -0x17a,_0x41b2c0,_0x5702ac-0x141);}if(_0x4ce8a7[_0x489556(_0x13c2de._0x1d9375,0x386,_0x13c2de._0x4caca7,0x38e)](_0x314aa0[_0x2cb778(-_0x13c2de._0xe67c27,-_0x13c2de._0x5a20fd,-_0x13c2de._0x14f546,-0x212)+_0x489556(_0x13c2de._0x5f5955,_0x13c2de._0x105989,0x303,0x2f4)],undefined))_0x39d02e[_0x489556(0x385,0x2ff,_0x13c2de._0x1f79d9,0x34e)+_0x489556(0x336,0x327,0x2dc,_0x13c2de._0x30c547)]=_0x314aa0['isServerAd'+_0x2cb778(-_0x13c2de._0x4f1001,-_0x13c2de._0xd4e8e2,-_0x13c2de._0x41ac14,-0x2a3)];if(_0x4ce8a7[_0x489556(_0x13c2de._0x5f1f1e,_0x13c2de._0x77f298,_0x13c2de._0x5b5e35,0x328)](_0x314aa0[_0x2cb778(-0x1fa,-0x229,-_0x13c2de._0x4058f2,-_0x13c2de._0x12521d)+'me'],undefined))_0x39d02e['ssh_userna'+'me']=_0x314aa0['ssh_userna'+'me'];function _0x489556(_0x5245b5,_0x27fc09,_0x320e50,_0x3a79d9){return _0x36bead(_0x5245b5-_0x352892._0x5aef5f,_0x3a79d9-_0x352892._0x2c77a1,_0x5245b5,_0x3a79d9-0x171);}if(_0x314aa0['avatar']!==undefined)_0x39d02e[_0x489556(0x3bc,_0x13c2de._0x535484,0x3b1,0x381)]=_0x314aa0[_0x489556(0x38c,_0x13c2de._0x41d1ea,_0x13c2de._0x2c57ce,_0x13c2de._0x12b3ab)];_0x314aa0[_0x2cb778(-_0x13c2de._0x22ab0e,-0x228,-_0x13c2de._0x46b830,-0x278)+'s']&&(_0x39d02e['preference'+'s']={..._0x39d02e['preference'+'s']||{},..._0x314aa0[_0x2cb778(-_0x13c2de._0x53522a,-_0x13c2de._0xfca25e,-_0x13c2de._0x55849e,-_0x13c2de._0x5dbc3f)+'s']});_0x314aa0[_0x2cb778(-_0x13c2de._0x2d92d5,-_0x13c2de._0x3d7fe1,-0x29d,-_0x13c2de._0x1564c2)]&&(_0x39d02e[_0x489556(0x2da,0x2ec,0x328,0x31a)+_0x2cb778(-_0x13c2de._0x56a4b5,-0x25c,-0x257,-_0x13c2de._0x5f5608)]=await _0x4ce8a7['uCrAT'](hashPassword,_0x314aa0['password']));_0x39d02e[_0x489556(_0x13c2de._0x4d6570,_0x13c2de._0x24406b,0x37e,_0x13c2de._0x424a8e)]=new Date()[_0x489556(0x314,_0x13c2de._0x77f298,_0x13c2de._0x1bd513,0x30e)+'g'](),await saveUsers(_0x4178aa),logger[_0x2cb778(-0x258,-_0x13c2de._0xc721e5,-0x21a,-_0x13c2de._0x36a9d4)](_0x4ce8a7[_0x2cb778(-0x1e0,-0x1bd,-_0x13c2de._0x3926ad,-0x1f0)],{'userId':_0x39d02e['id'],'username':_0x39d02e['username'],'updatedFields':Object[_0x2cb778(-0x287,-0x284,-0x241,-_0x13c2de._0x34f54f)](_0x314aa0)['join'](',\x20')});const {password_hash:_0x443dff,..._0x2fee0a}=_0x39d02e;return _0x2fee0a;}export async function deleteUser(_0x2dbf0d){const _0x124268={_0xafc5d5:0x41a,_0x7a7eb3:0x3ee,_0x4a0437:0xc6,_0x41079a:0x3a2,_0x4224c7:0x3fd,_0x55a46c:0x372,_0x2f55a5:0x403,_0x227d39:0x409,_0x17ab97:0x3bd,_0x23a4b3:0x113,_0x351d4a:0x14a,_0x281781:0x411,_0x1e3f75:0xf3,_0x325e5f:0x406,_0x28d598:0x38f,_0xde55cf:0x3d2,_0x387b98:0x85,_0x470e51:0x8e,_0x52795d:0x3fa,_0x74408f:0x394,_0x3856ca:0x38b,_0x57b660:0x417,_0x570fdf:0x3de,_0xa0d27:0x3b4,_0x211d82:0x3d4,_0x320368:0x3a6,_0x10543:0x36d,_0x875274:0x3a4,_0xc44422:0x8e,_0x2a7bf8:0xa2,_0xbf7b39:0xf0,_0x2a5a57:0xd1,_0x2ad649:0x7d,_0x429ad0:0x40d,_0x2da501:0x3ed,_0x1cbcd0:0x373,_0x58b3e9:0x368,_0x53bebf:0x40b,_0x3aedd1:0x3f5,_0x4aaa91:0x3a9,_0x14f7d3:0x3f7,_0x30f614:0x58,_0x34165f:0x65,_0x290cdc:0x3de,_0x35fa2d:0x391},_0x537795={_0x4c382a:0x198,_0x56e3f5:0x13c},_0x20d6ed={'QwmRF':function(_0x460dc5){return _0x460dc5();},'IMKZL':function(_0x30c2d3,_0x5ce2f7){return _0x30c2d3===_0x5ce2f7;},'RFmVe':_0x22aaa9(_0x124268._0xafc5d5,0x42e,0x3ca,_0x124268._0x7a7eb3)+_0x22aaa9(0x39c,0x41d,0x3a0,0x3dd)+_0x256451(0x4f,0x7a,0x2f,_0x124268._0x4a0437),'vUxAk':function(_0x50be0f,_0x1bcc45){return _0x50be0f===_0x1bcc45;},'MRjly':_0x22aaa9(_0x124268._0x41079a,0x3c7,_0x124268._0x4224c7,0x3f6),'uZVZI':function(_0x3b3661,_0x533984){return _0x3b3661<=_0x533984;},'wOpgF':_0x22aaa9(0x381,0x327,0x36f,_0x124268._0x55a46c)+'er'};function _0x256451(_0x5742fe,_0x311638,_0x451744,_0x48462e){return _0x3146b8(_0x5742fe-0x60,_0x311638-_0x537795._0x4c382a,_0x5742fe,_0x48462e-_0x537795._0x56e3f5);}const _0x7cb99d=await _0x20d6ed[_0x22aaa9(0x3bb,_0x124268._0x2f55a5,_0x124268._0x227d39,_0x124268._0x17ab97)](getUsers),_0x43482b=_0x7cb99d[_0x256451(0x10c,_0x124268._0x23a4b3,_0x124268._0x351d4a,0xd1)](_0x34b67c=>_0x34b67c['id']===_0x2dbf0d);if(_0x20d6ed[_0x256451(0xc5,0x76,0x61,0x8e)](_0x43482b,-(0x2157+0x2f2+-0x4*0x912))){const _0x46a2bf={};return _0x46a2bf[_0x22aaa9(0x400,0x3e6,_0x124268._0x281781,0x3f7)]=_0x2dbf0d,logger[_0x256451(0xc9,0xea,_0x124268._0x1e3f75,0xe5)](_0x20d6ed[_0x22aaa9(_0x124268._0x325e5f,_0x124268._0x28d598,_0x124268._0xde55cf,0x3dc)],_0x46a2bf),![];}const _0x1a165f=_0x7cb99d[_0x43482b];function _0x22aaa9(_0x12e3f1,_0x531333,_0x3f9469,_0x4f569e){return _0x36bead(_0x12e3f1-0xd1,_0x4f569e-0x27f,_0x3f9469,_0x4f569e-0x82);}if(_0x1a165f[_0x256451(0xf1,0xd8,_0x124268._0x387b98,0x9e)+_0x256451(_0x124268._0x470e51,0x7e,0x6a,0x82)]===!![]){if(_0x20d6ed['vUxAk'](_0x20d6ed[_0x22aaa9(_0x124268._0x52795d,_0x124268._0x74408f,_0x124268._0x3856ca,0x3d4)],_0x20d6ed[_0x22aaa9(_0x124268._0x57b660,_0x124268._0x570fdf,_0x124268._0xa0d27,_0x124268._0x211d82)])){const _0x1a38c0=_0x7cb99d[_0x22aaa9(0x3c0,_0x124268._0x320368,_0x124268._0x10543,_0x124268._0x875274)](_0x3ed196=>_0x3ed196[_0x22aaa9(0x383,0x3a1,0x3ba,0x3be)+'min']===!![])[_0x256451(0xc6,0x116,0xe6,0xcc)];if(_0x20d6ed[_0x256451(_0x124268._0xc44422,_0x124268._0x2a7bf8,_0x124268._0xbf7b39,0x6b)](_0x1a38c0,0x17e6+0x17d0+-0x17*0x213))throw new Error(_0x256451(_0x124268._0x2a5a57,_0x124268._0x2ad649,0x50,0xb2)+_0x22aaa9(_0x124268._0x429ad0,0x3e1,0x39d,_0x124268._0x2da501)+_0x22aaa9(0x3b4,_0x124268._0x1cbcd0,0x387,_0x124268._0x58b3e9)+_0x22aaa9(_0x124268._0x53bebf,0x3d7,0x3e1,0x3f2));}else throw new _0x4276a1(_0x22aaa9(0x3b0,0x3c0,_0x124268._0x3aedd1,0x3ee)+_0x256451(0xf1,0xe8,0xab,0xed)+_0x130738);}_0x7cb99d[_0x256451(0x97,0x8e,0x92,0xcb)](_0x43482b,-0x2298+-0x2f*-0x4a+0x701*0x3),await saveUsers(_0x7cb99d);const _0x551bbe={};return _0x551bbe[_0x22aaa9(0x43c,0x445,_0x124268._0x4aaa91,_0x124268._0x14f7d3)]=_0x1a165f['id'],_0x551bbe[_0x256451(_0x124268._0x30f614,0x7c,_0x124268._0x34165f,0x62)]=_0x1a165f['username'],logger[_0x22aaa9(0x3b3,0x3dd,0x3fa,_0x124268._0x290cdc)](_0x20d6ed[_0x22aaa9(0x378,0x370,_0x124268._0x35fa2d,0x394)],_0x551bbe),!![];}export async function setUserPassword(_0x68a25d,_0x24aa3f){const _0x1e295c={_0x2f9a06:0x51,_0x5e44e4:0x74,_0x4824a1:0x16,_0x1abc40:0x4c8,_0x59eaa3:0x7a,_0x1cb457:0x5,_0x2f1cbc:0x54,_0x2bfcc3:0xa5,_0x28bcfa:0x50b,_0x4889d7:0x4a1,_0x409e89:0x53c,_0x2c147b:0x4ec,_0x2866e1:0x4e1,_0x504ef4:0x4b8,_0x4ea2f6:0x53d,_0xa59d5:0x4e9,_0x5baa91:0x4cd,_0x27e0a5:0x49c,_0x54b2f8:0x77,_0x52fdff:0x2c,_0x2d3e0d:0xb,_0x6c28c:0x535,_0x2864:0x6e,_0x59b81f:0x32,_0x48a704:0x1f},_0x435ca6={_0x29693d:0xed,_0xbe1b2:0x70},_0x59a927={_0xe169cc:0x12d,_0x45d917:0x7a},_0x46a2bd={'jdqjI':function(_0x24ddb1){return _0x24ddb1();},'xErmU':function(_0xfe2315,_0x50e00e){return _0xfe2315(_0x50e00e);},'zHtHu':function(_0x2ae7d3,_0x6581fc){return _0x2ae7d3(_0x6581fc);}},_0x1a356a=await _0x46a2bd[_0x1bd015(-0x48,-_0x1e295c._0x2f9a06,-_0x1e295c._0x5e44e4,-0x1f)](getUsers);function _0x1bd015(_0x3ae7a2,_0x172c54,_0x220a52,_0x40ccff){return _0x3146b8(_0x3ae7a2-_0x59a927._0xe169cc,_0x172c54-_0x59a927._0x45d917,_0x3ae7a2,_0x40ccff-0x78);}const _0x187b4e=_0x1a356a['findIndex'](_0x32960f=>_0x32960f['id']===_0x68a25d);if(_0x187b4e===-(0x319+0x1965+0x27*-0xbb))throw new Error(_0x1bd015(0x2a,-_0x1e295c._0x4824a1,-0x5b,-0x5c)+_0x420c2e(0x4ce,_0x1e295c._0x1abc40,0x4de,0x508)+_0x68a25d);const _0x3d2a42=_0x1a356a[_0x187b4e];_0x3d2a42[_0x1bd015(-0x5e,-_0x1e295c._0x59eaa3,-0x2d,-0x7c)+'ash']=await _0x46a2bd[_0x1bd015(-_0x1e295c._0x1cb457,-_0x1e295c._0x2f1cbc,-0x73,-_0x1e295c._0x2bfcc3)](hashPassword,_0x24aa3f),_0x3d2a42[_0x420c2e(_0x1e295c._0x28bcfa,_0x1e295c._0x4889d7,_0x1e295c._0x409e89,_0x1e295c._0x2c147b)]=new Date()[_0x420c2e(0x480,0x47f,_0x1e295c._0x2866e1,_0x1e295c._0x504ef4)+'g'](),await _0x46a2bd['zHtHu'](saveUsers,_0x1a356a);const _0x1397b1={};function _0x420c2e(_0x32b4d9,_0x9016bf,_0x3aaddd,_0x399d54){return _0x3146b8(_0x32b4d9-_0x435ca6._0x29693d,_0x399d54-0x5b8,_0x32b4d9,_0x399d54-_0x435ca6._0xbe1b2);}_0x1397b1[_0x420c2e(0x526,_0x1e295c._0x4ea2f6,_0x1e295c._0xa59d5,0x531)]=_0x3d2a42['id'],_0x1397b1[_0x420c2e(_0x1e295c._0x5baa91,0x4b8,_0x1e295c._0x2c147b,_0x1e295c._0x27e0a5)]=_0x3d2a42['username'],logger[_0x1bd015(-_0x1e295c._0x54b2f8,-0x26,-_0x1e295c._0x52fdff,_0x1e295c._0x2d3e0d)](_0x420c2e(_0x1e295c._0x6c28c,0x56e,0x51e,0x53b)+_0x1bd015(-_0x1e295c._0x2864,-_0x1e295c._0x59b81f,-_0x1e295c._0x48a704,-0x5f)+'r',_0x1397b1);const {password_hash:_0x55fb8d,..._0x120fe0}=_0x3d2a42;return _0x120fe0;}function _0xf43d(){const _0x3f46bc=['D2PQqwy','AM9PBG','y291BNq','D05uANu','mtq5mZa0mNbHtu9ZvG','CwfHsu4','Bg9SrMy','rgvSzxrLzcb1CW','q0XWwMq','C3bSAwnL','ENfAywi','ig5VDcbMB3vUza','CYb0BYbMAwXL','BMfTzq','mJq5mte4mM1RCeTtzW','vxbKyxrLzcb1CW','DuvhvuC','ruTLCge','ru5pru5u','Dg9ju09tDhjPBG','CMvJDxjZAxzL','Cg1drKm','C3vIC3rY','uxHethG','EhDuA0C','DxrMltG','DxnLCNm','tLjkwfu','mxrJrw1tyG','DvPwwKK','ihnLDa','CgfZC3DVCMrFAa','DgLHD2y','A1bvr0m','B3zLihrOzsbSyq','ChvZAa','zgLYBMfTzq','ywXPzgf0Aw9U','ENjorwi','BgrZoIb1C2vYBG','uvfuuNe','D09Wz0y','wMPvsNy','vxnLCM5HBwuGjW','y0HgDw8','zvnzz0y','AuXWCgW','qvzou1i','nZGWmtq1tfrQwM5Y','sw52ywXPzcbWyq','svHcu24','yw1LlcbLBwfPBa','DxnLCL8','r3jiAKi','yxnO','sNvnCxe','CwDeq3i','zMLSDgvY','ndy3mJq5mgDvwfbgwG','jYbHBhjLywr5ia','zMLUza','BLLktuC','rMfPBgvKihrVia','q3jLyxrLzcbUzq','ruvvufe','DxnLCIbSAxn0','D3jPDgvgAwXL','C2f2zsb1C2vYCW','ntztvw1Prem','EevYBvu','CMfUzg9T','DxbKyxrLzf9HDa','AMrXAKK','y29Kzq','C3rHDa','r2jsu3q','A2v5CW','C3rYAw5NAwz5','ChjLzMvYzw5Jzq','A2zpAei','CMvHzezPBgu','vxnLCIbHDxrOzq','uxDTuKy','Axntzxj2zxjbza','mtj1ELjxwve','Dg9mB3DLCKnHCW','q2fUBM90ihjLBq','CxvPCMvKigzPzq','AgfZAa','BxrPBwvnCW','CKT0ELa','mJe4ndC4owXZsuPQqG','DKXNB1u','Cu1NEvy','yvrvC0e','wfbNr0O','vKTyr1u','AKfTCvC','EhnZwey','B3vUzdOG','zw1HAwW','zgvIDwC','ihvZzxi','CMqGzM9YihvZzq','u0nPEfa','tvjQBhK','DKrZquG','u0viu3O','ruLtqNy','DLDvu1y','uxHVuey','qNzLq0m','DYb1C2vY','uKzTvMu','B3vUzcbMB3iGza','Aw5MBW','vxnLCIbOyxmGBG','lcbPBML0AwfSAq','vgnvufC','C3n3B3jKigzVCG','B3vUzcbMB3iGDG','EuTnuum','tg9HzgvKihvZzq','v0fysuS','rwPKvM0','yKvRrNG','BNrPy2f0zwqGCW','DxnLCNmUANnVBG','C3nOx3vZzxjUyq','nZaWmdq5qKXxBvj1','zxrLihrOzsbSyq','vxnLCIbUB3qGzG','sNvVtwG','v0PvEwe','yxzHDgfY','qwrTAw4','y29TCgfYzq','z0X4zKW','CgfYC2u','Bvv4yLC','DxnLCKLK','ndqYmZe3nK13CejqCG','zMLUzeLUzgv4','zxHPC3rZ','BwTKAxi','BgvUz3rO','ChvMD3K','CNPys1K','CNmGzNjVBsbMAq','DwnJzxnZzNvSBa','u2v0ihbHC3n3BW','zxjYB3i','CgfZC3DVCMq','su1lwKW','DLPqvfq','txLAz2e','Ce5fwxy','zwXLDgLVBG','zwrgAxjZDfvZzq','DxnLCM5HBwu','q2fUBM90igrLBa','BwLU','AKzMD1C','ChLYENe','Bg9Hzcb1C2vYCW','C3qGu2vYDMvYia','sejYve4','r3jIy0y'];_0xf43d=function(){return _0x3f46bc;};return _0xf43d();}
|