Login
Remember
Register
Ask a Question
How can a confidential message be securely distributed?
0
votes
asked
Mar 17, 2021
in
Secure Programming Practices
by
DavidAnderson
How can a confidential message be securely distributed?
1. Encryption the message with the receiver's public key
2. Encryption a hash of the message
3. Authentication the message by a certificate authority
4. using a password-protected file format
ssa
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 17, 2021
by
DavidAnderson
Encryption the message with the receiver's public key
...