Key pair generation: Difference between revisions

From Computer Science Wiki
No edit summary
No edit summary
Line 5: Line 5:


[[File:Keys.png|600px]]
[[File:Keys.png|600px]]
== Video ==
<html>
<iframe width="560" height="315" src="https://www.youtube.com/embed/GSIDS_lvRv4" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</html>


== References ==
== References ==

Revision as of 18:20, 8 March 2020

Computational thinking, problem-solving and programming[1]

Key generation is the process of generating keys in cryptography. A key is used to encrypt and decrypt whatever data is being encrypted/decrypted.[2]


Keys.png


Video

References