reworked parts of the PGP section
authorAaron Zauner <azet@azet.org>
Sat, 7 Dec 2013 15:05:50 +0000 (16:05 +0100)
committerAaron Zauner <azet@azet.org>
Sat, 7 Dec 2013 15:05:50 +0000 (16:05 +0100)
src/practical_settings.tex
src/practical_settings/GPG.tex

index b7eb474..fd965c6 100644 (file)
@@ -18,7 +18,6 @@
 
 
 \subsection{PGP/ GPG - Pretty Good Privacy}
-\todo{re-work this subsection -- this is still only a draft!!}
 \input{"./practical_settings/GPG.tex"}
 
 
index 1872c44..b062f4c 100644 (file)
@@ -1,4 +1,3 @@
-
 The OpenPGP protocol
 \footnote{\url{http://tools.ietf.org/search/rfc4880}}
  uses asymmetric encryption to protect a session key which is used to encrypt a message. Additionally, it signs messages via asymmetric encryption and hash functions. %% what? - azet
@@ -7,29 +6,16 @@ Research on SHA-1 conducted back in 2005\footnote{\url{https://www.schneier.com/
 
 When using PGP, there are a couple of things to take care of:
 \begin{itemize}
-\item keylengths (see the section \ref{section:keylengths})
-\item randomness (see the section \ref{section:RNGs})
-\item the choice of RSA vs. DSA 
-\item preferences for symmetric ciphers
-\item preferences for hashing
+\item keylengths (see section \ref{section:keylengths})
+\item randomness (see section \ref{section:RNGs})
+\item preference of symmetric encryption algorithm (see section \ref{section:CipherSuites})
+\item preference of hash function (see section \ref{section:CipherSuites})
 \end{itemize}
 
 Properly dealing with key material, passphrases and the web-of-trust is outside of the scope of this document. The GnuPG website\footnote{\url{http://www.gnupg.org/}} has a good tutorial on PGP.
 
-\subsubsection{Keylengths}
-We do not recommend any key length $\le$ 2048 bits. In fact, 4096 bits are probabaly a good choice at the time of this writing.
-
-\subsubsection{RSA vs. DSA}
-\todo{sure?}
-RSA%%\footnote{}
-
-\subsubsection{Symmetric ciphers}
-
-
 \subsubsection{Hashing}
-Tell GnuPG to not use SHA-1.
-
-Edit \$HOME/.gnupg/gpg.conf:
+Avoid SHA-1 in GnuPG. Edit \$HOME/.gnupg/gpg.conf:
 
 \begin{lstlisting}[breaklines]
 # according to:  https://www.debian-administration.org/users/dkg/weblog/48