HexLock is a command-line tool for file encryption and compression using AES encryption and gzip compression.
-
Encrypt files using AES encryption algorithm
-
Decrypt encrypted files
-
Compress files using gzip compression
-
Encrypting and Decrypting multiple files at once
-
Progress bar
go install github.com/Oluwaseun241/hexlock
./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
This project is licensed under the MIT Licence.