Replies: 3 comments 1 reply
-
Hey! The SDK doesn't include any way of data encryption out of the box. If you'd like to implement some kind of secure communication, it'll depend on who is/are the sender/s and the receiver/s and the type of data and some other factors. Can you explain a bit more on your use case? EDIT: clarified that this is indeed possible to do with the SDK but that we don't include any tools to do it by default. |
Beta Was this translation helpful? Give feedback.
-
Hi @facundomedica Thank you |
Beta Was this translation helpful? Give feedback.
-
We have : But lets discuss about not public data firstly. Is the data secret in some way? No, do we have solution for this, by cosmos , ... |
Beta Was this translation helpful? Give feedback.
-
We should secure the way that we send data from chain to dApps and in contrary.
For doing this, we need to encrypt data in chain and encrypt data in smart contracts OR in client side.
What is the best practice for doing this and send data in a secure way to dApps in cosmos?
Beta Was this translation helpful? Give feedback.
All reactions