-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 the eth_getEncryptionPublicKey and eth_decrypt methods #1807
Comments
Hi, is there any timeline for this feature yet? |
We need this feature for our mobile users. |
Depending on the flexibility of your app, IDX has the ability to generate cyphertexts (JWEs) with keys associated with a $ETH account. |
@mrenoon, no timeline yet. We'll update here when we plan for it. |
@omnat |
Our dApp (EthSign.xyz) also plans to use it to encrypt and decrypt AES keys that encrypt and decrypt various documents stored on IPFS. |
This feature would be extremely useful for my mobile dapp project. Is there any progress on making this available for metamask mobile? |
is this in the roadmap? we would love this feature as well |
Yes please! Parity with the browser extension with respect to this functionality would be most appreciated! |
Would also love this feature on mobile. I use this to enable users to keep private data onchain and decrypt only with their private keys - makes my app unusable on mobile without it... |
Same! |
Our app on web is using |
Hello ? Can we get some feedback for when this will be on the roadmap ? |
hi @omnat 👋🏼, has any progress been made on this? I need this for a Dapp I'm currently working on. Thanks! |
same here, we are limited to desktop experience 🙁 curious about how we could help to implement |
Is this feature being worked on? |
Folks from brave, metamask and various other CASA members are discussing a chain agnostic way to implement this for all wallet clients here: and more actively here https://ethereum-magicians.org/t/eip-5630-encryption-and-decryption/10761/112 |
Hello ? Can we get some feedback for if this feature will ever be implemented ? |
These two methods are still not supported now, is it possible to support them in the future. |
Would really love it if they were. It would be incredibly useful
…On Tue, Jun 25, 2024, 3:23 AM Porianesu ***@***.***> wrote:
These two methods are still not supported now, is it possible to support
them in the future.
—
Reply to this email directly, view it on GitHub
<#1807 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AO2NTS3POX5JOBMT6NAV2ADZJELHLAVCNFSM6AAAAABJ3HFTDWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCOBYGE3TANZRHA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Describe the usability problem
Version 8 of the Metamask browser extension added
eth_getEncryptionPublicKey
to return a Curve25519 encryption key derived from the account's private key. Also, it addedeth_decrypt
to decrypt information encrypted with the aforementioned public key.This page demonstrates the functionality in brief.
Expected behavior
These functions are not available in the mobile version. It would be very useful for my application is they were.
filled out after submission
User impact | Usage frequency | Feasibility scores
How important is this to the user, what the user wants to accomplish | Daily, weekly, monthly | Small, medium, large
The text was updated successfully, but these errors were encountered: