MD4
From Just Solve the File Format Problem
(Difference between revisions)
(Software) |
Dan Tobias (Talk | contribs) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | :''This is about the hash function; the Quake 3-D model file is at [[MD4 (Quake)]].'' | ||
{{FormatInfo | {{FormatInfo | ||
|formattype=electronic | |formattype=electronic | ||
Line 11: | Line 12: | ||
== Software == | == Software == | ||
− | * [ | + | * [[OpenSSL]] (<code>openssl dgst -md4</code>) |
== Links == | == Links == | ||
* [[Wikipedia:MD4|Wikipedia article]] | * [[Wikipedia:MD4|Wikipedia article]] |
Latest revision as of 17:22, 29 December 2019
- This is about the hash function; the Quake 3-D model file is at MD4 (Quake).
MD4 is a 128-bit cryptographic hash function. It has known weaknesses that make it insecure for some purposes.
[edit] Specifications
[edit] Software
- OpenSSL (
openssl dgst -md4
)