MD2 Karma Oluşturucu

Bu çevrimiçi araçla MD2 karmalarını hızlı ve kolay bir şekilde oluşturun. Güvenli, güvenilir ve anında sonuçlar.

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, modern uygulamalar için güvensiz olarak kabul edilir. Kriptografik amaçlar için SHA-256 veya SHA-3 gibi daha güvenli karma algoritmaların kullanılması önerilir.

Yaygın Kullanım Örnekleri

  • Eski sistem uyumluluğu
  • Eski sistemlerde dosya bütünlüğü kontrolleri
  • Kriptografik araştırma ve eğitim
  • Hash tabanlı veri indeksleme
  • Çarpışma direncinin kritik olmadığı güvenli olmayan uygulamalar

Teknik Detaylar

Hash Uzunluğu: 128 bits (32 hex characters)
Blok Boyutu: 16 bytes
Güvenlik Durumu: Insecure
Gelişme Yılı: 1989

Related Tools