5 pts.
 What is SHA1
What is SHA1?

Software/Hardware used:
PHP
ASKED: October 10, 2012  2:53 PM
UPDATED: October 10, 2012  3:04 PM

Answer Wiki:
Last Wiki Answer Submitted:  October 10, 2012  3:04 pm  by  Michael Tidmarsh   14,000 pts.
All Answer Wiki Contributors:  Michael Tidmarsh   14,000 pts. , Ben Rubenstein   2,060 pts. , sirpelu   5 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Hi Shirpelu,

Welcome to ITKE. I’ve pointed you to the PHP documentation above; in the future, if you have questions that can be answered with just a link, please make sure to do some research before posting here. Our experts are more inclined to help with answering questions that relate to specific situations. For more, see our FAQ
 2,060 pts.

 

Secure
Hash Algorithm
“This standard specifies a Secure Hash Algorithm (SHA), which is necessary to ensure the security of the Digital Signature Algorithm (DSA). When a message of any length < 264 bits is input, the SHA produces a 160-bit output called a message digest. The message digest is then input to the DSA, which computes the signature for the message. Signing the message digest rather than the message often improves the efficiency of the process, because the message digest is usually much smaller than the message. The same message digest should be obtained by the verifier of the signature when the received version of the message is used as input to SHA. The SHA is called secure because it is designed to be computationally infeasible to recover a message corresponding to the message digest. Any change to the message in transit will, with a very high probability, result in a different message digest, and the signature will fail to verify. The SHA is based on principles similar to those used by Professor Ronald L. Rivest of MIT when designing the MD4 message digest algorithm, and is closely modelled after that algorithm.”  (Proposed Federal Information Processing Standard for Secure Hash Standard,” Federal Register, v. 57, n. 177, 11 Sep 1992, p. 41727)

 50 pts.