diff options
-rw-r--r-- | pgp.adoci | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ == PGPv8 Practical, Week 11 == +The purpose of this practical is to learn how to use PGP for encrypting and +decrypting data. + +At the end of the practical, we should be able to verify the authenticity of +emails using digital signatures. Moreover, we should be able to encrypt emails +so that only the desired people can decrypt them. + === Problem 1: generating enough entropy === Because entropy is mainly generated by hardware components, it is quite |