Date: Sat, 15 Dec 2018 00:15:25 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 234028] Openssl cannot decrypt properly Message-ID: <bug-234028-227@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D234028 Bug ID: 234028 Summary: Openssl cannot decrypt properly Product: Base System Version: 12.0-RELEASE Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: bin Assignee: bugs@FreeBSD.org Reporter: bc979@lafn.org If I encrypt a file on 11.1 using aes256: master# openssl enc -aes256 -in xxx.c -out xxx.enc Then transfer xxx.enc to 12.0 and try to decrypt it, I get garbage with a couple of what appear to be warnings: test# openssl enc -d -aes256 -in xxx.enc enter aes-256-cbc decryption password: *** WARNING : deprecated key derivation used. Using -iter or -pbkdf2 would be better. s??6@TU?lPD?]+?'RPB????^?"?wHC?^q=DB=B8??p5YkZ?t?????/?i????B????#?%?8'??!N= AZ`!?m??K^ --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-234028-227>