https://github.com/opt-nc/j7zip
Java 8 Command line tool to compress / decompress files using LZMA algortihm (like 7-Zip for .7z) with password protection
https://github.com/opt-nc/j7zip
7z 7zip 7zip-utility compress compression compression-algorithm glia java java-8
Last synced: 3 months ago
JSON representation
Java 8 Command line tool to compress / decompress files using LZMA algortihm (like 7-Zip for .7z) with password protection
- Host: GitHub
- URL: https://github.com/opt-nc/j7zip
- Owner: opt-nc
- License: gpl-3.0
- Created: 2022-11-08T10:48:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-25T03:42:13.000Z (over 1 year ago)
- Last Synced: 2025-02-06T05:30:27.982Z (4 months ago)
- Topics: 7z, 7zip, 7zip-utility, compress, compression, compression-algorithm, glia, java, java-8
- Language: Java
- Homepage:
- Size: 253 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/semantic-release/semantic-release)

# â About
`j7zip` is Command line tool to compress / decompress files using [LZMA](https://www.7-zip.org/sdk.html)
algortihm (like [7-Zip](https://www.7-zip.org) for .7z) with password protection, same like `p7zip`
but in Java 8 ! :drum: _(for compatibility with AS400 :vhs:)_# :pager: Usage
After downloading, get the lastest help usage typing :
```shell
java -jar j7zip.jar -h
```# đšī¸ Give `j7zip` a try
A [dedicated Killecoda scenario](https://killercoda.com/opt-labs/course/devops-tools/j7zip) has
been created so you can give it a try **from your browser**.# đ´ Supported systems
Below a list of systems (add your's) on which we have installed and tested `j7zip` (the older the better đ ) :
| Operating System | Java runtime |
| -------------------- | ------------------------------ |
| `Ubuntu 20.04.5 LTS` | `openjdk version "1.8.0_302"` |# đ Credits
This tool is based on:
- [Apache commons-compress](https://commons.apache.org/proper/commons-compress/)
- [xz](https://tukaani.org/xz/java.html)# đĄ Related softwares
- [`NanaZip`](https://github.com/M2Team/NanaZip) (_"The 7-Zip derivative intended for the modern Windows experience "_)