RS256 vs HS256: What’s the difference?
Share
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
RS256 and HS256 are algorithms used for signing a JWT.
RS256 is an asymmetric algorithm, meaning it uses a public and private key pair.
HS256 is a symmetric algorithm, meaning it uses a shared secret.