[Bug 234028] Openssl cannot decrypt properly

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Dec 15 00:15:27 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234028

            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 at FreeBSD.org
          Reporter: bc979 at 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 at TU?lPD?]+?'RPB????^?"?wHC?^q۸??p5YkZ?t?????/?i????B????#?%?8'??!NAZ`!?m??K^

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list