Texonom
Texonom
/
Computing
Computing
/Computing Theory/Information Theory/Cryptography/Hashing/Hash Function/
MD5
Search

MD5

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2020 Jun 21 6:31
Editor
Editor
Seonglae ChoSeonglae Cho
Edited
Edited
2024 Apr 17 5:27
Refs
Refs
Rainbow Attack

Message-Digest algorithm 5 (RFC1321)

  • It provides a 128bit hash and is often used for security purposes through encryption and decryption.
  • Not secure because parallel comparisons are easy, making it vulnerable to Rainbow Attacks (broken collision resistance) so don't use in adversarial situations
  • MD5 was widely used as a message-digest algorithm for file integrity checks.
 
 
 
 
MD5
MD5(Message-Digest algorithm 5)는 128비트 암호화 해시 함수이다. RFC 1321로 지정되어 있으며, 주로 프로그램이나 파일이 원본 그대로인지를 확인하는 무결성 검사 등에 사용된다. 1991년에 로널드 라이베스트가 예전에 쓰이던 MD4 를 대체하기 위해 고안했다. 1996년에 MD5의 설계상 결함이 발견되었다. 이것은 매우 치명적인 결함은 아니었지만, 암호학자들은 해시 용도로 SHA-1과 같이 다른 안전한 알고리즘을 사용할 것을 권장하기 시작했다.
MD5
https://ko.wikipedia.org/wiki/MD5
MD5
 
 

Recommendations

Texonom
Texonom
/
Computing
Computing
/Computing Theory/Information Theory/Cryptography/Hashing/Hash Function/
MD5
Copyright Seonglae Cho