diff --git a/PGP/Replies.html b/PGP/Replies.html new file mode 100644 index 0000000..8f1ff7e --- /dev/null +++ b/PGP/Replies.html @@ -0,0 +1,28 @@ +
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,
+
Remove everything between lines
+++-----BEGIN PGP SIGNATURE-----
+
and
++diff --git a/PGP/Replies.html.md b/PGP/Replies.html.md new file mode 100644 index 0000000..09dbca8 --- /dev/null +++ b/PGP/Replies.html.md @@ -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----------END PGP SIGNATURE-----
+