Key pair generation: Difference between revisions

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


Key generation is the process of generating keys in cryptography. A key is used to encrypt and decrypt whatever data is being encrypted/decrypted.<ref>https://en.wikipedia.org/wiki/Key_generation</ref>
Key generation is the process of generating keys in cryptography. A key is used to encrypt and decrypt whatever data is being encrypted/decrypted.<ref>https://en.wikipedia.org/wiki/Key_generation</ref>
[[File:Keys.png|600px]]


== References ==
== References ==

Revision as of 18:00, 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

References