Hash Function Encryption Algorithm: Difference between revisions

From GM-RKB
Jump to navigation Jump to search
No edit summary
m (Text replacement - ". ----" to ". ----")
Line 20: Line 20:
* (Kessler, 2021) ⇒ [[Gary C. Kessler]] (2021).[https://www.garykessler.net/library/crypto.html#hash "3.3. Hash Functions"]. In: [https://www.garykessler.net/library/crypto.html "An Overview of Cryptography"].
* (Kessler, 2021) ⇒ [[Gary C. Kessler]] (2021).[https://www.garykessler.net/library/crypto.html#hash "3.3. Hash Functions"]. In: [https://www.garykessler.net/library/crypto.html "An Overview of Cryptography"].
** QUOTE: [[Hash Encryption|Hash function]]s, also called [[message digest]]s and [[one-way encryption]], are [[algorithm]]s that, in essence, use no [[key]] (...). Instead, a [[fixed-length]] [[hash value]] is computed based upon the [[plaintext]] that makes it impossible for either the [[content]]s or [[length]] of the [[plaintext]] to be recovered. [[Hash algorithm]]s are typically used to provide a [[digital fingerprint]] of a [[file]]'s contents, often used to ensure that the [[file]] has not been altered by an intruder or virus. [[Hash function]]s are also commonly employed by many [[operating system]]s to encrypt [[password]]s. [[Hash function]]s, then, provide a mechanism to ensure the integrity of a file.
** QUOTE: [[Hash Encryption|Hash function]]s, also called [[message digest]]s and [[one-way encryption]], are [[algorithm]]s that, in essence, use no [[key]] (...). Instead, a [[fixed-length]] [[hash value]] is computed based upon the [[plaintext]] that makes it impossible for either the [[content]]s or [[length]] of the [[plaintext]] to be recovered. [[Hash algorithm]]s are typically used to provide a [[digital fingerprint]] of a [[file]]'s contents, often used to ensure that the [[file]] has not been altered by an intruder or virus. [[Hash function]]s are also commonly employed by many [[operating system]]s to encrypt [[password]]s. [[Hash function]]s, then, provide a mechanism to ensure the integrity of a file.
----
----



Revision as of 19:48, 8 November 2021

A Hash Function Encryption Algorithm is a Data Cryptographic Algorithm that uses a fixed length hash value instead of using a key.



References

2021