← Back to context Comment by coolThingsFirst 3 months ago What is HMAC i still dont understand this part? Is it RSA encrytion? 1 comment coolThingsFirst Reply dogacel 3 months ago 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.
dogacel 3 months ago 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.
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.