You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently, the LLM provider keys are being saved directly to local storage without any encryption, storing keys without encryption poses significant security risks.
Describe the solution you'd like
To enhance the security of our application, we need to ensure that all LLM provider keys are encrypted before being saved to local storage. This will help protect sensitive information and prevent unauthorized access in case of a security breach.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently, the LLM provider keys are being saved directly to local storage without any encryption, storing keys without encryption poses significant security risks.
Describe the solution you'd like
To enhance the security of our application, we need to ensure that all LLM provider keys are encrypted before being saved to local storage. This will help protect sensitive information and prevent unauthorized access in case of a security breach.
The text was updated successfully, but these errors were encountered: