goencryptor

command module
v0.0.0-...-a0487bb Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 10, 2025 License: GPL-3.0 Imports: 5 Imported by: 0

README

GO File Encryptor

A simple and secure file encryption and decryption tool written in Go.

Features

  • Encrypt Files: Protect your files with AES-GCM encryption.
  • Decrypt Files: Easily decrypt your files using the same password.
  • Command-Line Interface: Simple and intuitive CLI for everyday use.
  • Docker Support: Run the application in a Docker container.

Usage

Encrypt a File
go run . encrypt /path/to/your/file
Decrypt a File
go run . decrypt /path/to/your/file
Commands
  • encrypt: Encrypts a file given a password.
  • decrypt: Tries to decrypt a file using a password.
  • help: Displays help text.
Docker

You can also run the application inside a Docker container:

  1. Build the Docker Image:
docker build -t go-file-encryptor
  1. Run the Docker Container:
docker run -v /path:/app/files go-file-encryptor encrypt /app/files/file.txt

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL