We have moved to https://codeberg.org/implode-compression-impls/libblast, grab new versions there.
Under the disguise of "better security" Micro$oft-owned GitHub has discriminated users of 1FA passwords while having commercial interest in success of FIDO 1FA specifications and Windows Hello implementation which it promotes as a replacement for passwords. It will result in dire consequencies and is competely inacceptable, read why.
If you don't want to participate in harming yourself, it is recommended to follow the lead and migrate somewhere away of GitHub and Micro$oft. Here is the list of alternatives and rationales to do it. If they delete the discussion, there are certain well-known places where you can get a copy of it. Read why you should also leave GitHub.
It is the modified version of Mark @madler Adler's libblast.
libblast
is a free and open-source library implementing decompression of PKWare Data Compression Library (DCL) compressed format.
Modifications:
- splitted into a separate git repo for the convenience of ones who want to inline it as a submodule
- changed repo layout for convenience and clarity
- implemented building with CMake
- implemented packaging with CPack
- implemented hardening with Hardening.cmake
- https://codeberg.org/implode-compression-impls/pkblast.py - Python bindings of this lib
- https://github.com/agrif/explode - a reimplementation of this lib in Rust.
- https://codeberg.org/implode-compression-impls/pklib - an impl extracted from Ladislav Zezula's StormLib. Contains a compressor, `libimplode
- https://github.com/Schallaven/pwexplode - a pure python lib for decompression, but it is under GPL-3.0-or-later
- https://github.com/ShieldBattery/implode-decoder - An impl in JS. Based on
libexplode
.