←back to thread

248 points dogacel | 1 comments | | HN request time: 0.215s | source
Show context
coolThingsFirst ◴[] No.43695261[source]
What is HMAC i still dont understand this part? Is it RSA encrytion?
replies(1): >>43696344 #
1. dogacel ◴[] No.43696344[source]
No, RSA is asymetric, where it has a public/private key pair.

HMAC is symetric, it only has a secret and it can be used to hash values one-way.