Scientific Source that states, that a one way hash function is not encryption

206 Views Asked by At

I am currently writing my master-thesis and I want to state in a subsection, that a one way hash function is not a method of encryption. But because it is a thesis, I must supply a scientific source for such a statement. My first guess was "Applied Cryptography" from Bruce Schneier, but he never explicitly says, that a one way hash function is not a method of encryption.

Can anyone give my a hint where I should look for a solid quote? Internet articles are not allowed in this thesis, a book or scientific paper would be great.

2

There are 2 best solutions below

2
On BEST ANSWER

hope this helps! :)

CCSP CSPFA Exam Cram 2 (Exam Cram 642-521) By Daniel P. Newman (page 273)

"Hashing is not encryption, but actually a result from an algorithm."

Oracle PL/SQL Programming By Steven Feuerstein, Bill Pribyl (page 939)

"Hashing is not encryption because you can't decipher the original value from the hash value."

MSDN magazine, Volume 18, Issues 7-12 (page 55)

"Technically, hashing is not encryption ..."

Black Hat physical device security: exploiting hardware and software By Drew Miller (page 122)

"Hashing is not encryption"

0
On

You don't need a source because hashing is by definition not reversible, therefore it is by definition not encryption. As a source for that statement goes, any book which covers hashing or cryptography would do (like the one you suggest).