You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
해시 함수는 가변 길이 메시지 입력을 받아 고정 길이 해시 출력을 생성합니다. 일반적으로 128비트 "지문" 또는 "메시지 다이제스트" 형식입니다. 해시는 {{glossary("cryptography", "암호학")}}에 매우 유용합니다. 해시는 전송된 데이터의 무결성을 보장하고, 메시지 인증을 가능하게 하는 {{glossary("HMAC")}}의 기반을 제공합니다.