c2wei / encryptio

A file encryption program written in Golang.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A file encryption program written in Golang.

License:MIT License


Languages

Language:Go 100.0%