Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 443 Bytes

.trashed-1741983645-Cryptographic hashing.md

File metadata and controls

5 lines (5 loc) · 443 Bytes
  • Cryptographic hash functions are methods of creating a succinct "signature" or summary of a set on information.
  • never meant to be reversed.
  • using the same hashing function and message should produce the same hash.
  • used for data integrity purposes and to verify the authenticity of communication.
  • main use in [[SSH]] is HMAC (Hash-based Message Authentication Codes). ensure the message text that's received is intact and unmodified.