OpenSSL issue with 12.0

Thorsten thorsten23 at googlemail.com
Sat Dec 15 15:36:31 UTC 2018


Openssl 1.1 changed digest to sha-256
Openssl 1.0 used md5

I guess, your file was made with md5, so try:

> openssl enc -d -aes256 -md md5 -in xxx.enc

Hope, I could help.

Thorsten



More information about the freebsd-questions mailing list