encryptio

command module
v0.0.0-...-8e5b011 Latest Latest
Warning

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

Go to latest
Published: Jan 26, 2021 License: MIT Imports: 10 Imported by: 0

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

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