aarondoet / AccountSwitcher

BetterDiscord plugin to switch between multiple accounts
MIT License
229 stars 79 forks source link

Accountsaving Path #52

Closed FeelsBadMan1 closed 3 years ago

FeelsBadMan1 commented 3 years ago

Hello, I try to find the path where the Accountswitcher do save the Tokens but somehow i cant find that file anywhere.....

aarondoet commented 3 years ago

Inside the BetterDiscord plugins folder there is the AccountSwitcher.plugin.js file, that is the plugin, and the AccountSwitcher.config.json file, that is all the data. No other file is used by the plugin.

FeelsBadMan1 commented 3 years ago

yes i knew that alredy but the configfle is not there

aarondoet commented 3 years ago

The file not existing should only be the case if it got deleted or when the plugin did never start yet/settings were never changed so far.

FeelsBadMan1 commented 3 years ago

well i found it it where in another folder. however the tokens seem to be encrypted. is there a way to decrypt them?

aarondoet commented 3 years ago

I won't help with encrypting or decrypting tokens.