Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add file encryption in addition to string encryption to the integration #5

Open
Amirjab21 opened this issue Jun 27, 2022 · 2 comments

Comments

@Amirjab21
Copy link

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?

@glitch003
Copy link
Contributor

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

@itali43
Copy link
Contributor

itali43 commented Jun 28, 2022

That's how I did it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants