05cf2333bb423112e0447c64d9adac8e6dd32b01
Harmony Include updated manual text

Harmony authored 9 years ago

1) <page xmlns="http://projectmallard.org/1.0/"
2)   type="topic"
3)   id="transports">
4) 
5) <info>
6)   <desc>Types of pluggable transport</desc>
7)   <link type="topic" xref="circumvention" />
8) </info>
9) 
10) <title>Pluggable Transports</title>
11) 
12) <p>
13) Pluggable transports are tools that Tor can use to disguise the
14) traffic it sends out. This can be useful in situations where an Internet
15) Service Provider or other authority is actively blocking connections to
16) the Tor network.
17) </p>
18) 
19) <section id="types">
20) <title>Types of pluggable transport</title>
21) <p>
22) Currently there are six pluggable transports available, but more are
23) being developed.
24) </p>
25) <table frame='all' rules='all'>
26)   <tr>
27)     <td>
28)       <p>
Harmony Add screenshots/make change...

Harmony authored 8 years ago

29)       obfs3
30)       </p>
Harmony Include updated manual text

Harmony authored 9 years ago

31)     </td>
32)     <td>
33)       <p>
Harmony Add screenshots/make change...

Harmony authored 8 years ago

34)       obfs3 makes Tor traffic look random, so that it does not look
35)       like Tor or any other protocol. obfs3 bridges will work in most
36)       places.
Harmony Include updated manual text

Harmony authored 9 years ago

37)       </p>
38)     </td>
39)   </tr>
40)   <tr>
41)     <td>
42)       <p>
Harmony Add screenshots/make change...

Harmony authored 8 years ago

43)       obfs4
Harmony Include updated manual text

Harmony authored 9 years ago

44)       </p>
45)     </td>
46)     <td>
47)       <p>
Harmony Add screenshots/make change...

Harmony authored 8 years ago

48)       obfs4 makes Tor traffic look random like obfs3, and also prevents
49)       censors from finding bridges by Internet scanning. obfs4 bridges
50)       are less likely to be blocked than obfs3 bridges.
Harmony Include updated manual text

Harmony authored 9 years ago

51)       </p>
52)     </td>
53)   </tr>
54)   <tr>
55)     <td>
56)       <p>
57)       Scramblesuit
58)       </p>
59)     </td>
60)     <td>
61)       <p>
Harmony Add screenshots/make change...

Harmony authored 8 years ago

62)       ScrambleSuit is similar to obfs4 but has a different set
63)       of bridges.
Harmony Include updated manual text

Harmony authored 9 years ago

64)       </p>
65)     </td>
66)   </tr>
67)   <tr>
68)     <td>
69)       <p>
Harmony Add screenshots/make change...

Harmony authored 8 years ago

70)       FTE
Harmony Include updated manual text

Harmony authored 9 years ago

71)       </p>
72)     </td>
73)     <td>
74)       <p>
Harmony Add screenshots/make change...

Harmony authored 8 years ago

75)       FTE (format-transforming encryption) disguises Tor traffic as
76)       ordinary web (HTTP) traffic.
Harmony Include updated manual text

Harmony authored 9 years ago

77)       </p>
78)     </td>
79)   </tr>
80)   <tr>
Harmony Add screenshots/make change...

Harmony authored 8 years ago

81)     <td>
82)       <p>
83)       meek
84)       </p>
85)     </td>
86)     <td>
87)       <p>
88)       These transports all make it look
89)       like you are browsing a major web site instead of using Tor.
90)       meek-amazon makes it look like you are using Amazon Web
91)       Services; meek-azure makes it look like you are using a
92)       Microsoft web site; and meek-google makes it look like you are
93)       using Google search.
94)       </p>
95)     </td>