Cross platform USB encryption implementation written in Golang using AES 128 bit encryption.
Build options in terminal
make build
make build-windows
make build-linux
make build-mac
Instructions
- Place contents of
./bin
folder in the root directory of your USB stick. - Run the encrypt executable and follow instructions to encrypt a folder from your hard disk onto the USB.
- Run the decrypt executable to decrypt it back onto your hard drive.