You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Note that eth_getEncryptionPublicKey was not removed from any of our libraries, nor from the MetaMask extension. 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.
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.
The text was updated successfully, but these errors were encountered: