marcelklehr / smokesignal

Build your own small (or larger) peer to peer network with node.js
154 stars 21 forks source link

Security? #14

Open marcelklehr opened 10 years ago

marcelklehr commented 10 years ago

There's no authentication and encryption.

Since hash(message.content) is part of the message id, all messages should survive a change of content by an adversary.

Broadcasts are anonymous, so there's no inherent authentication.