0 votes
in Secure Programming Practices by
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

1 Answer

0 votes
by

Encryption the message with the receiver's public key

...