79194384

Date: 2024-11-16 02:06:50
Score: 1.5
Natty:
Report link

I think this is a duplicate but just to add a bit more context, you are indeed sending the incorrect digest algorithm var digest = await SHA512.HashDataAsync(stream); for Signing ES512. RS512 is the appropriate sign algorithm for the SHA512 hashed digest.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Jaxel Rojas