/file-lock

A command line tool that encrypt/decrypt files with AES

Primary LanguageGoGNU Lesser General Public License v2.1LGPL-2.1

File Lock

GitHub GitHub go.mod Go version GitHub release (latest by date)

Description

File lock is a Go tool developed to encrypt files using the Advanced Encryption Standard (AES) algorithm. Don't use this as your main encryption tool, just to fast encypt a file that should not be open to anyone.

How to Use

Prerequisites

Ensure you have Go installed on your machine. For instructions on Go installation, visit https://golang.org/doc/install.

Installation

go get -u github.com/NalbertLeal/file-lock

Basic Usage

Encrypt a file called file_name.txt using AES with key key123:

file-lock file_name.txt key123

Contribution

If you wish to contribute improvements, bug fixes, or new features, please feel free to open an issue or submit a pull request. Your contributions are highly appreciated!

License

This project is licensed under the GNU LESSER GENERAL PUBLIC LICENSE.