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: b...@freebsd.org
          Reporter: bc...@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۸??p5YkZ?t?????/?i????B????#?%?8'??!NAZ`!?m??K^

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to