Difference between revisions of "Encryption"
(→Encryption Methods) |
|||
Line 12: | Line 12: | ||
=Encryption Methods= | =Encryption Methods= | ||
+ | |||
[[Caesar / Substitution Cipher]] | [[Caesar / Substitution Cipher]] | ||
+ | |||
[[Vernam Cipher]] | [[Vernam Cipher]] |
Revision as of 19: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.