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

add configuration to remove key from url #54

Open
dillonstreator opened this issue Dec 31, 2024 · 0 comments
Open

add configuration to remove key from url #54

dillonstreator opened this issue Dec 31, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers web

Comments

@dillonstreator
Copy link
Contributor

dillonstreator commented Dec 31, 2024

Add a web client configuration option for not including the decryption key in the URL and instead displaying it as a separate string. Ensure the read-side is able to handle both cases where the key is in the URL and when it is not. If the key is not in the URL, prompt the user to input the key.

Having the key in the URL is a nice QOL improvement as it removes one input but is slightly less secure as the web server can see the decryption key (though it is ignored).

Take inspiration from https://yopass.se/

@dillonstreator dillonstreator added enhancement New feature or request web good first issue Good for newcomers labels Dec 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers web
Projects
None yet
Development

No branches or pull requests

1 participant