Hello everybody,
Does asymmetric cryptography provide integrity? The way I understand things at the moment is that if you encrypt a file with your private key, then other party must use your public key to decrypt. Seeing you're the only one with your private key, hasn't this provided integrity and non-repudiation?
Just wondered since I was doing a practice test for SY0-301 exam and came across this question:
Asymmetric cryptography is said to provide all but which of the following security services?
- Confidentiality
- Integrity
- Authentication
- Non-repudiation
Thanks.