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

GPG encryption #83

Open
depesr opened this issue Jun 13, 2022 · 2 comments
Open

GPG encryption #83

depesr opened this issue Jun 13, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@depesr
Copy link

depesr commented Jun 13, 2022

Is your feature request related to a problem? Please describe.
nope

Describe the solution you'd like
Hey guys, would you consider adding a possibility to encrypt notes with user's gpg key?
So once you have gpg installed, you just set a username from gpg keychain will be used.
Then before saving, a command gpg -e -r USERNAME filename will run to encrypt a file.

So nobody could read my notes in, let's say public gitlab repository, unless they have my secret key (which of course nobody would have)

Thanks

@depesr depesr added the enhancement New feature or request label Jun 13, 2022
@vivekweb2013
Copy link
Member

@depesr that a nice idea. I'd look into it. I think I can add this functionality. It could take time as I will need build the UI, Backend & Schema to support storing and using gpg keys.

@depesr
Copy link
Author

depesr commented Jun 14, 2022

I wouldn't, for security reasons, recommend to store gpg keys. Just use system's gpg keychain store and store just key ID which should be used to encrypt/decrypt content.

Let me know if I can be of any help.

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

No branches or pull requests

2 participants