cryptography
cryptography is a command line tool to encrypt/decrypt files.
Install
go get -u github.com/nownabe/cryptography
Encrypt
The length of encryption_key must be 16 or 32 bytes.
cryptography enc -in input_path -out output_path -key encryption_key
Decrypt
cryptography dec -in input_path -out output_path -key encryption_key