How long does a SHA1 hash take to generate (for about 60 bytes?)
And compared to other hashes?
Thanks in advance.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Of course, the actual time taken to generate the hash will depend greatly upon your hardware, so specific timings are impossible to provide.
That said, it’s possible to indicate the performance of the SHA1 hash algorithm relative to other hash algorithms.
The following links provide performance comparisons of many different popular hash algorithms:
Crypto++ 5.6.0 Benchmarks
MD5 vs. SHA-1, Performance & Pedigree
Performance Comparison: Security Design Choices
(Check about half way down, under the heading “ComputeHash”)
From the last link: