The text of this article is not in this database — only its details are. Read it on the old site: SQL Security Functions: Part 1
1 Comment
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: SQL Security Functions: Part 1
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
Lokesh VijPosted Jul 1, 2013, 3:44 AM
Nice article Sharad. Just a word of caution while using HASHBITES - As this is a hash compression function, it is susceptible to collision. This means two different set of inputs can yield a same hash value. (Thought of warning the users who would like to use this function)