md, torsocks authored by about:privacy's avatar about:privacy
...@@ -105,12 +105,12 @@ _Tip: If you want to acquire an anonymous phone number for registering signal, o ...@@ -105,12 +105,12 @@ _Tip: If you want to acquire an anonymous phone number for registering signal, o
3. If everything was successful, you should be able to list your Signal account executingg: 3. If everything was successful, you should be able to list your Signal account executingg:
```plaintext ```plaintext
signal-cli listAccounts torsocks -i signal-cli listAccounts
``` ```
4. You should set a registration lock pin, to prevent others from registering this number: 4. You should set a registration lock pin, to prevent others from registering this number:
```plaintext ```plaintext
signal-cli -a $PHONE_NR setPin "verysafepassword" torsocks -i signal-cli -a $PHONE_NR setPin "verysafepassword"
``` ```
_Tip: Use _[_KeepassXC preinstalled on tails_](https://tails.boum.org/doc/encryption_and_privacy/manage_passwords/)_ for generating and storing safe passwords._ _Tip: Use _[_KeepassXC preinstalled on tails_](https://tails.boum.org/doc/encryption_and_privacy/manage_passwords/)_ for generating and storing safe passwords._
...@@ -120,13 +120,13 @@ _Tip: Use _[_KeepassXC preinstalled on tails_](https://tails.boum.org/doc/encryp ...@@ -120,13 +120,13 @@ _Tip: Use _[_KeepassXC preinstalled on tails_](https://tails.boum.org/doc/encryp
- If you want to register a number which is only able to receive phone calls, add the `--voice` parameter to the register command: - If you want to register a number which is only able to receive phone calls, add the `--voice` parameter to the register command:
```plaintext ```plaintext
signal-cli -a $PHONE_NR register --voice --captcha "signalcaptcha://signal-recaptcha-v2.someshortercode.registration.someverylongcode" torsocks -i signal-cli -a $PHONE_NR register --voice --captcha "signalcaptcha://signal-recaptcha-v2.someshortercode.registration.someverylongcode"
``` ```
- If the number was registered before and locked with a pin, use the `--pin` parameter during `verify` command: - If the number was registered before and locked with a pin, use the `--pin` parameter during `verify` command:
```plaintext ```plaintext
signal-cli -a $PHONE_NR verify --pin "yourPIN" 123456 torsocks -i signal-cli -a $PHONE_NR verify --pin "yourPIN" 123456
``` ```
## Provisioning Signal-Desktop & hardening ## Provisioning Signal-Desktop & hardening
...@@ -156,14 +156,14 @@ zbarimg /home/amnesia/Pictures/qr.png ...@@ -156,14 +156,14 @@ zbarimg /home/amnesia/Pictures/qr.png
8. Add your Signal Desktop to signal-cli with the qr code link from step 6 (`sgnl://…`), executing 8. Add your Signal Desktop to signal-cli with the qr code link from step 6 (`sgnl://…`), executing
```plaintext ```plaintext
signal-cli -a $PHONE_NR addDevice --uri "sgnl://…" torsocks -i signal-cli -a $PHONE_NR addDevice --uri "sgnl://…"
``` ```
8. Signal-Desktop should ask you to name the device (internal designation) 8. Signal-Desktop should ask you to name the device (internal designation)
9. If everything was successful, Signal Desktop should be ready to use. You can obtain a list of devices using your registered signal no. executing: 9. If everything was successful, Signal Desktop should be ready to use. You can obtain a list of devices using your registered signal no. executing:
```plaintext ```plaintext
signal-cli -a $PHONE_NR listDevices torsocks -i signal-cli -a $PHONE_NR listDevices
``` ```
It should list your Signal Desktop with the name you set in step 8. among the master (signal-cli). It should list your Signal Desktop with the name you set in step 8. among the master (signal-cli).
...@@ -187,7 +187,7 @@ Use Settings to enable/disable features such as link preview, incoming calls etc ...@@ -187,7 +187,7 @@ Use Settings to enable/disable features such as link preview, incoming calls etc
2. Execute: 2. Execute:
```plaintext ```plaintext
signal-cli -a $PHONE_NR updateConfiguration --read-receipts false --unidentified-delivery-indicators true --typing-indicators false --link-previews false torsocks -i signal-cli -a $PHONE_NR updateConfiguration --read-receipts false --unidentified-delivery-indicators true --typing-indicators false --link-previews false
``` ```
## Every now and then: Receiving messages with signal-cli ## Every now and then: Receiving messages with signal-cli
... ...
......