Discord Enhanced
Discord Enhanced v0.1.0GitHub
Privacy
Local data and credential handling in Discord Enhanced.
Privacy and local data
Discord Enhanced starts a local HTTP server bound to 127.0.0.1 for its settings panel. Runtime data is stored in:
com.buzs.discord.ulanziPlugin/.data/index.jsonThe file contains the local server port, an internal inspector token and encrypted Discord credentials. The Client Secret uses AES-256-GCM with a key derived from the local machine and plugin UUID.
The plugin communicates with Discord Desktop over local IPC or the legacy localhost RPC fallback, and with discord.com during OAuth token exchange. Never publish a Client Secret in an issue, repository or screenshot.
If the secret leaks
Reset it in the Developer Portal and use Change app in the settings panel.