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

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

Open
jdbertron opened this issue Jul 10, 2024 · 1 comment
Labels

Comments

@jdbertron
Copy link

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
Copy link
Member

Gudahtt commented Jul 16, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants