On Wed, Dec 24, 2014 at 5:22 PM, Ryan Carboni <ryacko@gmail.com> wrote:
Tribler also means you're an exit node?

http://forum.tribler.org/viewtopic.php?f=2&t=6906


Why torrent files the normal way when you can become anonymous by torrenting small chunks of huge numbers of files instead? I'm sure ISPs and prosecutors will understand!

Even if they start mentioning this little detail, their implementation would still be horribly broken: ECB mode without authentication, no RSA padding, poor random numbers, and code like this:

    try:
        raise ImportError()
        from Crypto.Random.random import StrongRandom
    except ImportError:
        from random import Random as StrongRandom

The list goes on: https://lists.torproject.org/pipermail/tor-dev/2014-December/007999.html

Tribler is the Telegram of torrent clients. Stay far away from it.