command
module
Version:
v0.0.0-...-1a62912
Opens a new window with list of versions in this module.
Published: Aug 13, 2019
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
gaes
gaes is tool for AES-256-CBC Encription and Decription.
Usage
Encription
$ gaes encrypt plain.txt encrypted.txt
$ gaes e -w file.txt
Decryption
$ gaes decrypt encrypted.txt plain.txt
$ gaes d -w file.txt
Peek encrypted file
$ gaes peek encrypted.txt
$ gaes p encrypted.txt
Install
Prerequisite Tools
- Git
- Go (at least Go 1.11)
$ git clone https://github.com/x-color/gaes.git
$ cd gaes
$ GO111MODULE=on go install
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.