What are the steps for the sender to achieve authentication and digital signature security using PGP?
What are the steps for the receiver to achieve authentication and digital signature security using PGP?
What are the steps for the sender to achieve confidentiality using PGP?
What are the steps for the receiver to achieve confidentiality using PGP?
Why is PGP originally incompatible with email protocols?
Encryption works with 8-bit octets but most emails use ASCII text
How does Radix-64 fix compatibility problems with PGP?
Radix 64 encodes binary characters to ASCII characters. Every 24 bits (6+6+6+6) is 4 ASCII characters.