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

Feature request: private notes #1

Open
zacharyhill opened this issue Jan 28, 2020 · 3 comments
Open

Feature request: private notes #1

zacharyhill opened this issue Jan 28, 2020 · 3 comments

Comments

@zacharyhill
Copy link

It would be great if there was a feature that allowed notes to be private as well as public 👍

@songz
Copy link
Owner

songz commented Feb 5, 2020

Only use case I can think of is: Passwords

This would need an encryption key, will think about this more later.

@songz
Copy link
Owner

songz commented Feb 5, 2020

What do you think about this?

UX: Checkbox when creating a new note. (private or not). If checkbox is set, you set a password.

You must be able to make existing files public or private.


Serverside:

Files marked by private flag will be encrypted with the provided password.
Metatadata file will have a flag to encrypt the flag string 'correct'. This will be how we know if the provided password is correct or not.


100% secure.

@zacharyhill
Copy link
Author

Sounds like a good solution. I think it would be nice to have "folders" or multiple files setup to be unlocked by the same password though. I'm willing to make PRs for this as well.

songz pushed a commit that referenced this issue Oct 15, 2020
songz pushed a commit that referenced this issue Oct 15, 2020
songz pushed a commit that referenced this issue Oct 15, 2020
songz added a commit that referenced this issue Dec 6, 2020
updates #1 - creates a dockerfile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants