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

[TASK] Provide nacl-based Encryption #7603

Closed
7 of 9 tasks
ghost opened this issue Nov 29, 2019 · 1 comment
Closed
7 of 9 tasks

[TASK] Provide nacl-based Encryption #7603

ghost opened this issue Nov 29, 2019 · 1 comment

Comments

@ghost
Copy link

ghost commented Nov 29, 2019

(draft)

related #1190 (Initial user-filed Issue)

Quick Summary

  • Give dApps the ability to request from a user a naclPublicKey (derived from the private key kept within mm),
  • key is used to encrypt data.
  • dApp can request from user to decrypt data (mm asks user for confirmation) and send it back.

Team

This task is currently mainly executed by contributor @logvik (own use-case)

Test Setup

git clone https://github.com/logvik/metamask-extension mm-encrypt
cd mm-encrypt
yarn
yarn dist

https://github.com/logvik/metamask-extension/blob/develop/docs/add-to-chrome.md

cd ..
git clone https://github.com/logvik/test-dapp
cd test-dapp
npm i
npm start

Open http://localhost:9000

Status of Work

EIP level

Packages

Completed work (merged and npm published)

MetaMask Core

MetaMask UI

Test dApp

Used to test and further refine the implementation, and to showcase the functionality/

Eth Ecosystem

@Gudahtt
Copy link
Member

Gudahtt commented Jan 8, 2021

This was implemented in #7831

@Gudahtt Gudahtt closed this as completed Jan 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant