What is Hashing in Data Storage and Retrieval?
i found this word(Hashing) from a Computer Technology book…. this word wz in the lesson named "Data Storage and Retrieval".. Can some one tel me what does it mean?
i found this word(Hashing) from a Computer Technology book…. this word wz in the lesson named "Data Storage and Retrieval".. Can some one tel me what does it mean?
Hashing means to take an input (generally of any length) and produce an output of fixed length.
For example, MD5 is a hashing algorithm that takes any bit input and produces 128 bit output.