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