Hi,
I have two systems one with openssl 1.0.1e (debian wheezy) and the new one with openssl 1.1.0c (debian stretch)$ echo some text > file
$ cat file | openssl aes-256-cbc -pass pass:test > file.enc
$ md5sum file.enc
5482ea53a6677865d1e559ac3057738c file.enc
$ md5sum file.enc
5482ea53a6677865d1e559ac3057738c file.enc
$ cat file.enc | openssl aes-256-cbc -d -pass pass:test
bad decrypt
4146981184:error:06065064:digital envelope routines:EVP_DecryptFinal_ex:bad decrypt:crypto/evp/evp_enc.c:529:
-- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users