Skip to content

Instantly share code, notes, and snippets.

@akrueger
Created August 7, 2016 16:37
Show Gist options
  • Save akrueger/d94b3f3f8ec207abdff1867e690cd1d0 to your computer and use it in GitHub Desktop.
Save akrueger/d94b3f3f8ec207abdff1867e690cd1d0 to your computer and use it in GitHub Desktop.
Encryption

Symmetric Encryption The same key is used by everyone (public key) to encrypt information The same key is used by each entity (public key) to decrypt information

Asymmetric Encryption The same key is used by everyone (public key) to encrypt information A different key is used by each entity (private key) to decrypt information

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment