Morgan Stanley Interview Question

What is hashing?

Interview Answer

Anonymous

Apr 5, 2015

Its a function used to map digital data of arbitrary size to a digital data of fixed size. Its a one way function usually used to check the integrity of data. different from encryption in a way that encrypted data can be decrypted with the secret key but you can not reverse the process in hashing. you hash the file (data) once again to verify it.