CeramicIntegration icon indicating copy to clipboard operation
CeramicIntegration copied to clipboard

Add file encryption in addition to string encryption to the integration

Open Amirjab21 opened this issue 3 years ago • 2 comments

Currently, the integration works if you're trying to encrypt a strong and store it on ceramic and gate it using Lit.

Could we add the relevant functions that also encrypt a file and then store the encrypted file contents on ceramic?

Amirjab21 avatar Jun 27 '22 13:06 Amirjab21

I think you can do this by base64 encoding the file (to turn it into a string)

glitch003 avatar Jun 27 '22 18:06 glitch003

That's how I did it

itali43 avatar Jun 28 '22 20:06 itali43