MetaMask / core

This monorepo is a collection of packages used across multiple MetaMask clients
MIT License
294 stars 190 forks source link

Support for EIP-5630 urgently needed since eth_getEncryptionPublicKey was deprecated #4509

Open jdbertron opened 4 months ago

jdbertron commented 4 months ago

EIP-5630 proposes to replace the now removed eth_getEncryptionPublicKey with a new eth_getECDH to perform a Diffie Hellman key generation using provided material without exposing the public key. Some applications have used the encryption/decryption capability of Wallets to secure data locally and on-chain for some time, without requiring the user to know or provide additional key material. The removal of eth_getEncryptionPublicKey has severely impacted that capability and needs to be restored in some way. Please provide some update on the intention or future plans to support this or some other wallet based encryption/decryption functionality.

Gudahtt commented 4 months ago

Note that eth_getEncryptionPublicKey was not removed from any of our libraries or wallet clients. It was deprecated, but we still support it. We may remove it in the future, but we have no plans to do so at this time.