Comment to 'Messenger - How secure is it?'
  • To encrypt messages end-to-end the messenger needs to run in a native app, with keys stored on-device. This is relatively straightforward for messenger-only native apps, but very cumbersome for a messenger that's part of a larger application. We use SSL of course to in-transit encryption, but P2P is more appropriate for a tailored implementation if needed.