Encryption

From TRCCompSci - AQA Computer Science
Revision as of 09:28, 25 September 2020 by Admin (talk | contribs)
Jump to: navigation, search

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