Re: What is the best way to create and validate an MD5 file fingerprint?
- From: "Paul Randall" <paulr901@xxxxxxxxxxxx>
- Date: Tue, 23 Jan 2007 12:55:44 -0700
"Justin Piper" <jpiper@xxxxxxxxx> wrote in message
news:op.tml3ysotcs3d1w@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
On Tue, 23 Jan 2007 08:48:48 -0600, McKirahan <News@xxxxxxxxxxxxx> wrote:
"mark4asp" <mark4asp@xxxxxxxxx> wrote in message
In 1996, a flaw was found with the design of MD5; while it was not a
clearly fatal weakness, cryptographers began to recommend using other
algorithms, such as SHA-1. In 2004, more serious flaws were
discovered making further use of the algorithm for security purposes
questionable."
It's worth mentioning that SHA-1 has similar flaws that make it less
suitable for security than it once was as well. Either would still be
suitable for simply verifying that a file was not corrupted in transit,
though.
--
Justin Piper
Bizco Technologies
http://www.bizco.com/
I think you are right. For many applications, such as file transmission and
storage, the only problem you need to handle is detecting changes to the
file. You need an algorithm that makes it difficult for the file to be
changed in a way that the MD5/CRC/whatever 'signature' doesn't change. For
other applications, such as passwords and software keys, an MD5 signature is
nearly worthless because the rainbow method makes it so easy to extract the
original password or software key from the signature.
The original poster wanted "I want to use WMI to create an MD5 fingerprint
for a large file (>= 50
Mb)." I'm thinking 50Mb would be pretty hard to extract from an MD5
signature. I don't how difficult it would be to change a 50Mb file without
changing its MD5 signature, Have you seen any web site with figures on
this?
.
- Follow-Ups:
- Re: What is the best way to create and validate an MD5 file fingerprint?
- From: Justin Piper
- Re: What is the best way to create and validate an MD5 file fingerprint?
- References:
- Prev by Date: Script for turning ClickLock on and off?
- Next by Date: Re: What is the best way to create and validate an MD5 file fingerprint?
- Previous by thread: Re: What is the best way to create and validate an MD5 file fingerprint?
- Next by thread: Re: What is the best way to create and validate an MD5 file fingerprint?
- Index(es):
Relevant Pages
|