Skip to content

c2wei/encryptio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages