Skip to content

CLI tool for file encryption, decryption and compression

License

Notifications You must be signed in to change notification settings

Oluwaseun241/hexlock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hexlock

HexLock is a command-line tool for file encryption and compression using AES encryption and gzip compression.

demo img

Features

  • Encrypt files using AES encryption algorithm

  • Decrypt encrypted files

  • Compress files using gzip compression

  • Encrypting and Decrypting multiple files at once

  • Progress bar

Installation

go install github.com/Oluwaseun241/hexlock

Usage

./hexlock [options]

# Encrypt file
./hexlock encrypt -i [filepath] -o [filepath]
# Decrypt an encrypted file
./hexlock decrypt -i [filepath] -o [filepath]
# Compress file
./hexlock compress -i [filepath] -o [filepath]

NOTE

For multiple files separate by comma

To be able to decrypt from another computer, please provide your own key when encrypting

License

This project is licensed under the MIT Licence.

About

CLI tool for file encryption, decryption and compression

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages