Difference between revisions of "Encryption"

From TRCCompSci - AQA Computer Science
Jump to: navigation, search
Line 1: Line 1:
=TRC PowerPoint=
 
[https://studentthomrothac-my.sharepoint.com/:p:/g/personal/wayne_jones_thomroth_ac_uk/EU55vMqwe6tAgpdoMMKK6FABIgOaU3FFs3UWk-dRJXuBfA?e=VZLs7V Encryption]
 
 
 
=Definitions=
 
=Definitions=
  

Revision as of 09:28, 25 September 2020

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