Will Hashbytes always return the same result for the same input
I mean
if I call HASHBYTES('SHA1',@value)
100 time will the result always be the same?
Asked
Active
Viewed 270 times
0
-
1Yes, that is sort of the point with secure hash algorithms. Same input => same output, but no way to go back to the input. – Joachim Isaksson Apr 26 '14 at 12:18
1 Answers
1
It will return the same result for the same input value and data type.

Michael Green
- 1,397
- 1
- 17
- 25