home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / ftp.vapor.com / 3rdparty / README.md5sum < prev    next >
Encoding:
Text File  |  2014-05-19  |  866 b   |  21 lines

  1. What is MD5SUM?
  2. ===============
  3.  
  4.     MD5SUM is a small utility that allows you to build checksums over
  5. text- or binary files, using the "MD5 Message Digest Algorithm".  (1)
  6. These checksums can be stored in a file and can be validated later,
  7. using MD5SUM.
  8.  
  9. For example, the checksums of the MD5SUM sources look like this:
  10.  
  11.      107788ec46ef6ab9dbb190215f5b6f1a  source/getopt.c
  12.      ca1ada43f73cff4466adde1e88a8cf60  source/md5.c
  13.      4a6dafa2f6282430e65d4728a1303a53  source/md5sum.c
  14.  
  15.     So, what is this useful for? Say, you're releasing a software
  16. package including sources to the public and want to make shure, nobody
  17. modifies the program (for example: add backdoors) and redistributes the
  18. modified version. (2) You could include the digest-file with a checksum
  19. of every single file in release archive and everybody could easily
  20. check the validity of the files.
  21.