Skip to content
This repository has been archived by the owner on Aug 5, 2021. It is now read-only.

Encryption of Media Files #79

Open
aimanabsi opened this issue Jan 14, 2021 · 5 comments
Open

Encryption of Media Files #79

aimanabsi opened this issue Jan 14, 2021 · 5 comments

Comments

@aimanabsi
Copy link

is there a way to encrypt and send media files like pdf,png via this lib?

@seanieb
Copy link

seanieb commented Jan 14, 2021

Not really. How it's normally done is you encrypt the file using a symmetric encryption method, upload the file to a storage service like s3. Then you send the key and the location of the file to the recipient via the signal library.

@aimanabsi
Copy link
Author

then how can i send pdf file using this api lib ?

@seanieb
Copy link

seanieb commented Jan 19, 2021

If you're just trying trying to send encrypted files I would recommend:

https://github.com/magic-wormhole/magic-wormhole
OR using
https://github.com/FiloSottile/age

@kitlu007
Copy link

@aimanabsi Hello. Im implementing the libsignal library too in flutter. While text are encrypted, what about media files like images, videos, gifs, docx, pdfs users send toneach other. Arent they encrypted part of the library ? If not , how do i do it ?

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

No branches or pull requests

4 participants
@seanieb @aimanabsi @kitlu007 and others