The AROS Archives(anonymous IP: 3.134.104.173,331) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu


 Categories

   o Audio (94)
   o Datatype (15)
   o Demo (46)
   o Development (243)
   o Document (61)
   o Driver (19)
   o Emulation (60)
   o Game (506)
   o Graphics (218)
   o Library (22)
   o Network (59)
   o Office (21)
   o Utility (242)
   o Video (18)

Total files: 1624

Full index file
Recent index file

Part of aros exec
 Readme for:  Utility » md5sum.i386-aros.zip

MD5SUM

Description: Generates or checks MD5 Message Digests
Download: md5sum.i386-aros.zip       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 20kb
Version: 1.0
Date: 03 Jun 23
Author: Peter Simons
Submitter: AMIGASYSTEM
Email: carlo/plagimusicali net
Homepage: https://sites.google.com/view/arosone
Requirements: AROS x86 ABIv0
Category: utility
License: Other
Distribute: yes
FileID: 2709
 
Comments: 0
Snapshots: 0
Videos: 0
Downloads: 30  (Current version)
30  (Accumulated)
Votes: 0 (0/0)  (30 days/7 days)

[Show comments] [Show snapshots] [Show videos] [Show content] [Replace file] 
MD5SUM is a small utility that allows you to build checksums over
text- or binary files, using the "MD5 Message Digest Algorithm". These
checksums can be stored in a file and can be validated later, using
MD5SUM.


usage: md5sum [-bv] [-c [file]] | [file...]

Generates or checks MD5 Message Digests
    -c  check message digests (default is generate)
    -v  verbose, print file names when checking
    -b  read files in binary mode
The input for -c should be the list of message digests and file names
that is printed on stdout by this program when it generates digests

MD5SUM >ram:test.md5 file1 file2 path1/file3 path2/file4

MD5SUM defaults to text mode and does not care about the end-of-line
code, which may vary between platforms (like Amiga <-> MS-DOS).

    If you want to generate exact checksums for binaries, you'll have to
set the `-b' flag. Files with a binary checksum are prefaced with a `*'
in the digestfile:


Copyright © 2005 - 2024 The AROS Archives All Rights Reserved