Browse Source

Upload files to ''

master
onryo 3 years ago
parent
commit
8d016b06dd
  1. 8
      index.html

8
index.html

@ -7,10 +7,8 @@ body { background-color: #101010; max-width: 800px; margin: auto; font-family: '
table { width: 100%; border-collapse: collapse; margin-top: 20px } td { border: 1px solid #1a1a1a; font-size: 16px; padding: 0.5em } td:hover { background-color: #1a1a1a }
pre { background-color: #0d0d0d; border: 1px solid #1a1a1a; font-size: 6px; padding: 20px; color: #999999 }
.block { margin-top: 20px; text-align: left; font-size: 13px } .block p { border: 1px solid #1a1a1a; padding: 0.7em; background-color: #0d0d0d }
.links { margin: 20px; font-size: 14px }
a:link { color: #808080; text-decoration: none } a:visited { color: #808080 } a:hover { color: #808080 }
* { scrollbar-width: thin; scrollbar-color: #333333 #101010 }
::-webkit-scrollbar { width: 6px } ::-webkit-scrollbar-thumb { background: #333333 }
.links { margin: 20px; font-size: 14px } a:link { color: #808080; text-decoration: none } a:visited { color: #808080 } a:hover { color: #808080 }
* { scrollbar-width: thin; scrollbar-color: #333333 #101010 } ::-webkit-scrollbar { width: 6px } ::-webkit-scrollbar-thumb { background: #333333 }
</style>
</head>
<body>
@ -62,7 +60,7 @@ a:link { color: #808080; text-decoration: none } a:visited { color: #808080 } a:
</table>
<div class="block">
<p>Even though HUSH can be considered as a most privacy respected anonymous cryptocoin and messenger available on the market, all users have to follow a few steps to prevent the potential de-anonymization by blockchain analysis companies, government, militaries, advertisers and their like.</p>
<p>This page is devided into various paragraphs that will help you to undestand on a basic level what hardware you should use, what operating system to install, what OPSEC measures to follow and best practices to stay anonymous on the Internet and use HUSH safely.</p>
<p>This page is devided into various paragraphs that will help you to understand on a basic level what hardware you should use, what operating system to install, what OPSEC measures to follow and best practices to stay anonymous on the Internet and use HUSH safely.</p>
<p>First, we do not recommend to use smartphones because of the WiFi triangulation (exact positioning based on a signal strength of the WiFi routers located nearby) and WiFi scanning, in Apple and Google Android (not the same as android or custom ROMs) there is no way to disable it.</p>
<p>IP tracking with an e-mail address or credit card information that can be mandatory to provide during the set up of a new device, Google scans every e-mail with a user's gmail account, just like the Internet activity by using Chrome that cannot be removed; the government tracking via cell carrier which is not possible to avoid.</p>
<p>In case using phone is required we can recommend either of possible solutions: install a custom ROM (so called de-googling) such as LineageOS, GrapheneOS, CalyxOS or Replicant and then install F-Droid which is the open-source alternative with free-as-freedom applications in it only.</p>

Loading…
Cancel
Save