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
Hi, there should be a wallet.verifySignedMessage function for you to decrypt msg by using the signature and public key of the connected account. check details in https://kit.suiet.app/docs/Hooks/useWallet
@wowok-ai That is an interesting use case though. So it would be the capability that the DApp requests a wallet to use the account's private key to decrypt the given msg. However, I just checked the Sui wallet standard and there is not such a similar method. I suppose you could submit a feature request to sui's repo https://github.com/MystenLabs/sui/issues
I have a message that encrypt by Pubkey, And how to use Wallet to decrypt this message ?
Thx a lot.
The text was updated successfully, but these errors were encountered: