Find the answer to your Linux question:
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 ...
  1. #1
    Linux Guru Lakshmipathi's Avatar
    Join Date
    Sep 2006
    Location
    3rd rock from sun - Often seen near moon
    Posts
    1,568

    Smile 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
    -------------------

  2. #2
    Trusted Penguin Cabhan's Avatar
    Join Date
    Jan 2005
    Location
    Seattle, WA, USA
    Posts
    3,230
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...