HMAC Test

HMAC은 키를 공유하고 있는 송수신자 사이에서만 계산하고 검증할 수 있는 특별한 해쉬함수입니다. 입력값과 키를 매개변수로 하여 해쉬값을 계산합니다.

Text Key HMAC
{{ computer.input }} {{ computer.key }} hmac-md5:{{ computer.md5 }}
hmac-sha1: {{ computer.sha1 }}
hmac-sha256: {{ computer.sha256 }}