Questions
- Which of the following is not an advantage of GPG?
- It uses strong, hard-to-crack algorithms.
- It works well for sharing secrets with people you don’t know.
- Its public/private key scheme eliminates the need to share passwords.
- You can use it to encrypt files that you don’t intend to share, for your own personal use.
- You need to send an encrypted message to Frank. What must you do before you can encrypt his message with GPG so that you don’t have to share a password?
- Nothing. Just encrypt the message with your own private key.
- Import Frank’s private key into your keyring and send Frank your private key.
- Import Frank’s public key into your keyring and send Frank your public key.
- Just import Frank’s public key into your keyring.
- Just import Frank’s private key into your keyring.
- Which of the...