Skip to content

Commit

Permalink
Update supported archive and compression formats
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementNerma committed Oct 6, 2023
1 parent 3addaaa commit 99150fa
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions docs/applications/Blackhole.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,24 @@ It relies on [Locky](Locky.md) for encrypted archives, filesystems and files.

Blackhole can open, extract and create [different formats](#supported-formats). It supports compression as well as encryption.

## Supported formats
## Supported containers

* 7-Zip archives (`.7z`)
* BZip(2) archives (`.bz`, `.bz2`)
* GZip archives (`.gz`)
* ISO images (`.iso`)
* LZMA(2) archives (`.lz`, `.xz`)
* Unix compressed archives (`.z`)
* TAR archives (`.tar`)
* ZIP archives (`.zip`)

Are also supported all the archive formats specific to NightOS:

* [Virtual storage files](../technical/file-formats.md#virtual-storages) (`.vsf`, `.vad`)
* [NightOS application file](../technical/file-formats.md#application-packages) (`.nap`, `.nva`)
* [NightOS system updates](../technical/file-formats.md#system-updates) (`.nsu`)
* [NightOS application updates](../technical/file-formats.md#system-updates) (`.nau`)

## Supported compression formats

* BZip(2) (`.bz`, `.bz2`)
* LZMA(2) (`.lz`, `.xz`)
* Unix (`.z`)
* GZip (`.gz`)
* ZStandard (`.zstd`)

0 comments on commit 99150fa

Please sign in to comment.