Hash function: Difference between revisions

Content deleted Content added
Reverting edit(s) by 2405:201:C403:40DF:7099:20A9:484B:ADE0 (talk) to rev. 1223944782 by Guy Harris: Unexplained content removal (RW 16.1)
Add info
Tags: Mobile edit Mobile web edit Advanced mobile edit
Line 13:
 
Hash functions are related to (and often confused with) [[checksums]], [[check digit]]s, [[Fingerprint (computing)|fingerprints]], [[lossy compression]], [[randomization function]]s, [[Error correction code|error-correcting codes]], and [[cipher]]s. Although the concepts overlap to some extent, each one has its own uses and requirements and is designed and optimized differently. The hash function differs from these concepts mainly in terms of [[data integrity]].
[[Cryptographic hash function]]s are used in cybersecurity to secure sensitive data such as passwords.
 
== Overview ==