MD2 哈希生成器
使用此在線工具快速輕鬆地生成 MD2 哈希值。安全、可靠和即時的結果。
Copied!
About MD2
MD2 (Message Digest 2) is a cryptographic hash function developed by Ronald Rivest in 1989. Although it is no longer considered secure for cryptographic purposes due to identified vulnerabilities, it remains important in the history of cryptography and is still used in some legacy systems.
MD2 processes messages in 16-byte blocks and produces a 128-bit (16-byte) hash value, typically represented as a 32-character hexadecimal string. The algorithm includes padding, checksum generation, and a complex transformation step to produce the final hash.
Note:MD2 被認為對於現代應用程式不安全。建議使用更安全的哈希演算法(如 SHA-256 或 SHA-3)進行加密。
常見用例
- 舊版系統相容性
- 舊系統中的檔完整性檢查
- 密碼學研究和教育
- 基於哈希的數據索引
- 抗碰撞性不重要的非安全應用
技術細節
哈希長度:
128 bits (32 hex characters)
區塊大小:
16 bytes
安全狀態:
Insecure
發展年份:
1989