HRA
From Just Solve the File Format Problem
(Difference between revisions)
MihaiPopa7 (Talk | contribs) |
MihaiPopa7 (Talk | contribs) (→Sample files) |
||
Line 13: | Line 13: | ||
None... Later, working on a extractor. But you can do manually with any text editor. | None... Later, working on a extractor. But you can do manually with any text editor. | ||
− | == | + | == Specifications and sample files == |
* {{HTTPS|:|/|/|esolangs.org/wiki/User:MihaiEso/Esoteric_formats/Human_Readable_Archive_(HRA)|Human Readable Archive page, includes some examples}} | * {{HTTPS|:|/|/|esolangs.org/wiki/User:MihaiEso/Esoteric_formats/Human_Readable_Archive_(HRA)|Human Readable Archive page, includes some examples}} |
Revision as of 13:42, 23 August 2024
HRA (Human Readable Archive) is a archiving format made by myself. It's text-based, so no binary junk. You can store binary files however, but encoded (UUEncoded, XXEncoded, Base64, etc...). But it doesn't have compression (makes smaller files) or encryption (protects files with password).
Identification
Apparently HRA files start with <~= HRA File =~>
, which it has a plain-text signature.
Software
None... Later, working on a extractor. But you can do manually with any text editor.