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 web3.eth.encrypt and web3.eth.decrypt functions to JSON-RPC #1098

Closed
wants to merge 8 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Draft 0.5
  • Loading branch information
Temitope Alabi authored and Temitope Alabi committed May 16, 2018
commit fc9b5a84aeead4e49f10bf2bcdc122c73ec9783d
3 changes: 1 addition & 2 deletions EIPS/eip-1024.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ Imagine an illegal immigrant named Martha. Martha moved to the United States ill
More casually, Martha can create a treasure hunt game, or a decentralized chat app etc.

### Specification
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
### Specification
## Specification


Using the nacl library this solution will generate an encryptionKeyPair(ethereumPrivateKey) for each account.

```

const nacl = require('tweetnacl')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this needed?

Expand Down