mirror of
https://0xacab.org/anarsec/anarsec.guide.git
synced 2025-07-28 17:17:07 -04:00
motioneye and css
This commit is contained in:
parent
1354ddb396
commit
6597d786ae
4 changed files with 13 additions and 5 deletions
|
@ -17,7 +17,7 @@ There are several different options for [end-to-end encrypted](/glossary/#end-to
|
|||
<!-- more -->
|
||||
Before proceeding, let’s go over a few concepts to help you distinguish between the different options.
|
||||
|
||||
* **End-to-end encryption** means (in theory) that only you and the person you are communicating with can read messages. However, not all [encryption](/glossary/#encryption) is created equal. The quality of the encryption is determined by the *encryption protocol* used and how it's implemented at the software level.
|
||||
* **End-to-end encryption** means (in theory) that only you and the person you are communicating with can read messages. However, not all [encryption](/glossary/#encryption) is created equal. The quality of the encryption is determined by the *encryption protocol* used and how it's implemented at the software level. See ["End-to-end encryption security: attacks and defense"](https://simplex.chat/blog/20240314-simplex-chat-v5-6-quantum-resistance-signal-double-ratchet-algorithm.html#end-to-end-encryption-security-attacks-and-defense) for more information.
|
||||
* **Metadata protection** means that the message [*metadata*](/glossary/#metadata) (the data about the data) is obscured. Even if the message itself is encrypted, metadata can reveal who is communicating with whom, when, how often, the sizes of any files that may have been transferred, and so on. Metadata exposure is [a major concern](https://docs.cwtch.im/security/risk#threat-model).
|
||||
* **Peer-to-peer** means that the messages do not pass through a centralized server.
|
||||
* **Tor** is an [anonymity network](/glossary/#tor-network). Some applications route your messages through Tor by default.
|
||||
|
@ -241,7 +241,8 @@ SimpleX Chat on Whonix does not guarantee Tor [Stream Isolation](/posts/qubes/#w
|
|||
* Copy the file to your new App qube
|
||||
* Make the AppImage executable
|
||||
* In the File Manager, right-click "Properties". Under "Permissions", enable "Allow this file to run as a program".
|
||||
* Reboot the App qube for SimpleX Chat to show up in the **Settings > Applications** tab
|
||||
* Reboot the App qube. In the **Settings > Applications** tab of the new App qube, you may need to click "Refresh applications" for SimpleX Chat to show up. Move SimpleX Chat to the Selected column and press "OK".
|
||||
* Updates will be handled by **Qubes Update** as you would expect.
|
||||
|
||||
<br>
|
||||
</details>
|
||||
|
@ -341,7 +342,7 @@ http_proxy = 127.0.0.1:8082
|
|||
https_proxy = 127.0.0.1:8082
|
||||
```
|
||||
* [Create an App qube](/posts/qubes/#creating-qubes) with the Template `whonix-workstation-17-signal` and networking `sys-whonix`.
|
||||
* In the **Settings → Applications** tab of the new App qube, move Signal to the Selected column and press **OK**.
|
||||
* In the **Settings → Applications** tab of the new App qube, you may need to click "Refresh applications" for Signal to show up. Move Signal to the Selected column and press "OK".
|
||||
* Updates will be handled by **Qubes Update** as you would expect.
|
||||
|
||||
>**Alternative method**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue