Digital signature: Difference between revisions

From Computer Science Wiki
Line 4: Line 4:


== Encryption ==
== Encryption ==
 
This is an excellent video. The part you will really want to pay attention to is at 4:36 into the video.
<html>
<html>
<iframe width="560" height="315" src="https://www.youtube.com/embed/6-JjHa-qLPk" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/6-JjHa-qLPk" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

Revision as of 14:48, 8 March 2020

Computational thinking, problem-solving and programming[1]

A digital signature is a mathematical scheme for verifying the authenticity of digital messages or documents. A valid digital signature, where the prerequisites are satisfied, gives a recipient very strong reason to believe that the message was created by a known sender (authentication), and that the message was not altered in transit (integrity).[2]

Encryption

This is an excellent video. The part you will really want to pay attention to is at 4:36 into the video.

References