1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
|
ANNOUNCING Bitmask, the Internet Encryption Toolkit, release 0.6.0
The LEAP team is pleased to announce the immediate availability of
version 0.6.0 of Bitmask, the Internet Encryption Toolkit, codename
"nothing to see here".
https://downloads.leap.se/client/
LEAP (LEAP Encryption Access Project) develops a plan to secure
everyday communication, breaking down into discrete services.
Bitmask is the desktop client to connect to the services offered by
the LEAP Platform. In the current phase the supported services are
Encrypted Internet Proxy and Encrypted Mail.
The Encrypted Internet Proxy provides circumvention, location
anonymization, and traffic encryption in a hassle-free, automatically
self-configuring fashion.
WARNING (LINUX ONLY): If you ever run into the situation where you
cannot access internet, open the terminal and run the following
command:
$ pkexec /usr/local/sbin/bitmask-root firewall stop
If for some reason that doesn't work, you will need to reboot your
computer.
Encrypted Mail offers automatic encryption and decryption for both
outgoing and incoming email, adding public key cryptography to your
mail without you ever having to worry about key distribution or
signature verification.
You can read about this and many other cool things in the user manual
and the developer notes, which can be found online at:
https://leap.se/en/docs/client
WARNING: This is still part of a beta release of our software, a lot
of testing and auditing is still needed, so indeed use it, and feed us
back, fork it and contribute to its development, but by any means DO
NOT trust your life to it.
WHAT CAN THIS VERSION OF BITMASK DO FOR ME?
Bitmask 0.6.0 improves how email encryption/decryption works
internally to improve speed and CPU consumption. This release also
merges a big refactor we've been working on for some time, which will
give us room for a lot of improvements in the near future. You can
refer to the CHANGELOG for the meat.
Encrypted Internet on Linux now helps you don't shoot yourself in the
foot by leaking traffic outside of the secure connection it
establishes. This will be added to other platforms in the future.
The Encrypted Mail services will run local SMTP and IMAP proxies that,
once you configure the mail client of your choice, will automatically
encrypt and decrypt your email using GPG encryption under the hood.
If it is the first time you run Bitmask, the first run wizard will
help you registering an user with your selected provider, downloading
all the config files needed to connect to the various LEAP services.
LICENSE
You may use Bitmask under the GNU General Public License, version 3
or, at your option, any later version. See the file "LICENSE" for the
terms of the GNU General Public License, version 3.
In addition, as a special exception, the copyright holders give
permission to link the code of portions of this program with the
OpenSSL library under certain conditions as described in each
individual source file, and distribute linked combinations including
the two.
INSTALLATION
We distribute the current version of Bitmask as standalone bundles for
GNU/Linux, OSX and Windows, but it is likely that you are able to run
it under other systems, specially if you are skillful and patience is
one of your virtues.
Have a look at "docs/user/install.rst".
Packages are also provided for debian and ubuntu, add the leap
repository to your apt sources:
deb http://deb.leap.se/debian wheezy main
We will love to hear if you are interested in help making packages
available for any other system.
BUGS
You can send the bugs our way by pointing your telnet session to port
443 on https://leap.se/code. We will do our best to make them follow
our intensive bug-reeducation program.
HACKING
You can find us in the #leap channel on the freenode network.
If you are lucky enough, you can also spot us drinking mate, sleepless
in night trains, rooftops, rainforests, lonely islands and, always,
beyond any border.
The LEAP team,
July 18, 2014
Somewhere in the middle of the intertubes.
EOF
|