Marlinski / Rumble

Rumble allows the sharing of messages and pictures without relying on the Internet, in a Delay Tolerant Fashion following the Store-Carry and Forward paradigm
http://disruptedsystems.org
GNU General Public License v3.0
298 stars 32 forks source link

Is there any ciphering going on? #15

Closed viric closed 8 years ago

viric commented 8 years ago

I cannot find any mention whether the communications go in the clear or not. Netiher a warning about text in clear, or a feature of ciphering communications.

Marlinski commented 8 years ago

"Public" communication, i.e. communication in public group (such as the one by default) are in clear. Communication within private group (with a little lock in the group list) are encrypted with an AES key.

viric commented 8 years ago

Thank you. It would be nice if this did into actual documentation or feature list.