Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

GoZip

GoZip is a command-line utility written in Go for compressing and decompressing files using Zstandard (zstd) compression and AES encryption.

Features

  • Compression: Compresses files and directories using zstd compression algorithm.
  • Encryption: Encrypts compressed data using AES encryption.
  • Concurrency: Utilizes multiple goroutines for concurrent file processing.

Installation

Clone the repository and build the executable using the following commands:

git clone https://github.com/tresteknoloji/GoZip.git
cd GoZip
go build

Usage

To compress files and directories into a GoZip archive:

./GoZip compress <gozipfile> <path1> <path2> ...

To decompress a GoZip archive:

./GoZip decompress <gozipfile> [<output_directory>]

About

GoZip

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages