One-way Hash Algorithm – Why and How
Aug.15, 2006 in
Cryptography
One-way Hash Algorithm In cryptographic application such as digital signature, we usually operate on the message with one-way hash algorithm before we apply the sender’s private key on it. Why? It is because one-way hash algorithm can convert the message of whatever length into a fixed length code (usually of 128 or 196 bits). In […]
