#
xz
Here are 68 public repositories matching this topic...
SharpCompress is a fully managed C# library to deal with many compression types and formats.
-
Updated
Apr 26, 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
May 21, 2021 - C
A fast high compression read-only file system
performance
compression
cpp
filesystem
zstd
lzma
fuse-filesystem
zpaq
squashfs
xz
wimlib
erofs
gpl-license
lrzip
rzip
-
Updated
May 3, 2021 - C++
Pure golang package for reading and writing xz-compressed files
-
Updated
Feb 21, 2021 - Go
-
Updated
Feb 22, 2021 - C
Base Library for Easy Decompression
-
Updated
Oct 27, 2020 - 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
Apr 5, 2021 - Python
JavaFX file archiver and hash tool. Compress and decompress ZIP, JAR, GZIP and TARBALL (GZIP, BZIP2 or LZMA).
-
Updated
Jan 17, 2021 - Java
PHP Extension providing xz (LZMA2) compression/decompression via PHP streams. PHP7+
-
Updated
Nov 10, 2020 - C
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.
Nim module to compress and decompress data using the liblzma library
-
Updated
Oct 27, 2018 - Nim
IO-Compress-Lzma - Perl5 module to read/write compressed lzma/xz/lzip data
-
Updated
Feb 23, 2021 - Perl
A perl6 interface to libarchive
-
Updated
Feb 17, 2020 - 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
Build script and prebuilt binaries for Android for a very small command line tar/gz/bz2/xz unarchiver utility.
-
Updated
Jan 1, 2021 - C
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