/goEncrypt

Primary LanguageGoCreative Commons Zero v1.0 UniversalCC0-1.0

A file/directory Encrypting Program

About

This program secures a file or directory using the AES library in Go.

Usage

run go install then type secure to see usage

TODO

  • Right now the whole file is read to memory in on go. Could be a problem for large files.