Hash
A cryptographic hash is an irreversible function which takes an input and changes it to a fixed length output. Common hashes are the MD5 hash and SHA-1 hash. Hashes are used to provide security. Databases often choose to store hashed passwords, and a function such as logging in would hash the entered password and check for a match.
advertisement