Encode
# hash
printf 'hello' | sha1sum
sha1sum README.md
# encrypt
openssl aes-256-cbc -salt -in README.md -out README.enc.md
openssl aes-256-cbc -d -in README.enc.md -out README.mdUser
whoami
cat /etc/passwd# hash
printf 'hello' | sha1sum
sha1sum README.md
# encrypt
openssl aes-256-cbc -salt -in README.md -out README.enc.md
openssl aes-256-cbc -d -in README.enc.md -out README.mdwhoami
cat /etc/passwd