goz

command module
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Aug 21, 2022 License: MIT Imports: 14 Imported by: 0

README

GOZ

Goz is a tool to encrypt/decrypt files in place.

AES256 is the algorithm election for this implementation.

The binary is statically linked, no OS dependencies.

How to use

Encrypt all files inside a directory (recursive):

goz --dir ./mydata/

Decrypt all files inside a directory (recursive):

goz --dir ./mydata/ --open

To operate with a single file use --file instead of --dir.

Download

Get your binaries from GitHub releases, precompiled for:

  • Windows
  • Linux
  • Mac

How to build

git clone https://github.com/fulldump/goz.git
cd goz
make build

Golang is required.

Disclaimer and drawbacks

Software released under The MIT License (MIT).

Goz does not guarantee file corruption free.

It is designed to work with small files (does not support streaming).

File access is not concurrent.

Goz does not ensure strong passwords.

Thanks

This code is 100% based on these articles:

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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