mirror of
https://codeberg.org/vlw/vlw.se.git
synced 2025-09-13 13:03:41 +02:00
chore(content): rewording of the encryption text on the contact page (#18)
Reviewed-on: https://codeberg.org/vlw/vlw.se/pulls/18
This commit is contained in:
parent
e420f33d4a
commit
359342c7f7
1 changed files with 3 additions and 4 deletions
|
@ -78,8 +78,8 @@
|
|||
<section class="pgp">
|
||||
<?= VV::embed("public/assets/media/icons/pin.svg") ?>
|
||||
<h3>encrypt your message with PGP</h3>
|
||||
<p>Please consider encrypting your message with my PGP key, even if your message doesn't contain anything sensitive. The key is also available via <a href="https://wiki.gnupg.org/WKD" target="_blank" rel="noopener noreferer">WKD</a>, and is listed on the <a href="https://keys.openpgp.org/search?q=victor%40vlw.se" target="_blank" rel="noopener noreferer">openPGP key server</a> for victor@vlw.se.</p>
|
||||
<p>Fingerprint for victor@vlw.se<br><strong class="fingerprint">DCE987311CB5D2A252F58951D0AD730E1057DFC6</strong></p>
|
||||
<p>Encryption is great, don't let certain <a href="https://web.archive.org/web/https://www.chatcontrol.eu">short-sighted politicians</a> fool you into thinking encryption is only for criminals. I encourage you to encrypt your message with PGP so we can aid normalization of platform-agnostic encryption for everyone. My key is available via <a href="https://wiki.gnupg.org/WKD" target="_blank" rel="noopener noreferer">WKD</a>, and it's also listed on the <a href="https://keys.openpgp.org/search?q=victor%40vlw.se" target="_blank" rel="noopener noreferer">openPGP key server</a>.</p>
|
||||
<p>Here's the fingerprint for victor@vlw.se<br><strong class="fingerprint">DCE987311CB5D2A252F58951D0AD730E1057DFC6</strong></p>
|
||||
<div class="buttons">
|
||||
<a href="https://keys.openpgp.org/vks/v1/by-fingerprint/DCE987311CB5D2A252F58951D0AD730E1057DFC6"><button class="inline solid download">
|
||||
<p>download ASC</p>
|
||||
|
@ -92,8 +92,7 @@
|
|||
</div>
|
||||
</section>
|
||||
<section class="center fade">
|
||||
<p>Fingerprint for info@vlw.se</p>
|
||||
<p>For reference only, please don't send personal emails to this address</p>
|
||||
<p>And for reference, here is the fingerprint for my "non-personal" address info@vlw.se</p>
|
||||
<p><strong class="fingerprint">DC603DA049903D707B7F1DB39AF727FB576F5A00</strong></p>
|
||||
</section>
|
||||
<?= VV::embed("public/assets/media/line.svg") ?>
|
||||
|
|
Loading…
Add table
Reference in a new issue