Word:
Browse
one-seventh
One-sided
one-sixth
one-sixtieth
one-step
one-tenth
one-third
one-thousandth
One-Time Password
one-to-one
one-trillionth
one-up
one-upmanship
One-valued function
one-way
one-way function
-- one-way hash function --
one-way light time
one-way street
one-woman
one-year
Oneberry
Onega
Oneida
Oneidas
oneiric
oneirism
Oneirocritic
Oneirocriticism
oneiromancer
Oneiromancy
Oneiroscopist
Oneiroscopy

one-way hash function

(algorithm)one-way hash function - (Or "message digest function") A one-way function which takes a variable-length message and produces a fixed-length hash. Given the hash it is computationally infeasible to find a message with that hash; in fact one can't determine any usable information about a message with that hash, not even a single bit. For some one-way hash functions it's also computationally impossible to determine two messages which produce the same hash.

A one-way hash function can be private or public, just like an encryption function. MD5, SHA and Snefru are examples of public one-way hash functions.

A public one-way hash function can be used to speed up a public-key digital signature system. Rather than sign a long message, which can take a long time, compute the one-way hash of the message, and sign the hash.

sci.crypt FAQ.

About this site and copyright information - Online Dictionary Home