Jetbrain Copilot plugin Copilot token security #179686
Unanswered
githubmilind
asked this question in
Copilot Conversations
Replies: 2 comments
This comment was marked as off-topic.
This comment was marked as off-topic.
-
|
GitHub Copilot tokens are managed by the JetBrains IDE plugin, and currently, they are stored locally to authenticate your session. While it’s understandable to be concerned about plain-text storage, you shouldn’t manually modify or encrypt the token files — this could break the plugin’s ability to connect to GitHub. To improve security:
If you want stronger protection, you can also open a feature request with JetBrains to support encrypted storage for Copilot tokens. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
Copilot Feature Area
JetBrains & Xcode
Body
JetBrains IDEs simplify the GitHub Copilot LLM jacking / model theft. It stores the Github Copilot token in plain text in the $HOME directory.
Can you encrypt the token so that it will become difficult to read.
Beta Was this translation helpful? Give feedback.
All reactions