AnemoneLabs / nymphemeral

Ephemeral pseudonym client
GNU General Public License v3.0
5 stars 1 forks source link

Attachment support #9

Open HulaHoopWhonix opened 9 years ago

HulaHoopWhonix commented 9 years ago

Supporting attachments is important for communication flexibility. Can potentially allow sending confidential documents. Nymphemeral should probably manage the attachment file encryption as it does with messages to simplify things for newbies and prevent mistakes.

HulaHoopWhonix commented 9 years ago

I discovered how attachments can be sent and received over Mixmaster and nymservers. This needs base64 as a dependency.

https://phabricator.whonix.org/T374#6341

I also found bash scripts that automate file conversion to base64 and append it to the message body. nymphemeral could loosely replicate this behavior with python.

https://phabricator.whonix.org/T374#6342