Encryption vs. Hashing

Getting Started with Hashing

SELECT HASHBYTES('MD5', 'Sample String to hash') AS Col1,
HASHBYTES('MD5', 'Sample String to hash ') AS Col2