openssl aes-128-cbc -e -in get.txt -out get.txt.enc -k password -iter 1
openssl aes-128-cbc -d -in get.txt.enc -out get.txt -k password -iter 1