HRA
From Just Solve the File Format Problem
(Difference between revisions)
MihaiPopa7 (Talk | contribs) (Created page with "{{FormatInfo |formattype=electronic |subcat=Archiving |extensions={{ext|hra}} |released=2024 }} HRA (Human Readable Archive) is a archiving format made by [[User:MihaiPopa7|my...") |
MihaiPopa7 (Talk | contribs) (→Software) |
||
(5 intermediate revisions by one user not shown) | |||
Line 5: | Line 5: | ||
|released=2024 | |released=2024 | ||
}} | }} | ||
− | HRA (Human Readable Archive) is a archiving format made by [[User:MihaiPopa7|myself]]. It's text-based, so no binary junk. You can store binary files however, but encoded (UUEncoded, XXEncoded, Base64, etc...) | + | '''HRA''' (Human Readable Archive) is a archiving format made by [[User:MihaiPopa7|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 == | == Identification == | ||
Line 11: | Line 11: | ||
== Software == | == Software == | ||
− | + | Archiver: Yes, see down. | |
− | == | + | Extractor: Nope. But you can do manually with any text editor and copy-paste. |
− | * {{HTTPS|:|/|/|esolangs.org/wiki/User:MihaiEso/Esoteric_formats/Human_Readable_Archive_(HRA)|Human Readable Archive page, includes some examples}} | + | |
+ | == Specifications and sample files == | ||
+ | * {{HTTPS|:|/|/|esolangs.org/wiki/User:MihaiEso/Esoteric_formats/Human_Readable_Archive_(HRA)|Human Readable Archive page, includes some examples, and a archiver written in Batch}} |
Latest revision as of 15:03, 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).
[edit] Identification
Apparently HRA files start with <~= HRA File =~>
, which it has a plain-text signature.
[edit] Software
Archiver: Yes, see down.
Extractor: Nope. But you can do manually with any text editor and copy-paste.