Difference between revisions of "Encryption"

From TRCCompSci - AQA Computer Science
Jump to: navigation, search
(Encryption Methods)
Line 12: Line 12:
  
 
=Encryption Methods=
 
=Encryption Methods=
 +
 
[[Caesar / Substitution Cipher]]
 
[[Caesar / Substitution Cipher]]
 +
 
[[Vernam Cipher]]
 
[[Vernam Cipher]]

Revision as of 20:46, 16 December 2016

This section needs expansion.
You can help by adding to it.

Definitions

Plain text - The data in human readable form.

Cipher - An encryption method or algorithm.

Key - The data used to encrypt or decrypt the plain text.

Cipher text - The encrypted data which can only be understood if decrypted.

Encryption Methods

Caesar / Substitution Cipher

Vernam Cipher