encrypt file:

$ openssl aes-256-cbc -a -salt -in hoi.test -out hoi.test.enc

decrypt file:

openssl aes-256-cbc -d -a -in hoi.test.enc -out hoi.test.new