updated mail

This commit is contained in:
nihilist 2024-08-28 20:13:19 +02:00
parent 4f891d5cbd
commit 91d7cdf146
81 changed files with 86 additions and 83 deletions

View file

@ -356,7 +356,7 @@ Encode input into binary or ASCII-armored output with an integrated signature
<p>To sign the message while also remaining in plaintext, we use the second option --clearsign (also, if you have multiple private keys like me, choose it with the -u flag to specify who is sending the message):</p>
<pre><code class="nim">
[ 10.8.0.3/24 ] [ nowhere ] [~]
→ gpg -u nihilist@nowhere.moe --clearsign message.txt
→ gpg -u nihilist@contact.nowhere.moe --clearsign message.txt
[ 10.8.0.3/24 ] [ nowhere ] [~]
→ cat message.txt.asc
@ -383,7 +383,7 @@ e/D6QxqcdeK/RM0tUdlEsypp0KV3musGbyrYRhycEQPF
<p>The signed message is saved as "message.txt<b>.asc</b>", now let's encrypt it using alice's public key, and also don't forget to encrypt it with the private key you want with the -u flag again:</p>
<pre><code class="nim">
[ 10.8.0.3/24 ] [ nowhere ] [~]
→ gpg --encrypt --sign --armor -u nihilist@nowhere.moe -r alice@nowhere.com message.txt.asc
→ gpg --encrypt --sign --armor -u nihilist@contact.nowhere.moe -r alice@nowhere.com message.txt.asc
[ 10.8.0.3/24 ] [ nowhere ] [~]
→ ls -lash | grep message
@ -498,7 +498,7 @@ gpg: Good signature from "nihilist <<b></b>nihilist@nowhere.moe>" [ultimate]
<div class="col-lg-4">
<h4>About nihilist</h4>
<p style="word-wrap: break-word;"><u>Donate XMR:</u> 8AUYjhQeG3D5aodJDtqG499N5jXXM71gYKD8LgSsFB9BUV1o7muLv3DXHoydRTK4SZaaUBq4EAUqpZHLrX2VZLH71Jrd9k8</p></br><p><u>Contact:</u> nihilist@nowhere.moe (<a href="https://nowhere.moe/nihilist.pubkey">PGP</a>)</p>
<p style="word-wrap: break-word;"><u>Donate XMR:</u> 8AUYjhQeG3D5aodJDtqG499N5jXXM71gYKD8LgSsFB9BUV1o7muLv3DXHoydRTK4SZaaUBq4EAUqpZHLrX2VZLH71Jrd9k8</p></br><p><u>Contact:</u> nihilist@contact.nowhere.moe (<a href="https://nowhere.moe/nihilist.pubkey">PGP</a>)</p>
</div><!-- /col-lg-4 -->
</div>