Make the "encrypt/decrypt" section usable as a minimal messenger
- Dominant language
- JavaScript
- Stars
- 642
- Forks
- 369
- PR merge metrics
- No merged PRs in 30d
Description
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
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start at the existing encrypt/decrypt section in the test dapp and trace its current self-encryption and decryption flow. Rework the interaction to support a recipient encryption key and separate encrypted input, then verify that the full encrypted output is copyable and that the requested encrypt/decrypt sequence works end to end.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100