Hacker News new | ask | show | jobs
by ubercore 5134 days ago
Pedant alert! Hashing is not encryption.
2 comments

Hashing is one way, and encryption is two way -- correct?

edit: Might as well look it up. The user "bestsss" at Stack overflow confirms this is the case.

http://stackoverflow.com/questions/4948322/fundamental-diffe...

Pedant alert, hashing is still a form of encryption. Take a look at what crypt(3) used to do ;)