Results 1 to 2 of 2
Hi all,
What's the basics of md5 checksum?
I learned it's used for verify intergirty of the downloaded file.
can some one help me how to implement md5 checksum to ...
- 05-15-2007 #1
md5 checksum
Hi all,
What's the basics of md5 checksum?
I learned it's used for verify intergirty of the downloaded file.
can some one help me how to implement md5 checksum to application.
how to create md4 checksum as well as how to verify them?
Thx.- Lakshmipathi.G
-------------------
FOSS India Award winning ext3fs Undelete tool and tutorials www.giis.co.in
First they criticize you,Then they laugh at you,Then they fight with you,Then you win. - M.K.Gandhi
-------------------
- 05-15-2007 #2
How do you mean? Do you mean how to find the md5 checksum of something? You can just run the 'md5sum' command. If you are distributing something (say, an ISO or something), it is traditional to run md5sum on all of the contents of your package, and redirect the output to a file called MD5SUM. Then people can use the 'md5sum -c MD5SUM' command to automatically check all the files to ensure integrity.
If you meant how to actually implement the MD5 algorithm, well, Wikipedia has a good explanation:
MD5 - Wikipedia, the free encyclopedia
I'm sure you could find other online resources as well.DISTRO=Arch
Registered Linux User #388732


Reply With Quote
