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

How not to store the private key in plain text? #126

Open
Kmaschta opened this issue Oct 14, 2018 · 0 comments
Open

How not to store the private key in plain text? #126

Kmaschta opened this issue Oct 14, 2018 · 0 comments

Comments

@Kmaschta
Copy link
Contributor

Currently, the private key used te encrypt and decrypt the config values is stored inside the .comfy/config file in clear text.

It would be better to store this private key (and some perhaps some other crypto informations) into a secure file like .comfy/privatekey or something.

I thought of some implementations, but none of them are satisfactory from the security and/or UX standpoint.

Any idea on how to implement a solution that is both secure and easy to use?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant