command
module
Version:
v0.0.0-...-8e5b011
Opens a new window with list of versions in this module.
Published: Jan 26, 2021
License: MIT
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Encryptio
This is a program to encrypt or decrypt files based on Golang.
Build
go build -o encryptio main.go
How to use?
Execute the binary in command line with the following 3 arguments.
cmd - encrypt or decrypt
dirPath - //your/dir/path/*
16CharKey - 16 characters key
encryptio {cmd} {dirPath} {16CharKey}
# examples
encryptio encrypt ./* 1234567812345678
encryptio decrypt ./* 1234567812345678
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.