The aes-256-xts decryption produce empty output. How-To-Repeat: The following produce nothing: % echo "123" | openssl aes-256-xts -e -k hello | openssl aes-256-xts -d -k hello If you change xts to cbc, you can 123 from stdout.
For bugs matching the following criteria: Status: In Progress Changed: (is less than) 2014-06-01 Reset to default assignee and clear in-progress tags. Mail being skipped
"Ciphers in XTS mode are not supported by the enc utility" Take it up with OpenSSL if you want this functionality.