mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-02-23 08:50:43 +01:00
PGP/Replies.html: add instructions on what to remove when replying to PGP/INLINE signed emails.
This commit is contained in:
parent
8dcdc45942
commit
39462b54f8
28
PGP/Replies.html
Normal file
28
PGP/Replies.html
Normal file
@ -0,0 +1,28 @@
|
||||
<h1 id="what-you-should-remove-from-email-when-you-reply-into-pgpinline-signed-email.">What you should remove from email, when you reply into PGP/INLINE signed email.</h1>
|
||||
<h2 id="top">Top</h2>
|
||||
<p>From top of the email, remove everything after</p>
|
||||
<blockquote>
|
||||
<p>-----BEGIN PGP SIGNED MESSAGE-----</p>
|
||||
</blockquote>
|
||||
<p>untill the first line change.</p>
|
||||
<p>For example:</p>
|
||||
<pre><code>-----BEGIN PGP SIGNED MESSAGE-----
|
||||
Hash: SHA1
|
||||
|
||||
Hi,</code></pre>
|
||||
<p>You would remove</p>
|
||||
<pre><code>-----BEGIN PGP SIGNED MESSAGE-----
|
||||
Hash: SHA1</code></pre>
|
||||
<p>so the message would be</p>
|
||||
<blockquote>
|
||||
<p>Hi,</p>
|
||||
</blockquote>
|
||||
<h1 id="bottom">Bottom</h1>
|
||||
<p>Remove everything between lines</p>
|
||||
<blockquote>
|
||||
<p>-----BEGIN PGP SIGNATURE-----</p>
|
||||
</blockquote>
|
||||
<p>and</p>
|
||||
<blockquote>
|
||||
<p>-----END PGP SIGNATURE-----</p>
|
||||
</blockquote>
|
39
PGP/Replies.html.md
Normal file
39
PGP/Replies.html.md
Normal file
@ -0,0 +1,39 @@
|
||||
# What you should remove from email, when you reply into PGP/INLINE signed email.
|
||||
|
||||
## Top
|
||||
|
||||
From top of the email, remove everything after
|
||||
|
||||
> -----BEGIN PGP SIGNED MESSAGE-----
|
||||
|
||||
untill the first line change.
|
||||
|
||||
For example:
|
||||
|
||||
```
|
||||
-----BEGIN PGP SIGNED MESSAGE-----
|
||||
Hash: SHA1
|
||||
|
||||
Hi,
|
||||
```
|
||||
|
||||
You would remove
|
||||
|
||||
```
|
||||
-----BEGIN PGP SIGNED MESSAGE-----
|
||||
Hash: SHA1
|
||||
```
|
||||
|
||||
so the message would be
|
||||
|
||||
> Hi,
|
||||
|
||||
# Bottom
|
||||
|
||||
Remove everything between lines
|
||||
|
||||
> -----BEGIN PGP SIGNATURE-----
|
||||
|
||||
and
|
||||
|
||||
> -----END PGP SIGNATURE-----
|
Loading…
x
Reference in New Issue
Block a user