I am using cloud functions to send data to Moralis so that it can be stored on IPFS.
I have one cloud function for storing the data and one for retrieving the data.
However, I would like to encrypt this data before it is sent to IPFS and decrypt it when I retrieve it.
How can this be done?
Thanks