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

Allow asymmetric Keys #384

Open
3 tasks done
thoka opened this issue Jan 6, 2025 · 0 comments
Open
3 tasks done

Allow asymmetric Keys #384

thoka opened this issue Jan 6, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@thoka
Copy link

thoka commented Jan 6, 2025

What type of request is this?

New feature idea

Clear and concise description of the feature you are proposing

Currently, the security of the transmission relies on the password being transported through another secure method.

Using asymmetric keys, it would be possible to exchange public keys over a channel that is not secure but trustworthy.

For this purpose, a potential recipient would first generate a key pair, which is stored locally in their browser. They would only share the public key with the sender.

Additional context

No response

Validations

  • Check the feature is not already implemented in the project.
  • Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
  • Check that the feature is technically feasible and aligns with the project's goals.
@thoka thoka added the enhancement New feature or request label Jan 6, 2025
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

1 participant