Difference between revisions of "Encryption"
MoistPotato (talk | contribs) (→Work in progress...) |
|||
(28 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | + | =TRC Video= | |
+ | <youtube>Fso4xTG2FMw</youtube> | ||
+ | |||
+ | https://www.youtube.com/watch?v=Fso4xTG2FMw | ||
+ | |||
+ | =Definitions= | ||
+ | |||
'''Plain text''' - The data in human readable form. | '''Plain text''' - The data in human readable form. | ||
+ | |||
'''Cipher''' - An encryption method or algorithm. | '''Cipher''' - An encryption method or algorithm. | ||
+ | |||
'''Key''' - The data used to encrypt or decrypt the plain text. | '''Key''' - The data used to encrypt or decrypt the plain text. | ||
+ | |||
'''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]] | ||
− | + | [[Vernam Cipher]] |
Latest revision as of 07: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.