Difference between revisions of "Template:Cryptography hash"

From blackwiki
Jump to navigation Jump to search
(more duplication)
imported>Cherkash
m
 
(67 intermediate revisions by 35 users not shown)
Line 3: Line 3:
 
| border    = {{{border|{{{1|}}}}}}
 
| border    = {{{border|{{{1|}}}}}}
 
| state    = {{{state|}}}
 
| state    = {{{state|}}}
| listclass = hlist
+
| bodyclass = hlist
  
| title = [[Cryptographic hash function]]s and [[Message authentication code|message authentication codes (MACs)]]
+
| title = [[Cryptographic hash function]]s & [[message authentication code]]s
 +
 
 +
| above =
 +
* [[List of hash functions|List]]
 +
* [[Comparison of cryptographic hash functions|Comparison]]
 +
* [[Hash function security summary|Known attacks]]
  
 
| group1 = Common functions
 
| group1 = Common functions
| list1  =  
+
| list1  =
*[[MD5]]
+
* [[MD5]]
*[[SHA-1]]
+
* [[SHA-1]]
*[[SHA-2]]
+
* [[SHA-2]]
*[[Keccak|SHA-3]] (Keccak)
+
* [[SHA-3|SHA-3]]
 +
* [[BLAKE (hash function)#BLAKE2|BLAKE2]]
  
| group2 = Functions
+
| group2 = [[NIST hash function competition|SHA-3 finalists]]
| list2  =
+
| list2  =
*[[Fast Syndrome Based Hash|FSB]]
+
* [[BLAKE (hash function)|BLAKE]]
*[[Elliptic curve only hash|ECOH]]
+
* [[Grøstl]]
*[[GOST (hash function)|GOST]]
+
* [[JH (hash function)|JH]]
*[[HAS-160]]
+
* [[Skein (hash function)|Skein]]
*[[HAVAL]]
+
* [[SHA-3|Keccak (winner)]]
*[[LM hash]]
 
*[[MDC-2]]
 
*[[MD2 (cryptography)|MD2]]
 
*[[MD4]]
 
*[[MD6]]
 
*[[N-Hash]]
 
*[[RadioGatún]]
 
*[[RIPEMD]]
 
*[[Snefru]]
 
*[[SWIFFT]]
 
*[[Tiger (cryptography)|Tiger]]
 
*[[Very smooth hash|VSH]]
 
*[[Whirlpool (cryptography)|WHIRLPOOL]]
 
*[[Crypt (Unix)#Library Function|crypt(3)]] (DES)
 
  
| group3 = [[NIST hash function competition|SHA-3 finalists]]
+
| group3 = Other functions
| list3  =
+
| list3  =
*[[BLAKE (hash function)|BLAKE]]
+
* [[BLAKE3]]
*[[Grøstl]]
+
* [[CubeHash|CubeHash]]
*[[JH (hash function)|JH]]
+
* [[Elliptic curve only hash|ECOH]]
*[[Skein (hash function)|Skein]]
+
* [[Fast syndrome-based hash|FSB]]
 +
* [[GOST (hash function)|GOST]]
 +
* [[HAS-160]]
 +
* [[HAVAL]]
 +
* [[Kupyna]]
 +
* [[LSH (hash function)|LSH]]
 +
* [[MD2 (hash function)|MD2]]
 +
* [[MD4]]
 +
* [[MD6]]
 +
* [[MDC-2]]
 +
* [[N-hash]]
 +
* [[RIPEMD]]
 +
* [[RadioGatún]]
 +
* [[SM3 (hash function)|SM3]]
 +
* [[SWIFFT]]
 +
* [[Snefru]]
 +
* [[Streebog]]
 +
* [[Tiger (hash function)|Tiger]]
 +
* [[Very smooth hash|VSH]]
 +
* [[Whirlpool (hash function)|Whirlpool]]
  
| group4 = MAC algorithms
+
| group4 = Password hashing/<br/>[[key stretching]] functions
| list4 =  
+
| list4 =
*[[Data Authentication Algorithm|DAA]]
+
* [[Argon2]]
*[[CBC-MAC]]
+
* [[Balloon hashing|Balloon]]
*[[HMAC]]
+
* [[bcrypt]]
*[[One-key MAC|OMAC]]/[[CMAC]]
+
* [[Catena (cryptography)|Catena]]
*[[PMAC (cryptography)|PMAC]]
+
* [[Crypt (C)|crypt]]
*[[VMAC]]
+
* [[LAN Manager#LM hash details|LM hash]]
*[[UMAC]]
+
* [[Lyra2]]
*[[Poly1305-AES]]
+
* [[Makwa (cryptography)|Makwa]]
 +
* [[PBKDF2]]
 +
* [[scrypt]]
 +
* [[yescrypt]]
  
| group5 = [[Authenticated encryption|Authenticated<br/>encryption]] modes
+
| group5 = General purpose<br/>[[key derivation function]]s
| list5 =  
+
| list5 =
*[[CCM mode|CCM]]
+
* [[HKDF]]
*[[CWC mode|CWC]]
+
* KDF1/KDF2
*[[EAX mode|EAX]]
 
*[[Galois/Counter Mode|GCM]]
 
*[[IAPM (mode)|IAPM]]
 
*[[OCB mode|OCB]]
 
  
| group6 = Attacks
+
| group6 = [[Message authentication code|MAC functions]]
| list6  =  
+
| list6  =
*[[Collision attack]]
+
* [[Data Authentication Algorithm|DAA]]
*[[Preimage attack]]
+
* [[CBC-MAC]]
*[[Birthday attack]]
+
* [[Galois Message Authentication Code|GMAC]]
*[[Brute force attack]]
+
* [[HMAC]]
*[[Rainbow table]]
+
* [[NMAC]]
*[[Distinguishing attack]]
+
* [[One-key MAC|OMAC]]/[[One-key MAC|CMAC]]
*[[Side-channel attack]]
+
* [[PMAC (cryptography)|PMAC]]
 +
* [[VMAC]]
 +
* [[UMAC]]
 +
* [[Poly1305]]
 +
* [[SipHash]]
  
| group7 = Misc.
+
| group7 = [[Authenticated encryption|Authenticated<br/>encryption]] modes
| list7  =  
+
| list7  =
*[[Avalanche effect]]
+
* [[CCM mode|CCM]]
*[[Collision (computer science)|Hash collision]]
+
* [[CWC mode|CWC]]
*[[Merkle–Damgård construction]]
+
* [[EAX mode|EAX]]
*[[Salt (cryptography)|Salt]]
+
* [[Galois/Counter Mode|GCM]]
 +
* [[IAPM (mode)|IAPM]]
 +
* [[OCB mode|OCB]]
  
| group8 = Standardization
+
| group8 = Attacks
| list8  =  
+
| list8  =
*[[CRYPTREC]]
+
* [[Collision attack]]
*[[NESSIE]]
+
* [[Preimage attack]]
*[[NIST hash function competition]]
+
* [[Birthday attack]]
 +
* [[Brute-force attack]]
 +
* [[Rainbow table]]
 +
* [[Side-channel attack]]
 +
* [[Length extension attack]]
  
}}<noinclude>
+
| group9 = Design
 +
| list9  =
 +
* [[Avalanche effect]]
 +
* [[Collision (computer science)|Hash collision]]
 +
* [[Merkle–Damgård construction]]
 +
* [[Sponge function]]
 +
* [[HAIFA construction]]
  
 +
| group10 = Standardization
 +
| list10  =
 +
* [[CRYPTREC]]
 +
* [[NESSIE]]
 +
* [[NIST hash function competition]]
 +
 +
| group11 = Utilization
 +
| list11 =
 +
* [[Post-quantum cryptography#Hash-based cryptography|Hash-based cryptography]]
 +
* [[Merkle tree]]
 +
* [[Message authentication]]
 +
* [[Proof-of-work system|Proof of work]]
 +
* [[Salt (cryptography)|Salt]]
 +
* [[Pepper (cryptography)|Pepper]]
 +
 +
}}<noinclude>{{Documentation|content=
 
=== The hashes, MACs and authenticated encryption navigation box ===
 
=== The hashes, MACs and authenticated encryption navigation box ===
 
This template is a "specialised cryptography navigation box". It should ''not'' be added directly to an article. Instead it should be used within the [[Template:Cryptography navbox|main cryptography navigation box]].
 
This template is a "specialised cryptography navigation box". It should ''not'' be added directly to an article. Instead it should be used within the [[Template:Cryptography navbox|main cryptography navigation box]].
  
To use this template together with the main cryptography navigation box add this code to the bottom of an article:  
+
To use this template together with the main cryptography navigation box add this code to the bottom of an article:
 
:<code><nowiki>{{cryptography navbox|hash}}</nowiki></code>
 
:<code><nowiki>{{cryptography navbox|hash}}</nowiki></code>
  
 
For more details about these navigation boxes please see the instructions at the [[Template:Cryptography navbox|main cryptography navigation box]] and at the [[Wikipedia:WikiProject Cryptography#Navigational templates|WikiProject Cryptography]].
 
For more details about these navigation boxes please see the instructions at the [[Template:Cryptography navbox|main cryptography navigation box]] and at the [[Wikipedia:WikiProject Cryptography#Navigational templates|WikiProject Cryptography]].
 +
 +
 +
{{Collapse|title=TemplateData|
 +
{{TemplateDataHeader}}
 +
<templatedata>
 +
{
 +
    "description": "Please use \"Cryptography navbox\" template instead.",
 +
    "format": "block",
 +
        "params": {}
 +
}
 +
</templatedata>
 +
}}
  
 
[[Category:Cryptography templates]]
 
[[Category:Cryptography templates]]
</noinclude>
+
}}</noinclude>

Latest revision as of 06:06, 20 July 2020

Template documentation

The hashes, MACs and authenticated encryption navigation box

This template is a "specialised cryptography navigation box". It should not be added directly to an article. Instead it should be used within the main cryptography navigation box.

To use this template together with the main cryptography navigation box add this code to the bottom of an article:

{{cryptography navbox|hash}}

For more details about these navigation boxes please see the instructions at the main cryptography navigation box and at the WikiProject Cryptography.


TemplateData
This is the TemplateData documentation for this template used by VisualEditor and other tools; see the monthly parameter usage report for this template.

TemplateData for Cryptography hash

Please use "Cryptography navbox" template instead.

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
No parameters specified