Difference between revisions of "Encryption"
MoistPotato (talk | contribs) |
m |
||
Line 1: | Line 1: | ||
− | = | + | {{Need_Expanding}} |
+ | |||
+ | == Definitions == | ||
'''Plain text''' - The data in human readable form. | '''Plain text''' - The data in human readable form. | ||
Line 9: | Line 11: | ||
'''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= | + | == Caesar Cipher == |
The creator was Julius Caesar. | The creator was Julius Caesar. | ||
− | |||
It is a substitution cipher which works by shifting letters by a number. | It is a substitution cipher which works by shifting letters by a number. |
Revision as of 14:57, 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.
Caesar Cipher
The creator was Julius Caesar. It is a substitution cipher which works by shifting letters by a number.