MD2 Hash Generator

สร้างแฮช 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

Related Tools