Skip to content

Questions and Answers

myleshorton edited this page May 20, 2013 · 43 revisions

Questions and Answers

What type of encryption does Lantern use?

Lantern uses the following cipher suite for all connections between peers: TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA. That is, we use elliptical curve because of its shorter key lengths along with ephemeral Diffie-Hellman key exchange to preserve forward secrecy. We then use AES 256 in CBC block cipher mode instead of stream ciphers such as RC4 due to the greater number of known attacks on RC4.

Why does Lantern require a Google login? What happens with the generated OAuth tokens?

Lantern require's users to login to Google Talk for the following reasons:

  1. It allows you to easily connect with your existing Google Talk contacts via Lantern in order to bootstrap the trust network
  2. It allows Lantern to use Google's XMPP servers to negotiate direct P2P connections between users
  3. Google Talk is also largely unblocked, so it provides a channel through which Lantern can usually communicate

When you login to Google via OAuth, Lantern stores your OAuth refresh token on your local computer in an encrypted form using your operating systems keychain, or an equivalent if your operating system does not support a keychain.

Will Lantern make my computer vulnerable to hackers?

Lantern takes a number of precautions to make sure users are safe. First, Lantern does not allow any external computers to access your hard drive. Instead, Lantern simply acts as a conduit for your trusted contacts, relaying their requests to web pages on the open Internet as well as the replies from those web pages. External users have no access to your computer itself. Lantern also requires what's called mutual authentication for all connections, requiring that anyone connecting through you to the open Internet is someone you have a cryptographic key for, so someone who has learned about your computer through either being a trusted contact directly or through one of your trusted contacts. This ensures that random computers out there cannot use your computer as an access point to the open Internet.

How will running Lantern affect performance on my computer?

Lantern's goal is to be as lightweight and unobtrusive as possible. In Get Mode, you shouldn't even notice it's running, outside of being able to access previously blocked sites of course. In Give Mode, a portion of your internet connection may intermittently be donated to other users, but based on the other users online at the time, you may not even notice. We plan to intelligently limit the resources Lantern consumes while you're using your computer in the future (see #19).

Is Lantern free?

Lantern is free as in money and as in freedom: free to use, modify, and redistribute in accordance with its license. This documentation is likewise distributed under a free license.

How can I contribute?

Please see the Contributing page.

Clone this wiki locally