Skip to content

Instantly share code, notes, and snippets.

@notthetup
Last active December 1, 2015 23:42
Show Gist options
  • Save notthetup/852295c33dd48a39aa2f to your computer and use it in GitHub Desktop.
Save notthetup/852295c33dd48a39aa2f to your computer and use it in GitHub Desktop.
Web Security And Crypto Topics

Web + Security + Crypto

Protocols

  • IP
  • TCP/UDP
  • HTTP
  • SSL/TSL
  • HTTP2
  • WebSockets
  • WebRTC

Crypto

  • Asymmetric vs Symmetric
  • Diffie-Helman
  • RSA
  • ECC
  • AES
  • Ephimeral Ciphers

Web + Security

  • HTTPS everywhere!
  • TLS Certificates
  • HSTS
  • Revocation
  • Public Key Pinning(HPKP)
  • Certificate Transparency
  • Lets Encrypt

Resources

@sebdeckers
Copy link

👍 Thanks @notthetup

Concepts

  • Encoding vs Encryption
  • Public & private key pair

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