|
MD5 Algorithm
Featured: January 5, 2009
Description: The MD5 algorithm is a secure hash function. It takes a string input, and produces a fixed size number - 128 bits. This number is a hash of the input - a small change in the input results in a substantial change in the output. The functions are thought to be secure, in the sense that it would require an enormous amount of computing power to find a string which hashes to a chosen value. In others words, there's no way to decrypt a secure hash. The uses of secure hashes include digital signatures and challenge hash authentication.
|