#
xz
Here are 70 public repositories matching this topic...
SharpCompress is a fully managed C# library to deal with many compression types and formats.
-
Updated
Oct 2, 2021 - C#
Fork of the popular zip manipulation library found in the zlib distribution.
c
windows
macos
linux
compression
encryption
aes
zip
zlib
bzip2
lzma
xz
minizip
pkware
zlib-distribution
disk-splitting
winzip-aes
gilles-vollant
-
Updated
Sep 6, 2021 - C
A fast high compression read-only file system
performance
fuse
compression
cpp
filesystem
zstd
lzma
fuse-filesystem
zpaq
squashfs
xz
wimlib
erofs
gpl-license
lrzip
rzip
-
Updated
Oct 2, 2021 - C++
Pure golang package for reading and writing xz-compressed files
-
Updated
Sep 4, 2021 - Go
-
Updated
Feb 22, 2021 - C
Base Library for Easy Decompression
-
Updated
Jul 26, 2021 - C
Crystal bindings to the xz (lzma) compression library
-
Updated
Mar 25, 2021 - Crystal
Tinyscript tool for recursively (de)compressing nested archives using multiple algorithms (bzip2, rar, lzma, ...)
-
Updated
Oct 3, 2021 - Python
JavaFX file archiver and hash tool. Compress and decompress ZIP, JAR, GZIP and TARBALL (GZIP, BZIP2 or LZMA).
-
Updated
Aug 3, 2021 - Java
PHP Extension providing xz (LZMA2) compression/decompression via PHP streams. PHP7+
-
Updated
Aug 2, 2021 - C
IO-Compress-Lzma - Perl5 module to read/write compressed lzma/xz/lzip data
-
Updated
Feb 23, 2021 - Perl
c-w
commented
Oct 5, 2020
We generate one benchmark run per combination of serializer, compressor and encryptor (see code). The runs have no dependency on each other, so it should be possible to run them in parallel using multiprocessing.
Build script and prebuilt binaries for Android for a very small command line tar/gz/bz2/xz unarchiver utility.
-
Updated
Jan 1, 2021 - C
A perl6 interface to libarchive
-
Updated
Oct 4, 2021 - Raku
read only fuse filesystem for mounting archives containing archives containing archives containing archives containing archives containing archives containing archives containing archives containing archives containing archives containing archives containing archives containing archives containing archives containing archives containing archives containing archives containing archives containing archives containing archives containing archives containing archives containing archives containing archives containing archives containing archives containing archives containing archives containing archives containing archives containing archives containing archives containing archives containing archives containing archives containing archives containing archives containing archives containing archives containing archives containing archives containing archives containing archives containing archives containing archives containing archives containing archives containing archives containing archives containing archives containing archives
-
Updated
Apr 14, 2019 - Go
FastDL server that decompresses XZ-packed maps on the fly
-
Updated
Sep 24, 2021 - Rust
Improve this page
Add a description, image, and links to the xz topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the xz topic, visit your repo's landing page and select "manage topics."
I was able to confirm that
os.Create()will happily follow symlinks.Although standard tools like
tarwill not likely allow you to add two files with the same name to an archive file, it's certainly easy enough to do in code. This means that we need to add an additional check before writing to a destination to make sure that it's not a symlink outside of the destination.The vulnerab