cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2480
Views
0
Helpful
2
Replies

Diff between HMAC and Digital Signatures

HI,

Am not find any diff between HMAC and Digital signatures????

Will u please explain me the exact diff between HMAC and Digital signatures.

Regards,

Janardhan

2 Replies 2

sd.ziaquadri
Level 1
Level 1

Even I couldn't find any differences between HMAC and Digital Signatures,

By the way What is HMAC ?

yes now i have came 2 know what exactly is hmac

HMAC is merely a specific type of MAC function. It works by using an underlying hash function over a message and a key. It is currently one of the predominant means to ensure that secure data is not corrupted in transit over unsecure channels (like the internet).Any hashing fuction could be used with HMAC, although more secure hashing functions are preferable. An example of a secure hash function (which is commonly used in HMACimplementations) is SHA-14.(Other common hashing functions include MD5 and RIPEND-160). As computers become more and more powerful, increasingly complex hash functions will probably be used. Furthermore, there are several generations of SHA hashing functions (SHA-256, SHA-384, and SHA-512) which are currently available but not very widely used as their added security is not yet believed to be needed in everyday transactions.

Review Cisco Networking for a $25 gift card