zcrypt

command module
v1.0.7 Latest Latest
Warning

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

Go to latest
Published: Oct 31, 2018 License: MIT Imports: 2 Imported by: 0

README

zcrypt

CircleCI

What

This is golang CLI tool which can encrypt and decrypt with aes-256-cbc. You can get the encrypted file by specifying the file you want to encrypt and the encryption key.

How to get

Using go get

$ go get -u github.com/IkezoeMakoto/zcrypt

or

wget https://github.com/IkezoeMakoto/zcrypt/releases/download/v1.0.5/zcrypt_darwin_amd64

Usage

zcrypt (enc|dec) -in input_path -out output_path -key encrypt_key_path
  • (enc|dec) - you can select encrypt mode or decrypt mode
  • -in input_path - target input file. For encrypted mode, plain text.
  • -out output_path - target output file. For encrypted mode, encrypted text.
  • -key encrypt_key_path - target encrypt key file. It must be 16 bits or 32 bits

Encrypt

zcrypt enc -in {secret.file} -out {encrypted.file} -key encrypt_key_path

Decrypt

zcrypt dec -in {encrypted.file} -out {decrypted.file} -key encrypt_key_path

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