HMAC: Perbedaan antara revisi

Konten dihapus Konten ditambahkan
k Bot: Perubahan kosmetika
Alfiyanm (bicara | kontrib)
kTidak ada ringkasan suntingan
Baris 1:
[[Berkas:SHAhmac.svg|jmpl|HMAC Generasi SHA1]]
Dalam Ilmu [[Kriptografi]], '''[[HMAC]]''' (memiliki beberapa kepanjangan, yaitu '''keyed-hash message authentication code''' ( indonesia : kode otentikasi pesan kunci hash ) atau '''hash-based message authentication code''' ( indonesia : kode otentikasi pesan berbasis hash ) ) adalah jenis '''kode otentikasi pesan''' (MAC) tertentu yang melibatkan fungsi hash kriptografis dan kunci kriptografi rahasia.
 
 
 
 
 
<br />
 
== Pranala luar ==
 
* [http://www.ietf.org/rfc/rfc2104.txt RFC2104]
* [http://quickhash.com/hmac Online HMAC Calculator for dozens of underlying hashing algorithms]
* [http://www.freeformatter.com/hmac-generator.html Online HMAC Generator / Tester Tool]
* [http://csrc.nist.gov/publications/fips/fips198-1/FIPS-198-1_final.pdf FIPS PUB 198-1, ''The Keyed-Hash Message Authentication Code (HMAC)'']
* [http://www.ouah.org/ogay/hmac/ C HMAC implementation]
* [https://docs.python.org/library/hmac.html Python HMAC implementation]
* [http://docs.oracle.com/javase/1.5.0/docs/guide/security/jce/JCERefGuide.html#HmacEx Java implementation]