Support for encryption/decryption #523
MathieuCesbron
announced in
Feature Requests
Replies: 2 comments 1 reply
0 replies
Hi Mathieu, have you found anything? I'm also searching a way to use some Account Abstraction together with user data encryption. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I would like to make a Dapp that needs to encrypt sensitive data on-chain. The data should be encrypted with the receiver public key so only him can decrypt with his private key. This feature is supported by MetaMask for example and it allows the creation of a lot of cool Dapp.
No wallets in Solana are providing this feature as far as I know, I have seen online that I am not the only one missing this feature on Solana.
Have a good day,
All reactions