•  taanegl   ( @taanegl@beehaw.org ) 
    link
    fedilink
    English
    98 months ago

    Pretty much. Signals servers just initiate connection between clients, who in turn negotiate parameters with each other so that messages can be encrypted and sent privately between the clients. The messages never has to touch Signals servers, unless you’ve turned on certain features. It’s what you could call a “peer-to-peer chat”.

    It’s apps for Android and iOS are available on GitHub, as well as libraries dedicated to the Signal protocol that you can use and implement in your own projects.

    So it’s transparent, private and secure. Pretty boss. Waiting for someone to correct me on this one ^^;

    • I’m 99% sure that signal isn’t peer to peer. Afaik all messages go through signal’s servers, but they’re end to end encrypted so the server can’t see message contents, or who the messages are coming from.

      The only thing that’s peer to peer are calls, but you can turn on ‘Always relay calls’ from settings to relay them through Signal’s servers.