Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Integralist/06bd3469e3958b9b4481d197b0fc93f1 to your computer and use it in GitHub Desktop.
Save Integralist/06bd3469e3958b9b4481d197b0fc93f1 to your computer and use it in GitHub Desktop.
[Security Types - Encryption, Hashing, Signatures] #security #sec #encryption #hash #signatures #hmac
  • Encryption helps ensure confidentiality.
  • Hashing can help ensure integrity.
  • Digital signatures or message authentication codes (MAC, including keyed hashing such as HMAC) can be used to verify authenticity.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment