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

Make the "encrypt/decrypt" section usable as a minimal messenger #124

Open
danfinlay opened this issue Sep 3, 2021 · 0 comments · May be fixed by #125
Open

Make the "encrypt/decrypt" section usable as a minimal messenger #124

danfinlay opened this issue Sep 3, 2021 · 0 comments · May be fixed by #125
Labels
bug Something isn't working

Comments

@danfinlay
Copy link
Contributor

Current decryption demo only allows decrypting the message you encrypted to yourself. This doesn't really show off the feature.

The sections should be like this:

[get encryption key]
encryption key output
-------
type message
recipient encryption key
[encrypt message]
encrypted output (full, copyable)
--------
type encrypted input
[decrypt message]
decrypted output
@danfinlay danfinlay added the bug Something isn't working label Sep 4, 2021
danfinlay added a commit that referenced this issue Sep 4, 2021
Made encrypt/decrypt a "fully functional" flow, so the test dapp can
actually be used as an encrypted messenger.

Fixes #124
@danfinlay danfinlay linked a pull request Sep 4, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant