Slashdot Mirror


Unofficial WhatsApp Library Gets End To End Encryption Before Official Clients

An anonymous reader writes Earlier last year WhatsApp announced partnership with Open WhisperSystems to integrate the ratcheting forward secrecy protocol found in their app called TextSecure, into WhatsApp. The protocol is supposed to provide end-to-end encryption between WhatsApp clients. So far it has been implemented only in WhatsApp on Android, with the rest of platforms yet to come. The implementation however has already made it into unofficial WhatsApp libraries which allow developers to use WhatsApp service in their applications, starting with a python-library called yowsup, and the rest will follow. It's worth mentioning that none of those libraries are supported nor approved by WhatsApp, so one has to wonder if WhatsApp is going to take some legal action (again) against them.

29 comments

  1. Oh the irony by OzPeter · · Score: 4, Funny

    The implementation however has already made it into unofficial WhatsApp libraries which allow developers to use WhatsApp service in their applications, starting with a python-library called yowsup, and the rest will follow.

    With the previous story being 2014: The Year We Learned How Vulnerable Third-Party Code Libraries Are

    --
    I am Slashdot. Are you Slashdot as well?
    1. Re:Oh the irony by ganjadude · · Score: 2

      seriously... the very last story was this - http://linux.slashdot.org/stor...

      I mean come on now

      --
      have you seen my sig? there are many others like it but none that are the same
  2. OK by koan · · Score: 3, Interesting

    Whatsapp is owned by Facebook, Facebook can not be trusted, Whispersystems is Moxie Marlinspikes gig, so has Moxie sold out? Possible but not probable so I'm going with "additional code" added to the package once the Facebook Balut's get their slimy claws on it.

    What's a Balut?
    https://en.wikipedia.org/wiki/...

    --
    "If any question why we died, Tell them because our fathers lied."
    1. Re:OK by Anonymous Coward · · Score: 0

      It's not like Moxie did't sold out to twitter before...

    2. Re:OK by Anonymous Coward · · Score: 0

      Use Tox instead, SHEEPLE!

      It doesn't matter that no one's actually using it or it doesn't have any stable mobile apps. At least your one-sided conversations are fully encrypted out of the box, AND you can inspect the code yourself since it's free as in freedom. Which is a great way to kill time when there's no one to talk to.

      You're welcome.

  3. SubjectsInCommentsAreStupid by lesincompetent · · Score: 1

    Implemented only in Android? Then how do Android users communicate with everyone else? I'm missing something here...
    (please note: i do not have whatsapp).

    1. Re:SubjectsInCommentsAreStupid by Anonymous Coward · · Score: 2, Interesting

      Messages to other users are simply not encrypted

    2. Re:SubjectsInCommentsAreStupid by johanw · · Score: 1

      At least not better encrypted than Whatsapp did before it started with this.

      Did anyone analyse these implementations? Are they cryptographically sound?

    3. Re:SubjectsInCommentsAreStupid by Fnord666 · · Score: 1

      Implemented only in Android? Then how do Android users communicate with everyone else? I'm missing something here...

      WhisperSystems seems to confine its development efforts to the Android platform for some reason.

      --
      'The tyrant will always find pretext for his tyranny.' - Aesop's Fables
  4. XMPP by BitZtream · · Score: 5, Insightful

    http://xmpp.org/rfcs/rfc3923.h...

    Seriously, stop using proprietary carpware.

    Its one thing when proprietary offers you some benefit, but when it comes to IM, using anything other than XMPP from someone who supports federation is just as retarded as using email from someone who doesn't do proper SMTP.

    --
    Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
    1. Re:XMPP by Anonymous Coward · · Score: 1

      Then please try to persuade all my friends and family members that currently use WhatsApp on their Android/iOS phones.

    2. Re:XMPP by Anonymous Coward · · Score: 0

      Its one thing when proprietary offers you some benefit,

      The "benefit" is actually being able to talk to your friends.

    3. Re:XMPP by Anonymous Coward · · Score: 0

      You're just not trying hard enough! Make them understand that you can't bend your principles or ideals to mere pragmatism, and neither should they!

    4. Re:XMPP by Anonymous Coward · · Score: 0

      You're assuming they actually have those principles and ideals.

    5. Re:XMPP by Anonymous Coward · · Score: 0

      Exactly: "ohh look at this new shiny, I have no idea how it really works but I can send my friends messages on it! What's encryption mean again?"

    6. Re:XMPP by Anonymous Coward · · Score: 0

      Here's the benefit: proprietary carpware gives the companies an a way to monetize. Much harder to monetise an on an open standard when anyone else can build a client. More money = more resource to build a better product.

    7. Re:XMPP by greenfruitsalad · · Score: 2

      show me a free xmpp server that supports all the necessary XEPs for reliable message delivery on mobile devices. you'll find exactly 0.

      if i remember correctly, only ejabberd caters for mobile users and that is only free for up to 5 users. (the gpl only version does not support all needed extensions)

      even if you manage to find one, try to find a free jabber client that supports those xeps. you'll find exactly 0 (well, you'll find 1 on fdroid, but in play store, it's paid for).

      so you see, at the moment, xmpp is a very poor substitute for whatsapp (with OTR), telegram and the likes.

    8. Re: XMPP by stickystyle · · Score: 1

      Well...they actualy do use XMPP, just with some junk added on to make it work more reliably in their enviroment.

      --
      Pluralitas non est ponenda sine neccesitate
    9. Re:XMPP by tsa · · Score: 1

      Is that such a strange thing, that people who don't have a clue about how computers work don't know this?

      --

      -- Cheers!

    10. Re:XMPP by Anonymous Coward · · Score: 0

      Its one thing when proprietary offers you some benefit, but when it comes to IM, using anything other than XMPP from someone who supports federation is just as retarded as using email from someone who doesn't do proper SMTP.

      Sure, I'll make the effort to switch my friends to an open source protocol as soon as you can point me to a client where:
      - the user interface doesn't suck,
      - users can find other users without performing black magic,
      - it's actually capable of sending multimedia files, smilies, and creating groups of users,
      - it works at least on Android and iPhone,
      - doesn't merely replace one server farm with another one
      - and it provides an important extra function not found already in WhatsApp that a common user may care about (such as encryption), to have some argument to convince my friends to switch.

      Oh, wait, there aren't any FLOSS clients with all those properties.

    11. Re:XMPP by TuringTest · · Score: 1

      Can you name which client in fdroid is the reliable one you're talking about?

      --
      Singularity: a belief in the "God" idea with the "demiurge" relation inverted.
    12. Re:XMPP by greenfruitsalad · · Score: 1

      "conversations" supports xep-198 and xep-280. those 2 are the minimum for a functional mobile client. however, when i tried this messenger (6+ months ago), i found the user interface pretty but less than intuitive.

      "yaxim" gives you those xeps too, but only 1 xmpp account is supported and it looks like it's from the nineties.

  5. Oh yeah? by Anonymous Coward · · Score: 0

    I did this with facebook as a chrome plugin at a hackathon.

    http://snowcrypt.ca

    1. Re:Oh yeah? by Anonymous Coward · · Score: 0

      Well looks like you've got the makings of a kickstarter campaign right there!

  6. User Hostile Service by r0kk3rz · · Score: 1

    It's worth mentioning that none of those libraries are supported nor approved by WhatsApp, so one has to wonder if WhatsApp is going to take some legal action (again) against them.

    Whatsapp has recently been banning users of a Third-Party Whatsapp client for SailfishOS, rather than take direct legal action at the app developers.

  7. Wrong news by Anonymous Coward · · Score: 0

    "Earlier last year WhatsApp announced partnership with Open WhisperSystems". Wrong. WhatsApp announced nothing. Open Whisper Systems did. WhatsApp has said nothing so far.-Ignacio Agulló