Difference between revisions of "Encryption"

From TRCCompSci - AQA Computer Science
Jump to: navigation, search
m
 
(24 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Need_Expanding}}
+
=TRC Video=
 +
<youtube>Fso4xTG2FMw</youtube>
  
== Definitions ==
+
https://www.youtube.com/watch?v=Fso4xTG2FMw
 +
 
 +
=Definitions=
  
 
'''Plain text''' - The data in human readable form.
 
'''Plain text''' - The data in human readable form.
Line 11: Line 14:
 
'''Cipher text''' - The encrypted data which can only be understood if decrypted.
 
'''Cipher text''' - The encrypted data which can only be understood if decrypted.
  
== Caesar Cipher ==
+
=Encryption Methods=
 +
 
 +
[[Caesar / Substitution Cipher]]
  
The creator was Julius Caesar.
+
[[Vernam Cipher]]
It is a substitution cipher which works by shifting letters by a number.
 

Latest revision as of 08:55, 23 August 2023

TRC Video

https://www.youtube.com/watch?v=Fso4xTG2FMw

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