- plaintext = The secret text (message, password, ...) you want to encrypt.
- ciphertext = A plaintext that has been encrypted.
- cipher = A mathematical function that takes at least a key and a plaintext and produces a ciphertext. For example: AES.
- hash function = A mathematical function that produces a hash which cannot be reversed back to plaintext.
- key = A secret key that allows someone to decrypt a ciphertext back into a plaintext.
- secret = see key.
Last active
January 30, 2018 23:59
-
-
Save chrisdl/8304be4eaf9b7e67863b6f5a64578bc5 to your computer and use it in GitHub Desktop.
Basic cryptography terms
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment