Re: openssl / did something change?

2020-01-06 Thread Dieter Rauschenberger
Try openssl aes-256-cbc -d -a -salt -md md5 < encrypted-file.encrypted ^^^ -Dieter On Mon, Jan 06, 2020 at 02:17:20PM +, Roderick wrote: > > I cannot decrypt files with > > openssl aes-256-cbc -d -a -salt < encrypted-file.encrypted > > That I encrypted

Re: openssl / did something change?

2020-01-06 Thread Roderick
On Mon, 6 Jan 2020, Zé Loff wrote: > Someone had the same issue some weeks ago. See: > https://marc.info/?l=openbsd-misc=157548338310097=2 > and the following discussion. Solution: add -md md5 Thank you very much for the fast answer. I was a litle in panic. Rodrigo

Re: openssl / did something change?

2020-01-06 Thread Zé Loff
On Mon, Jan 06, 2020 at 02:17:20PM +, Roderick wrote: > > I cannot decrypt files with > > openssl aes-256-cbc -d -a -salt < encrypted-file.encrypted > > That I encrypted with > > openssl aes-256-cbc -e -a -salt < file > file.encrypted > > I get the error: > > bad decrypt >

openssl / did something change?

2020-01-06 Thread Roderick
I cannot decrypt files with openssl aes-256-cbc -d -a -salt < encrypted-file.encrypted That I encrypted with openssl aes-256-cbc -e -a -salt < file > file.encrypted I get the error: bad decrypt 616640944:error:06FFF064:digital envelope routines:CRYPTO_internal:bad