Hashing
Updated: 10/11/2017 by Computer Hope
Hashing may refer to any of the following:
1. With databases, hashing is a method of sorting and indexing data. The idea behind hashing is to allow large amounts of data to be indexed using keywords or keys commonly created by complex formulas. Hashing allows a large amount of information to be searched and listed.
2. With security, hashing is a method of taking data, encrypting it, and creating unpredictable, irreversible output. MD2, MD5, SHA, and SHA-256 are examples of hashing algorithms.
Algorithm, Database terms, Data validation, Hash, Hashtag, Security terms