-3

referring to these articles:

(1) Use md5 to encrypt the password in asp.net .core

(2) Generate MD5 hash string with T-SQL

they don't produce the same result. Does anyone know what sql will produce the same as in code? (1) ?

JML
  • 382
  • 7
  • 18
  • 3
    If the information in the links is important, include it in the question using the correct citation rules. Links should support your question, but not be mandated to be visited to be able to answer your question. This is true even if the content is here on [so]. – Thom A Apr 07 '22 at 12:31
  • 2
    md5 is obsolete for security sensitive usages since decades ago. – Fildor Apr 07 '22 at 12:31
  • They produce the same hash result for the same input. The real question is are you providing the same input to the hashing functions on the C# side and the SQL Server side? It's impossible to say because your question doesn't include the actual code that you're attempting to use, so please [Edit](https://stackoverflow.com/posts/71782224/edit) your question to rectify that. – AlwaysLearning Apr 07 '22 at 12:44
  • your right, i checked and it does. my bad. thanks for the responses. – JML Apr 07 '22 at 13:35

1 Answers1

0

I have double checked and they do produce the same result. Sorry

JML
  • 382
  • 7
  • 18