Skip to content
/ j7zip Public

Java 8 Command line tool to compress / decompress files using LZMA algortihm (like 7-Zip for .7z) with password protection

License

Notifications You must be signed in to change notification settings

opt-nc/j7zip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

96f2de3 · Sep 1, 2023

History

82 Commits
Aug 31, 2023
Dec 23, 2022
Nov 8, 2022
Nov 8, 2022
Nov 8, 2022
Dec 23, 2022
Nov 8, 2022
Feb 12, 2023
Sep 1, 2023

Repository files navigation

semantic-release Build CodeQL

❔ About

j7zip is Command line tool to compress / decompress files using LZMA algortihm (like 7-Zip for .7z) with password protection, same like p7zip but in Java 8 ! 🥁 (for compatibility with AS400 📼)

📟 Usage

After downloading, get the lastest help usage typing :

java -jar j7zip.jar -h

🕹️ Give j7zip a try

A dedicated Killecoda scenario 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:

💡 Related softwares

  • NanaZip ("The 7-Zip derivative intended for the modern Windows experience ")