Brik
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Error detection and correction |released=1989 }} :''Not to be confused with BRIK/HEAD.'' '''Brik''' is a file checksumming uti...") |
(→Sample files) |
||
Line 21: | Line 21: | ||
== Sample files == | == Sample files == | ||
+ | * {{CdTextfiles|simtel/simtel/DISK1/DISC2/TEXTUTIL/FLIP1SRC.ZIP|FLIP1SRC.ZIP}} → CHECKSUM.S | ||
* {{CdTextfiles|aminet0294/AMINET/MISC/UNIX/ZOO_2_10.TAR|ZOO_2_10.TAR}} → Checksums | * {{CdTextfiles|aminet0294/AMINET/MISC/UNIX/ZOO_2_10.TAR|ZOO_2_10.TAR}} → Checksums | ||
+ | * {{CdTextfiles|simtel/simtel0595/DISC1/MENU/MTM30.ZIP|MTM30.ZIP}} → BRIKCRC.LST |
Latest revision as of 21:25, 4 April 2023
- Not to be confused with BRIK/HEAD.
Brik is a file checksumming utility. It was developed by Rahul Dhesi (also known for Zoo).
Contents |
[edit] Discussion
Given a set of source files, Brik can create a "CRC list file": a text file containing a list of filenames and their CRC-32 checksums. Or, it can validate the files listed in such a file.
The CRC algorithm seems to be CRC-32/JAMCRC.
[edit] Identification
A CRC list file normally starts with a line of ASCII text that begins "# Whole file CRCs generated by Brik
".
[edit] Software
- Brik 1.0: Programmer's Companion for MS-DOS → C__A_F/BRIK.ZIP - DOS binary + source code
- Brik 2.0: BRIK2EXE.ZIP · BRIK2SRC.ZIP · BRIK.INF
[edit] Sample files
- FLIP1SRC.ZIP → CHECKSUM.S
- ZOO_2_10.TAR → Checksums
- MTM30.ZIP → BRIKCRC.LST