Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use basic encryption to encrypt the openai key in browser local storage. #73

Open
Merkie opened this issue Nov 8, 2023 · 0 comments · May be fixed by #75
Open

Use basic encryption to encrypt the openai key in browser local storage. #73

Merkie opened this issue Nov 8, 2023 · 0 comments · May be fixed by #75
Assignees
Labels
enhancement New feature or request

Comments

@Merkie
Copy link

Merkie commented Nov 8, 2023

I think the cryptr module on NPM would be an excellent option for this. There'd need to be an extra env variable for storing the serverside key, the FIREBASE_APIKEY variable could be a fallback since all that is needed is a random string, but I think it would make the software seem more secure. I can work on a PR to add this

@Shackless Shackless linked a pull request Nov 9, 2023 that will close this issue
@Shackless Shackless added the enhancement New feature or request label Nov 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants