command
module
Version:
v0.0.0-...-c80151b
Opens a new window with list of versions in this module.
Published: Sep 2, 2023
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Hexlock
HexLock is a command-line tool for file encryption and
compression using AES encryption and gzip compression.
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.
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.