On Mon, Apr 03, 2023 at 05:44:26PM +0200, Tomas Mraz wrote: > As written in the openssl-enc manual page the default digest for > hashing the password was changed from MD5 to SHA256 in OpenSSL-1.1.0. > > You need to use -md sha256 option with the enc tool on 1.1.1 to decrypt > files from the 1.0.2 version. I think you meant "-md md5". -- Viktor.