Comment by bhagany on 14/12/2006 at 19:46 UTC

-27 upvotes, 2 direct replies (showing 2)

View submission: Reddit's Streak of Bad Luck Continues...

View parent comment

hashing = encrypting

Replies

Comment by [deleted] at 14/12/2006 at 20:12 UTC

20 upvotes, 1 direct replies

Encryption is reversible. Hashing is not.

Comment by duketime at 14/12/2006 at 19:49 UTC

6 upvotes, 1 direct replies

Not necessarily.

Hashing could be considered a subset of encrypting if you view encrypting as "turning something meaningful into a jumble".

However hashing does not equal encrypting if you view encryption like a secret code meaning "turning something meaningful into a jumble, with the ability to turn it back into the same meaningful text". In which case, hashing is quite the opposite, which is why it's more secure for things only one person really should know. Like passwords.