Cross platform USB encryption implementation written in Golang using AES 128 bit encryption.
Build options in terminal
make buildmake build-windowsmake build-linuxmake build-mac
Instructions
- Place contents of
./binfolder 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.