Mono
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |subcat=Error detection and correction |extensions={{ext|mono}} |released=2004 }} '''Mono''' files can be seen as a sort of parity file to check the integrity of ...") |
Dan Tobias (Talk | contribs) |
||
Line 4: | Line 4: | ||
|released=2004 | |released=2004 | ||
}} | }} | ||
− | '''Mono''' files can be seen as a sort of parity file to check the integrity of a file, or as a form of encoding for a file allowing it to be recovered. The format seems to have been created primarily to tweak the noses of copyright enforcers by creating a philosophical dilemma as to whether a file is truly infringing if it is derived from a copyrighted work, and can be restored to a full copy of it, but by itself has no part of the copyrighted item (and, by suitable manipulation of the "basis" file used to encode it, can even be made to be identical to a totally different meaningful file, copyrighted by somebody else or public-domain). | + | '''Mono''' files can be seen as a sort of parity file to check the integrity of a file, or as a form of encoding for a file allowing it to be recovered. The format seems to have been created primarily to tweak the noses of copyright enforcers by creating a philosophical dilemma as to whether a file is truly infringing if it is derived from a copyrighted work, and can be restored to a full copy of it, but by itself has no part of the copyrighted item (and, by suitable manipulation of the "basis" file used to encode it, can even be made to be identical to a totally different meaningful file, copyrighted by somebody else or public-domain). The Monolith tool is used to create them. |
A Mono file is created from two other files, a "basis" file used as a key, and an "element" file that is the source data. It is generated by a bit-by-bit XOR operation, with the basis file being repeated as needed to equal the length of the element file. | A Mono file is created from two other files, a "basis" file used as a key, and an "element" file that is the source data. It is generated by a bit-by-bit XOR operation, with the basis file being repeated as needed to equal the length of the element file. | ||
Line 11: | Line 11: | ||
* [http://monolith.cvs.sourceforge.net/viewvc/monolith/Monolith/doc/monoFileFormat.txt?revision=HEAD Format description] | * [http://monolith.cvs.sourceforge.net/viewvc/monolith/Monolith/doc/monoFileFormat.txt?revision=HEAD Format description] | ||
* [http://monolith.sourceforge.net/ Official site wtih discussion and software download] | * [http://monolith.sourceforge.net/ Official site wtih discussion and software download] | ||
+ | |||
+ | [[Category:Encryption]] |
Revision as of 03:58, 4 April 2016
Mono files can be seen as a sort of parity file to check the integrity of a file, or as a form of encoding for a file allowing it to be recovered. The format seems to have been created primarily to tweak the noses of copyright enforcers by creating a philosophical dilemma as to whether a file is truly infringing if it is derived from a copyrighted work, and can be restored to a full copy of it, but by itself has no part of the copyrighted item (and, by suitable manipulation of the "basis" file used to encode it, can even be made to be identical to a totally different meaningful file, copyrighted by somebody else or public-domain). The Monolith tool is used to create them.
A Mono file is created from two other files, a "basis" file used as a key, and an "element" file that is the source data. It is generated by a bit-by-bit XOR operation, with the basis file being repeated as needed to equal the length of the element file.