openssl

openssl aes-256-cbc -e -in t -out tt


openssl aes-256-cbc -d -in tt -out t

你可能感兴趣的:(openssl)